]> git.pld-linux.org Git - packages/libpng.git/commitdiff
added %defattr macro libpng-1_0_3-5 rpm3 rpm4
authorArtur Frysiak <artur@frysiak.net>
Sun, 28 Mar 1999 16:51:36 +0000 (16:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng.spec -> 1.12

libpng.spec

index 542e3956cf2273ecf9dbb1585f214a6793be7c40..91743de593c7acc3abb1d303e12964e65bd36dac 100644 (file)
@@ -102,15 +102,16 @@ install {libpngpf,libpng}.3 $RPM_BUILD_ROOT/usr/man/man3/
 
 strip $RPM_BUILD_ROOT/usr/lib/lib*so.*.*
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/*
-gzip -9nf *.txt ANNOUNCE CHANGES KNOWNBUG README
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/* \
+       *.txt ANNOUNCE CHANGES KNOWNBUG README
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
+%defattr(644,root,root,755)
 %attr(755,root,root) /usr/lib/*.so.*.*
-%attr(644,root,root) /usr/man/man5/*
+/usr/man/man5/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -120,7 +121,8 @@ gzip -9nf *.txt ANNOUNCE CHANGES KNOWNBUG README
 /usr/man/man3/*
 
 %files static
-%attr(644,root,root) /usr/lib/lib*.a
+%defattr(644,root,root,755)
+/usr/lib/lib*.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.091733 seconds and 4 git commands to generate.