rpms/lighttpd/devel lighttpd.spec,1.35,1.36

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Aug 23 10:24:15 UTC 2007


Author: thias

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

Modified Files:
	lighttpd.spec 
Log Message:
Add /usr/bin/awk build requirement, used to get LIGHTTPD_VERSION_ID.



Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- lighttpd.spec	22 Aug 2007 17:49:43 -0000	1.35
+++ lighttpd.spec	23 Aug 2007 10:23:42 -0000	1.36
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.16
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -22,6 +22,7 @@
 Requires(preun): /sbin/service, /sbin/chkconfig
 Requires(postun): /sbin/service
 BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel
+BuildRequires: /usr/bin/awk
 %{!?_without_ldap:BuildRequires: openldap-devel}
 %{?_with_gamin:BuildRequires: gamin-devel}
 %{!?_without_gdbm:BuildRequires: gdbm-devel}
@@ -178,6 +179,9 @@
 
 
 %changelog
+* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 1.4.16-3
+- Add /usr/bin/awk build requirement, used to get LIGHTTPD_VERSION_ID.
+
 * Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.4.16-2
 - Rebuild to fix wrong execmem requirement on ppc32.
 




More information about the fedora-extras-commits mailing list