rpms/tclhttpd/devel tclhttpd.spec,1.4,1.5

Michael Thomas (wart) fedora-extras-commits at redhat.com
Tue Feb 21 17:32:00 UTC 2006


Author: wart

Update of /cvs/extras/rpms/tclhttpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11159

Modified Files:
	tclhttpd.spec 
Log Message:
Rebuild for FC5




Index: tclhttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/tclhttpd/devel/tclhttpd.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tclhttpd.spec	27 Jan 2006 19:36:43 -0000	1.4
+++ tclhttpd.spec	21 Feb 2006 17:32:00 -0000	1.5
@@ -1,7 +1,7 @@
 %define contentdir %_var/www/tclhttpd
 Name: tclhttpd
 Version: 3.5.1
-Release: 8%{?dist}
+Release: 10%{?dist}
 Summary: Extensible Web+Application server written in Tcl
 
 Group: System Environment/Daemons
@@ -9,6 +9,7 @@
 URL:            http://tclhttpd.sourceforge.net/
 Source0:        http://prdownloads.sourceforge.net/tclhttpd/tclhttpd3.5.1.tar.gz
 Patch0:		tclhttpd_fedora.1.patch
+Patch1:		tclhttpd-md5-3.5.1.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: tcl-devel
@@ -25,7 +26,8 @@
 
 %prep
 %setup -q -n %{name}%{version}
-%patch -p1
+%patch0 -p1
+%patch1
 
 %build
 %configure --with-serverroot=%{contentdir}
@@ -131,6 +133,10 @@
 %ghost %{_var}/run/tclhttpd/tclhttpd.pid
 
 %changelog
+* Tue Feb 21 2006 Wart <wart at kobold.org> - 3.5.1-10
+- Rebuild for FC5
+* Fri Jan 27 2006 Wart <wart at kobold.org> - 3.5.1-9
+- Added patch for utils.tcl to prevent error due to missing md5 function.
 * Fri Jan 27 2006 Wart <wart at kobold.org> - 3.5.1-8
 - Updated patch so that tclhttpd starts as root and then switches to
   the tclhttpd user.  This is necessary if tclhttpd is to listen




More information about the fedora-extras-commits mailing list