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

apache.spec

index c427589d09cce071ae299f6c1c2c890b061c2ed0..31386ca696f8a952b81b4ece00475eb1a1eae969 100644 (file)
@@ -146,7 +146,7 @@ cp -a apache-extra/icons/*  $RPM_BUILD_ROOT/home/httpd/icons
 cp -a apache-extra/*.conf      $RPM_BUILD_ROOT/etc/httpd/conf
 cp -a apache-extra/m*          $RPM_BUILD_ROOT/etc/httpd/conf
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/{man1/*,man8/*}
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/{man1/*,man8/*}
 gzip -9nf ABOUT_APACHE src/CHANGES KEYS README
 
 %clean
@@ -200,7 +200,7 @@ fi
 %attr(755,root,root) /usr/sbin/logresolve
 %attr(755,root,root) /usr/sbin/rotatelogs
 
-%attr(644,root, man) /usr/man/man[18]/*
+%attr(644,root, man) %{_mandir}/man[18]/*
 
 %attr(750,root,root) %dir /var/log/httpd
 %attr(640,root,root) %config %verify(not size mtime md5) /var/log/httpd/*
This page took 0.087867 seconds and 4 git commands to generate.