]> granicus.if.org Git - apache/commitdiff
RPM: Introduce an httpd-tools package, containing all the userland
authorGraham Leggett <minfrin@apache.org>
Tue, 29 Nov 2011 14:25:54 +0000 (14:25 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 29 Nov 2011 14:25:54 +0000 (14:25 +0000)
support tools, aligned with Fedora's RPM.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207884 13f79535-47bb-0310-9956-ffa450edef68

build/rpm/httpd.spec.in

index e5ad4cf6c1ed6451ac554a48758a884a45f58c1d..f4bf26236eb4677b48fb0c4ad05581bfc57ba71e 100644 (file)
@@ -57,6 +57,14 @@ The httpd-manual package contains the complete manual and
 reference guide for the Apache HTTP server. The information can
 also be found at http://httpd.apache.org/docs/.
 
+%package tools
+Group: System Environment/Daemons
+Summary: Tools for use with the Apache HTTP Server
+
+%description tools
+The httpd-tools package contains tools which can be used with 
+the Apache HTTP Server.
+
 %package -n mod_authnz_ldap
 Group: System Environment/Daemons
 Summary: LDAP modules for the Apache HTTP server
@@ -284,17 +292,10 @@ rm -rf $RPM_BUILD_ROOT
 %config %{_sysconfdir}/rc.d/init.d/httpd
 %config %{_sysconfdir}/rc.d/init.d/htcacheclean
 
-%{_sbindir}/ab
 %{_sbindir}/fcgistarter
 %{_sbindir}/htcacheclean
-%{_sbindir}/htdbm
-%{_sbindir}/htdigest
-%{_sbindir}/htpasswd
-%{_sbindir}/logresolve
 %{_sbindir}/httpd
-%{_sbindir}/httxt2dbm
 %{_sbindir}/apachectl
-%{_sbindir}/rotatelogs
 %attr(4510,root,%{suexec_caller}) %{_sbindir}/suexec
 
 %dir %{_libdir}/httpd
@@ -421,8 +422,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_mandir}/man1/*
 %{_mandir}/man8/ab*
-%{_mandir}/man8/rotatelogs*
-%{_mandir}/man8/logresolve*
 %{_mandir}/man8/suexec*
 %{_mandir}/man8/apachectl.8*
 %{_mandir}/man8/httpd.8*
@@ -433,6 +432,24 @@ rm -rf $RPM_BUILD_ROOT
 %{contentdir}/manual
 %{contentdir}/error/README
 
+%files tools
+%defattr(-,root,root)
+%{_sbindir}/ab
+%{_sbindir}/htdbm
+%{_sbindir}/htdigest
+%{_sbindir}/htpasswd
+%{_sbindir}/logresolve
+%{_sbindir}/httxt2dbm
+%{_sbindir}/rotatelogs
+%{_mandir}/man1/dbmmanage.1*
+%{_mandir}/man1/htdbm.1*
+%{_mandir}/man1/htdigest.1*
+%{_mandir}/man1/htpasswd.1*
+%{_mandir}/man8/ab.8*
+%{_mandir}/man8/logresolve.8*
+%{_mandir}/man8/rotatelogs.8*
+%doc LICENSE NOTICE
+
 %files -n mod_authnz_ldap
 %defattr(-,root,root)
 %{_libdir}/httpd/modules/mod_ldap.so