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: 13-Sep-2007 11:22:37
Branch: HEAD Handle: 2007091310223700
Modified files:
xar xar.spec
Log:
fix libraries
Summary:
Revision Changes Path
1.6 +4 -3 xar/xar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: xar/xar.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 xar.spec
--- xar/xar.spec 13 Sep 2007 09:19:02 -0000 1.5
+++ xar/xar.spec 13 Sep 2007 09:22:37 -0000 1.6
@@ -35,8 +35,8 @@
%setup -q -n %{name}-%{version}
%build
-%configure
-%{__make}
+%configure --disable-static
+%{__make} %{?_smp_mflags}
%install
%{__rm} -rf $RPM_BUILD_ROOT
@@ -53,13 +53,14 @@
%defattr(-,root,root,-)
%doc LICENSE TODO
%{_bindir}/%{name}
+%{_libdir}/lib%{name}.so.1
%{_mandir}/man1/xar.1*
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}/%{name}.h
%{_libdir}/lib%{name}.so
-%{_libdir}/lib%{name}.so.1
+%exclude %{_libdir}/lib%{name}.la
%changelog
* Mon May 07 2007 Rob Braun <bbraun@synack.net> 0:1.5-1
@@ .
Received on Thu Sep 13 11:22:37 2007