]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- masive changes:
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 10:23:22 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
s/\/usr\/man/\%{_mandir}/
s/\/usr\/share\/man/\%{_mandir}/
s/\/usr\/info/\%{_infodir}/
s/\/usr\/share\/info/\%{_infodir}/

Changed files:
    libpng.spec -> 1.14

libpng.spec

index 5da611b7953fd52afeec2483c0114f739d4f94c2..7a9d7554e1212f13cbe3fee4debcdacf87c05ca2 100644 (file)
@@ -96,12 +96,12 @@ install -d $RPM_BUILD_ROOT/usr/{lib,man/man{3,5}}
 
 make prefix=$RPM_BUILD_ROOT/usr install
 
-install png.5 $RPM_BUILD_ROOT/usr/man/man5/
-install {libpngpf,libpng}.3 $RPM_BUILD_ROOT/usr/man/man3/
+install png.5 $RPM_BUILD_ROOT%{_mandir}/man5/
+install {libpngpf,libpng}.3 $RPM_BUILD_ROOT%{_mandir}/man3/
 
 strip $RPM_BUILD_ROOT/usr/lib/lib*so.*.*
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/* \
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
        *.txt ANNOUNCE CHANGES KNOWNBUG README
 
 %post   -p /sbin/ldconfig
@@ -110,14 +110,14 @@ gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/* \
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) /usr/lib/*.so.*.*
-/usr/man/man5/*
+%{_mandir}/man5/*
 
 %files devel
 %defattr(644,root,root,755)
 %doc {*.txt,ANNOUNCE,CHANGES,KNOWNBUG,README}.gz
 %attr(755,root,root) /usr/lib/lib*.so
 /usr/include/*
-/usr/man/man3/*
+%{_mandir}/man3/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.144877 seconds and 4 git commands to generate.