Author: glen Date: Sun Dec 9 16:09:23 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - place manuals to proper packages; rel 3
---- Files affected: SPECS: apache1.spec (1.174 -> 1.175) ---- Diffs: ================================================================ Index: SPECS/apache1.spec diff -u SPECS/apache1.spec:1.174 SPECS/apache1.spec:1.175 --- SPECS/apache1.spec:1.174 Sun Nov 4 18:20:11 2007 +++ SPECS/apache1.spec Sun Dec 9 17:09:18 2007 @@ -29,7 +29,7 @@ Summary(zh_CN.UTF-8): Internet 上应用最广泛的 Web 服务程序。 Name: apache1 Version: 1.3.39 -Release: 2 +Release: 3 License: Apache Group Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/apache_%{version}.tar.gz @@ -1388,6 +1388,8 @@ sed -e 's,/usr/lib,%{_libdir},g' %{SOURCE1} > $RPM_BUILD_ROOT/etc/rc.d/init.d/apache install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/apache bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} +mv $RPM_BUILD_ROOT%{_mandir}/hu/man8/{httpd,apache}.8 +mv $RPM_BUILD_ROOT%{_mandir}/pl/man8/{httpd,apache}.8 touch $RPM_BUILD_ROOT/var/log/apache/{access,error,agent,referer}_log @@ -1884,6 +1886,8 @@ %attr(755,root,root) %{_sbindir}/apache %dir %attr(1773,root,http) /var/run/apache %{_mandir}/man8/apache.8* +%lang(hu) %{_mandir}/hu/man8/apache.8* +%lang(pl) %{_mandir}/pl/man8/apache.8* %attr(2751,root,logs) %dir /var/log/apache %attr(2750,root,logs) %dir /var/log/archive/apache %attr(640,root,logs) %ghost /var/log/apache/* @@ -1899,18 +1903,17 @@ %files tools %defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/htdigest %attr(755,root,root) %{_sbindir}/ab %attr(755,root,root) %{_sbindir}/apachectl -%attr(755,root,root) %{_bindir}/htdigest %attr(755,root,root) %{_sbindir}/logresolve %attr(755,root,root) %{_sbindir}/rotatelogs +%lang(ko) %{_mandir}/ko/man8/ab.8* %{_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/* +%{_mandir}/man8/logresolve.8* +%{_mandir}/man8/rotatelogs.8* %files index %defattr(644,root,root,755) @@ -2223,6 +2226,7 @@ %files suexec %defattr(644,root,root,755) %attr(4755,root,root) %{_sbindir}/suexec +%{_mandir}/man8/suexec.8* %files devel %defattr(644,root,root,755) @@ -2431,7 +2435,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.174 2007-11-04 17:20:11 qboosh +Revision 1.175 2007-12-09 16:09:18 glen +- place manuals to proper packages; rel 3 + +Revision 1.174 2007/11/04 17:20:11 qboosh - monitrc moved to monit-rc-apache1 package (and .spec) - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1.spec?r1=1.174&r2=1.175&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
