[httpd] adjust for new man page locations

jorton jorton at fedoraproject.org
Mon Feb 13 12:52:17 UTC 2012


commit 61679dd90cf1ebd9e9342223ce5344346a9142ce
Author: Joe Orton <jorton at redhat.com>
Date:   Mon Feb 13 12:52:08 2012 +0000

    adjust for new man page locations

 httpd.spec |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index ab7c56f..4c3a853 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -229,10 +229,6 @@ touch -r %{SOURCE15} httpd.service
 %install
 rm -rf $RPM_BUILD_ROOT
 
-# Classify ab and logresolve as section 1 commands, as they are in /usr/bin
-mv docs/man/ab.8 docs/man/ab.1
-mv docs/man/logresolve.8 docs/man/logresolve.1
-
 pushd prefork
 make DESTDIR=$RPM_BUILD_ROOT install
 popd
@@ -505,7 +501,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0700,apache,apache) %dir %{_localstatedir}/cache/mod_proxy
 
 %{_mandir}/man8/*
-%exclude %{_mandir}/man8/apxs.8*
 
 /lib/systemd/system/*.service
 
@@ -534,7 +529,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %{_includedir}/httpd
 %{_sbindir}/apxs
-%{_mandir}/man8/apxs.8*
+%{_mandir}/man1/apxs.1*
 %dir %{_libdir}/httpd/build
 %{_libdir}/httpd/build/*.mk
 %{_libdir}/httpd/build/*.sh


More information about the scm-commits mailing list