You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2005/08/26 23:34:04 UTC

svn commit: r240349 - /httpd/httpd/trunk/build/rpm/httpd.spec.in

Author: minfrin
Date: Fri Aug 26 14:33:59 2005
New Revision: 240349

URL: http://svn.apache.org/viewcvs?rev=240349&view=rev
Log:
Fix the RPM spec file: XML versions of the doc files are no
longer removed. Added httxt2dbm to the sbin directory.

Modified:
    httpd/httpd/trunk/build/rpm/httpd.spec.in

Modified: httpd/httpd/trunk/build/rpm/httpd.spec.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/build/rpm/httpd.spec.in?rev=240349&r1=240348&r2=240349&view=diff
==============================================================================
--- httpd/httpd/trunk/build/rpm/httpd.spec.in (original)
+++ httpd/httpd/trunk/build/rpm/httpd.spec.in Fri Aug 26 14:33:59 2005
@@ -203,7 +203,6 @@
 # docroot
 mkdir $RPM_BUILD_ROOT%{contentdir}/html
 rm -r $RPM_BUILD_ROOT%{contentdir}/manual/style
-rm $RPM_BUILD_ROOT%{contentdir}/manual/*/*.xml
 
 # logs
 rmdir $RPM_BUILD_ROOT%{_sysconfdir}/httpd/logs
@@ -324,6 +323,7 @@
 %{_sbindir}/logresolve
 %{_sbindir}/httpd
 %{_sbindir}/httpd.worker
+%{_sbindir}/httxt2dbm
 %{_sbindir}/apachectl
 %{_sbindir}/rotatelogs
 %attr(4510,root,%{suexec_caller}) %{_sbindir}/suexec
@@ -397,6 +397,10 @@
 %{_libdir}/httpd/build/mkdir.sh
 
 %changelog
+* Fri Aug 26 2005 Graham Leggett <mi...@apache.org> 2.1.7
+- Deleting the xml doc files is no longer necessary.
+- Add httxt2dbm to the sbin directory
+
 * Sat Jul 2 2005 Graham Leggett <mi...@apache.org> 2.1.7-dev
 - Fixed complaints about unpackaged files with new config file changes.