]> git.pld-linux.org Git - packages/pilot-link.git/commitdiff
- masive changes:
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 10:23:24 +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:
    pilot-link.spec -> 1.16

pilot-link.spec

index 6abfd9e7db4698ea646660356e9887e3e2695107..a5c76ac09c94571b76d69db8dbe7ea3d285fedd9 100644 (file)
@@ -80,7 +80,7 @@ mv $RPM_BUILD_ROOT/usr/lib/pilot-link $RPM_BUILD_ROOT/usr/share
 
 strip --strip-unneeded $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
 
-gzip -9nf $RPM_BUILD_ROOT/usr/share/man/man*/* \
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
        ChangeLog README*
 
 %post   -p /sbin/ldconfig
@@ -95,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /usr/lib/lib*.so.*.*
 %attr(755,root,root) /usr/bin/*
 /usr/share/pilot-link
-/usr/share/man/man[17]/*
+%{_mandir}/man[17]/*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.094362 seconds and 4 git commands to generate.