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

wget.spec

index 73a09dbb08d94dd74912dfa82c4e6eaa8fd6c864..0701706b5a7a260a7ff1a77dade74e738b53293a 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -59,11 +59,11 @@ gzip -9nf $RPM_BUILD_ROOT/usr/share/{info/wget.info*,man/man1/*} \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/install-info /usr/share/info/wget.info.gz /etc/info-dir
+/sbin/install-info %{_infodir}/wget.info.gz /etc/info-dir
 
 %postun
 if [ "$1" = "0" ]; then
-       /sbin/install-info --delete /usr/share/info/wget.info.gz /etc/info-dir
+       /sbin/install-info --delete %{_infodir}/wget.info.gz /etc/info-dir
 fi
 
 %files
@@ -80,8 +80,8 @@ fi
 %lang(pl) /usr/share/locale/pl/LC_MESSAGES/wget.mo
 %lang(pt) /usr/share/locale/pt*/LC_MESSAGES/wget.mo
 
-/usr/share/man/man1/*
-/usr/share/info/wget.info*
+%{_mandir}/man1/*
+%{_infodir}/wget.info*
 
 %verify(not md5 size mtime) %config(noreplace) /etc/wgetrc
 
This page took 0.11611 seconds and 4 git commands to generate.