RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: xar Date: 12-Sep-2007 18:06:08
Branch: HEAD Handle: 2007091217060800
Modified files:
xar xar.spec.in
Log:
shared only, no libtool
Summary:
Revision Changes Path
1.2 +2 -1 xar/xar.spec.in
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: xar/xar.spec.in
============================================================================
$ cvs diff -u -r1.1 -r1.2 xar.spec.in
--- xar/xar.spec.in 12 Sep 2007 15:59:08 -0000 1.1
+++ xar/xar.spec.in 12 Sep 2007 16:06:08 -0000 1.2
@@ -37,7 +37,7 @@
%setup -q -n %{name}-%{version}
%build
-%configure
+%configure --disable-static
%{__make} %{?_smp_mflags}
%install
@@ -72,6 +72,7 @@
%else
%{_libdir}/lib%{name}.dylib
%endif
+%exclude %{_libdir}/lib%{name}.la
%changelog
* Wed Sep 12 2007 Anders F Bjorklund <afb@rpm.org> 1.5.1-0
@@ .
Received on Wed Sep 12 18:06:08 2007