From c0c595c423c80e86bde6f0274dab40c29a31d8f3 Mon Sep 17 00:00:00 2001 From: areq Date: Thu, 1 Apr 2004 20:53:49 +0000 Subject: [PATCH] - move few binnaries and mans to new package apache1-tools Changed files: apache1.spec -> 1.34 --- apache1.spec | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/apache1.spec b/apache1.spec index a734de2..d782265 100644 --- a/apache1.spec +++ b/apache1.spec @@ -252,6 +252,13 @@ Group: Development/Tools %description apxs APache eXtenSion tool +%package tools +Summary: Apache tools +Group: Development/Tools + +%description tools +Apache tools + %package index Summary: Apache index.html* files Summary(pl): Pliki Apache index.html* @@ -1358,19 +1365,11 @@ fi %attr(755,root,root) %{_bindir}/checkgid %attr(755,root,root) %{_bindir}/htdigest -%attr(755,root,root) %{_sbindir}/ab -%attr(755,root,root) %{_sbindir}/apachectl %attr(755,root,root) %{_sbindir}/apache -%attr(755,root,root) %{_sbindir}/logresolve -%attr(755,root,root) %{_sbindir}/rotatelogs %dir %attr(1773,root,http) /var/run/apache -%{_mandir}/man1/htdigest.1* -%{_mandir}/man8/*[a-z].8* -%lang(hu) %{_mandir}/hu/man8/* -%lang(ko) %{_mandir}/ko/man8/* -%lang(pl) %{_mandir}/pl/man8/* +%{_mandir}/man8/apache.8* %attr(750,root,root) %dir /var/log/apache %attr(750,root,root) %dir /var/log/archiv/apache @@ -1596,6 +1595,20 @@ fi %attr(755,root,root) %{apxs} %{_mandir}/man8/apxs1* +%files tools +%defattr(644,root,root,755) +%attr(755,root,root) %{_sbindir}/ab +%attr(755,root,root) %{_sbindir}/apachectl +%attr(755,root,root) %{_sbindir}/logresolve +%attr(755,root,root) %{_sbindir}/rotatelogs +%{_mandir}/man1/htdigest.1* +%{_mandir}/man8/ab* +%{_mandir}/man8/apachectl* +%{_mandir}/man8/[l-z]* +%lang(hu) %{_mandir}/hu/man8/* +%lang(ko) %{_mandir}/ko/man8/* +%lang(pl) %{_mandir}/pl/man8/* + %files index %defattr(644,root,root,755) %config(noreplace,missingok) %{_datadir}/html/index.html -- 2.44.0