rpms/lighttpd/devel .cvsignore, 1.4, 1.5 lighttpd.spec, 1.7, 1.8 sources, 1.4, 1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Jul 18 09:18:33 UTC 2005


Author: thias

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

Modified Files:
	.cvsignore lighttpd.spec sources 
Log Message:
Update to 1.3.15 (mostly bugfix release).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	20 Jun 2005 13:15:51 -0000	1.4
+++ .cvsignore	18 Jul 2005 09:18:31 -0000	1.5
@@ -1 +1 @@
-lighttpd-1.3.14.tar.gz
+lighttpd-1.3.15.tar.gz


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lighttpd.spec	20 Jun 2005 13:15:51 -0000	1.7
+++ lighttpd.spec	18 Jul 2005 09:18:31 -0000	1.8
@@ -2,7 +2,7 @@
 
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
-Version: 1.3.14
+Version: 1.3.15
 Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
@@ -19,7 +19,7 @@
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service, /sbin/chkconfig
 Requires(postun): /sbin/service
-BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel
+BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel, gcc-c++
 %{?_with_ldap:BuildRequires: openldap-devel}
 
 %description
@@ -78,26 +78,26 @@
     libdir="%{buildroot}%{_libdir}/lighttpd"
 
 # Install included init script and sysconfig entry
-%{__install} -D -m 0755 doc/rc.lighttpd.redhat \
+%{__install} -D -p -m 0755 doc/rc.lighttpd.redhat \
     %{buildroot}%{_sysconfdir}/rc.d/init.d/lighttpd
-%{__install} -D -m 0644 doc/sysconfig.lighttpd \
+%{__install} -D -p -m 0644 doc/sysconfig.lighttpd \
     %{buildroot}%{_sysconfdir}/sysconfig/lighttpd
 
 # Install (*patched above*) sample config file
-%{__install} -D -m 0640 doc/lighttpd.conf \
+%{__install} -D -p -m 0640 doc/lighttpd.conf \
     %{buildroot}%{_sysconfdir}/lighttpd/lighttpd.conf
 
 # Install our own logrotate entry
-%{__install} -D -m 0644 %{SOURCE1} \
+%{__install} -D -p -m 0644 %{SOURCE1} \
     %{buildroot}%{_sysconfdir}/logrotate.d/lighttpd
 
 # Install our own php.d ini file
-%{__install} -D -m 0644 %{SOURCE2} \
+%{__install} -D -p -m 0644 %{SOURCE2} \
     %{buildroot}%{_sysconfdir}/php.d/lighttpd.ini
 
 # Install our own default web page and images
 %{__mkdir_p} %{buildroot}%{webroot}
-%{__install} -m 0644 %{SOURCE10} %{SOURCE11} %{SOURCE12} \
+%{__install} -p -m 0644 %{SOURCE10} %{SOURCE11} %{SOURCE12} \
     %{buildroot}%{webroot}/
 
 # Install empty log directory to include
@@ -162,6 +162,9 @@
 
 
 %changelog
+* Mon Jul 18 2005 Matthias Saou <http://freshrpms.net/> 1.3.15-1
+- Update to 1.3.15.
+
 * Mon Jun 20 2005 Matthias Saou <http://freshrpms.net/> 1.3.14-1
 - Update to 1.3.14.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	20 Jun 2005 13:15:51 -0000	1.4
+++ sources	18 Jul 2005 09:18:31 -0000	1.5
@@ -1 +1 @@
-16d9f8c40bcb5638ee452fa23b21e346  lighttpd-1.3.14.tar.gz
+e605ade1071f25dec9001730ec753112  lighttpd-1.3.15.tar.gz




More information about the fedora-extras-commits mailing list