SPECS: spawn-fcgi.spec - use the spawn-fcgi that was separated from lighttp...

glen glen at pld-linux.org
Wed Feb 18 01:41:20 CET 2009


Author: glen                         Date: Wed Feb 18 00:41:20 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use the spawn-fcgi that was separated from lighttpd code

---- Files affected:
SPECS:
   spawn-fcgi.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/spawn-fcgi.spec
diff -u SPECS/spawn-fcgi.spec:1.5 SPECS/spawn-fcgi.spec:1.6
--- SPECS/spawn-fcgi.spec:1.5	Mon Nov  3 21:29:17 2008
+++ SPECS/spawn-fcgi.spec	Wed Feb 18 01:41:15 2009
@@ -2,19 +2,19 @@
 Summary:	Spawn fcgi-process directly
 Summary(pl.UTF-8):	Bezpośrednie uruchamianie procesów fcgi
 Name:		spawn-fcgi
-Version:	1.2
-Release:	0.1
-License:	GPL
-Group:		Applications
-Source0:	http://cgit.stbuehler.de/gitosis/spawn-fcgi/snapshot/%{name}-932809088d5da036e1c46b5d615a1dfcebb5cef0.tar.bz2
-# Source0-md5:	74753cc8541b6a7a858535071c3404a8
-URL:		http://cgit.stbuehler.de/gitosis/spawn-fcgi/
+Version:	1.6.0
+Release:	1
+License:	BSD
+Group:		Networking/Daemons/HTTP
+Source0:	%{name}.tar.bz2
+# Source0-md5:	dd760c6834744cc571b194a0853dc7b3
+URL:		http://redmine.lighttpd.net/projects/spawn-fcgi
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	glib2-devel
-#BuildRequires:	waf
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# use local waf
-%define		__waf	./waf
+%define		_bindir	%{_prefix}/sbin
 
 %description
 spawn-fcgi is used to spawn fcgi-process directly without the help of
@@ -28,27 +28,26 @@
 %setup -q -n %{name}
 
 %build
-%waf configure \
-	--prefix=%{_prefix}
-
-%waf build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
 
-%waf install \
-	--destdir=$RPM_BUILD_ROOT
-
-cp -a spawn-fcgi.1 $RPM_BUILD_ROOT%{_mandir}/man1
-mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/spawn-fcgi
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.html
+%doc AUTHORS COPYING NEWS README
 %attr(755,root,root) %{_sbindir}/spawn-fcgi
 %{_mandir}/man1/spawn-fcgi.1*
 
@@ -58,6 +57,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2009/02/18 00:41:15  glen
+- use the spawn-fcgi that was separated from lighttpd code
+
 Revision 1.5  2008/11/03 20:29:17  glen
 - Stefan Bühler <stbuehler/at/web.de> version of spawn-fcgi
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/spawn-fcgi.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list