adjust for new man page locations
This commit is contained in:
parent
15553f5032
commit
61679dd90c
@ -229,10 +229,6 @@ touch -r %{SOURCE15} httpd.service
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
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
|
pushd prefork
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
popd
|
popd
|
||||||
@ -505,7 +501,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(0700,apache,apache) %dir %{_localstatedir}/cache/mod_proxy
|
%attr(0700,apache,apache) %dir %{_localstatedir}/cache/mod_proxy
|
||||||
|
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%exclude %{_mandir}/man8/apxs.8*
|
|
||||||
|
|
||||||
/lib/systemd/system/*.service
|
/lib/systemd/system/*.service
|
||||||
|
|
||||||
@ -534,7 +529,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/httpd
|
%{_includedir}/httpd
|
||||||
%{_sbindir}/apxs
|
%{_sbindir}/apxs
|
||||||
%{_mandir}/man8/apxs.8*
|
%{_mandir}/man1/apxs.1*
|
||||||
%dir %{_libdir}/httpd/build
|
%dir %{_libdir}/httpd/build
|
||||||
%{_libdir}/httpd/build/*.mk
|
%{_libdir}/httpd/build/*.mk
|
||||||
%{_libdir}/httpd/build/*.sh
|
%{_libdir}/httpd/build/*.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user