rpms/lighttpd/devel lighttpd.spec,1.28,1.29

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Oct 16 16:14:03 UTC 2006


Author: thias

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

Modified Files:
	lighttpd.spec 
Log Message:
Minor build requirement changes.



Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- lighttpd.spec	11 Oct 2006 10:05:03 -0000	1.28
+++ lighttpd.spec	16 Oct 2006 16:13:33 -0000	1.29
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -21,7 +21,8 @@
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service, /sbin/chkconfig
 Requires(postun): /sbin/service
-BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel, gcc-c++
+BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel
+BuildRequires: readline-devel
 %{!?_without_ldap:BuildRequires: openldap-devel}
 %{?_with_gamin:BuildRequires: gamin-devel}
 %{!?_without_gdbm:BuildRequires: gdbm-devel}
@@ -173,6 +174,10 @@
 
 
 %changelog
+* Mon Oct 16 2006 Matthias Saou <http://freshrpms.net/> 1.4.13-2
+- Remove gcc-c++ build req, it's part of the defaults.
+- Add readline-devel build req, needed on RHEL4.
+
 * Wed Oct 11 2006 Matthias Saou <http://freshrpms.net/> 1.4.13-1
 - Update to 1.4.13, which contains the previous fix.
 




More information about the scm-commits mailing list