]> git.pld-linux.org Git - packages/lzo.git/commitdiff
- updated to 1.07, lzo-1_07-1
authorkloczek <kloczek@pld-linux.org>
Thu, 2 Nov 2000 17:17:06 +0000 (17:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new rpm automation.

Changed files:
    lzo.spec -> 1.3

lzo.spec

index 8373a787d99f04ff555819f74ecc77323f8ee770..3a26fcaadfcda024d73375e56114940e5d1bbdb8 100644 (file)
--- a/lzo.spec
+++ b/lzo.spec
@@ -1,6 +1,6 @@
 Summary:       LZO -- a real-time data compression library
 Name:          lzo
-Version:       1.06
+Version:       1.07
 Release:       1
 Group:         Libraries
 Group(de):     Libraries
@@ -51,7 +51,8 @@ LZO static library.
 %prep
 %setup  -q
 %build
-%configure 
+%configure \
+       --enable-shared
 
 %{__make}
 
@@ -60,8 +61,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
 gzip -9nf README ChangeLog 
 
 %post   -p /sbin/ldconfig
@@ -72,12 +71,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {README,ChangeLog}.gz
-%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
+%doc *.gz
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_libdir}/lib*.la
This page took 0.035286 seconds and 4 git commands to generate.