]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- place %clean before %files.
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Jun 1999 13:56:28 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng.spec -> 1.18

libpng.spec

index b2393bace7e8a75dafcb3c773e685710a7fa5ee2..87b10aa8f0cee79a6ffb5e1ff1cbc7fd7133d865 100644 (file)
@@ -107,6 +107,9 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/*.so.*.*
@@ -123,9 +126,6 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog
 * Thu May 20 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.0.3-6]
This page took 0.0628 seconds and 4 git commands to generate.