]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- move few binnaries and mans to new package apache1-tools
authorareq <areq@pld-linux.org>
Thu, 1 Apr 2004 20:53:49 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.spec -> 1.34

apache1.spec

index a734de29bcb783915c48774f3ee32f80cfd4b587..d78226560d444b22c8c225bb0580d2a28ab0563f 100644 (file)
@@ -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
This page took 0.045586 seconds and 4 git commands to generate.