From: Graham Leggett Date: Tue, 29 Nov 2011 14:25:54 +0000 (+0000) Subject: RPM: Introduce an httpd-tools package, containing all the userland X-Git-Tag: 2.5.0-alpha~7785 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a46b0404409576e0d8410c8c49ceb9ba4bd0a793;p=apache RPM: Introduce an httpd-tools package, containing all the userland 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 --- diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index e5ad4cf6c1..f4bf26236e 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -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