]> git.pld-linux.org Git - packages/libPropList.git/commitdiff
- added striping shared bibraries, DEVEL libPropList-0_8_3-1d
authorkloczek <kloczek@pld-linux.org>
Thu, 4 Feb 1999 17:58:33 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed SONAME symlinks from main package.

Changed files:
    libPropList.spec -> 1.5

libPropList.spec

index c39c3cf2045a4f8e5c43d92199321f14691d232b..d3de15e775c5624b1b072c101b5ea42b5cdb12fb 100644 (file)
@@ -59,6 +59,8 @@ rm -rf $RPM_BUILD_ROOT
 make install \
        DESTDIR=$RPM_BUILD_ROOT 
 
+strip $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.*.*
+
 bzip2 -9  AUTHORS ChangeLog NEWS README
 
 %post   -p /sbin/ldconfig
@@ -70,7 +72,7 @@ rm -r $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS.bz2 ChangeLog.bz2 NEWS.bz2 README.bz2
-%attr(755,root,root) /usr/X11R6/lib/lib*.so.*
+%attr(755,root,root) /usr/X11R6/lib/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
@@ -85,6 +87,7 @@ rm -r $RPM_BUILD_ROOT
 %changelog
 * Fri Jan 29 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.8.3-1d]
+- added striping shared bibraries,
 - removed "Prereq: /sbin/ldconfig" (this is generated automatically),
 - changed base Source url and added using %%{version} macro in Source,
 - fixed Requires for static subpackage 
This page took 0.1274 seconds and 4 git commands to generate.