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

Matthias Saou thias at fedoraproject.org
Mon Dec 22 18:41:41 UTC 2008


Author: thias

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

Modified Files:
	lighttpd.spec 
Log Message:
Rename spawn-fastcgi to lighttpd-spawn-fastcgi to avoid clash with other packages providing it for their own needs (#472749).



Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- lighttpd.spec	22 Dec 2008 16:13:47 -0000	1.49
+++ lighttpd.spec	22 Dec 2008 18:41:10 -0000	1.50
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.20
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -145,6 +145,12 @@
 # Install empty run directory to include (for the example fastcgi socket)
 %{__mkdir_p} %{buildroot}%{_var}/run/lighttpd
 
+# Rename spawn-fastcgi, prefix to avoid clash with other packages
+%{__mv} %{buildroot}%{_bindir}/spawn-fcgi \
+        %{buildroot}%{_bindir}/lighttpd-spawn-fcgi
+%{__mv} %{buildroot}%{_mandir}/man1/spawn-fcgi.1 \
+        %{buildroot}%{_mandir}/man1/lighttpd-spawn-fcgi.1
+
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -199,10 +205,10 @@
 %defattr(-,root,root,-)
 %doc doc/fastcgi*.txt
 %config(noreplace) %{_sysconfdir}/php.d/lighttpd.ini
-%{_bindir}/spawn-fcgi
+%{_bindir}/lighttpd-spawn-fcgi
 %dir %{_libdir}/lighttpd/
 %{_libdir}/lighttpd/mod_fastcgi.so
-%{_mandir}/man1/spawn-fcgi.1*
+%{_mandir}/man1/lighttpd-spawn-fcgi.1*
 
 %files mod_geoip
 %defattr(-,root,root,-)
@@ -218,6 +224,12 @@
 
 
 %changelog
+* 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
+  by lighttpd, so it shouldn't be a problem... at worst, some custom scripts
+  will need to be updated.
+
 * Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.4.20-2
 - Include conf.d/*.conf configuration snippets (#444953).
 - Mark the default index.html in order to not loose changes upon upgrade if it




More information about the fedora-extras-commits mailing list