rpms/spawn-fcgi/EL-4 spawn-fcgi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou thias at fedoraproject.org
Mon Sep 14 12:53:25 UTC 2009


Author: thias

Update of /cvs/extras/rpms/spawn-fcgi/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28073/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	spawn-fcgi.spec 
Log Message:
Initial import for all non-devel branches.



--- NEW FILE spawn-fcgi.spec ---
Summary: Simple program for spawning FastCGI processes
Name: spawn-fcgi
Version: 1.6.2
Release: 1%{?dist}
License: BSD
Group: System Environment/Daemons
URL: http://redmine.lighttpd.net/projects/spawn-fcgi/
Source0: http://www.lighttpd.net/download/spawn-fcgi-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
This package contains the spawn-fcgi program used for spawning FastCGI
processes, which can be local or remote.


%prep
%setup -q


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/spawn-fcgi
%{_mandir}/man1/spawn-fcgi.1*


%changelog
* Tue Apr 21 2009 Matthias Saou <http://freshrpms.net/> 1.6.2-1
- Update to 1.6.2.
- Remove leftover -f from %%files section.

* Mon Mar 30 2009 Matthias Saou <http://freshrpms.net/> 1.6.1-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/spawn-fcgi/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Sep 2009 04:59:41 -0000	1.1
+++ .cvsignore	14 Sep 2009 12:53:24 -0000	1.2
@@ -0,0 +1 @@
+spawn-fcgi-1.6.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/spawn-fcgi/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Sep 2009 04:59:41 -0000	1.1
+++ sources	14 Sep 2009 12:53:24 -0000	1.2
@@ -0,0 +1 @@
+f74a8f4d8e379c53926b5eeef84b381c  spawn-fcgi-1.6.2.tar.bz2




More information about the scm-commits mailing list