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

sed.spec

index 7ebf32243659fe6b0edefd46d5dd644a2625bc5d..78906d463ee33f3dea87e6f93113ce07274bb403 100644 (file)
--- a/sed.spec
+++ b/sed.spec
@@ -61,11 +61,11 @@ gzip -9nf $RPM_BUILD_ROOT/usr/{info/*info*,man/man1/*} \
        testsuite/*
 
 %post
-/sbin/install-info /usr/info/sed.info.gz /etc/info-dir
+/sbin/install-info %{_infodir}/sed.info.gz /etc/info-dir
 
 %preun
 if [ "$1" = "0" ]; then
-       /sbin/install-info --delete /usr/info/sed.info.gz /etc/info-dir
+       /sbin/install-info --delete %{_infodir}/sed.info.gz /etc/info-dir
 fi
 
 %clean
@@ -75,8 +75,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root)
 %doc *.gz
 %attr(755,root,root) /bin/sed 
-/usr/man/man1/*
-/usr/info/sed.info*
+%{_mandir}/man1/*
+%{_infodir}/sed.info*
 
 %changelog
 * Mon Apr 19 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
This page took 0.48038 seconds and 4 git commands to generate.