rpms/lighttpd/devel lighttpd.spec,1.50,1.51

Matthias Saou thias at fedoraproject.org
Wed Dec 24 16:46:10 UTC 2008


Author: thias

Update of /cvs/extras/rpms/lighttpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16027

Modified Files:
	lighttpd.spec 
Log Message:
Partially revert last change by creating a "spawn-fastcgi" symlink, so that nothing breaks currently (especially for EL).



Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- lighttpd.spec	22 Dec 2008 18:41:10 -0000	1.50
+++ lighttpd.spec	24 Dec 2008 16:45:39 -0000	1.51
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.20
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -150,6 +150,8 @@
         %{buildroot}%{_bindir}/lighttpd-spawn-fcgi
 %{__mv} %{buildroot}%{_mandir}/man1/spawn-fcgi.1 \
         %{buildroot}%{_mandir}/man1/lighttpd-spawn-fcgi.1
+# But still provide a compatibility symlink for now
+%{__ln_s} lighttpd-spawn-fcgi %{buildroot}%{_bindir}/spawn-fcgi
 
 
 %clean
@@ -206,6 +208,7 @@
 %doc doc/fastcgi*.txt
 %config(noreplace) %{_sysconfdir}/php.d/lighttpd.ini
 %{_bindir}/lighttpd-spawn-fcgi
+%{_bindir}/spawn-fcgi
 %dir %{_libdir}/lighttpd/
 %{_libdir}/lighttpd/mod_fastcgi.so
 %{_mandir}/man1/lighttpd-spawn-fcgi.1*
@@ -224,6 +227,10 @@
 
 
 %changelog
+* Wed Dec 24 2008 Matthias Saou <http://freshrpms.net/> 1.4.20-4
+- Partially revert last change by creating a "spawn-fastcgi" symlink, so that
+  nothing breaks currently (especially for EL).
+
 * Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.4.20-3
 - Rename spawn-fastcgi to lighttpd-spawn-fastcgi to avoid clash with other
   packages providing it for their own needs (#472749). It's not used as-is




More information about the fedora-extras-commits mailing list