Search
j0ke.net Open Build Service
>
Projects
>
home:jg
>
spawn-fcgi
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
spawn-fcgi.spec
@@ -1,15 +1,17 @@ Summary: Spawn fcgi-process directly Name: spawn-fcgi Version: 1.6.2 -Release: 1 +Release: 1%{?dist} License: BSD Group: System Environment/Daemons -# Requires: nginx +Requires: nginx Source0: %{name}-%{version}.tar.gz Source1: spawn-fcgi.confd Source2: spawn-fcgi.initd URL: http://redmine.lighttpd.net/projects/spawn-fcgi -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) + +%define _bindir %{_prefix}/sbin %description spawn-fcgi is used to spawn fcgi-process directly without the help of @@ -20,7 +22,7 @@ %build %configure -make +make %{?_smp_mflags} %install rm -rf %{buildroot} @@ -54,4 +56,4 @@ %attr(755,root,root) %{_sbindir}/spawn-fcgi %{_mandir}/man1/spawn-fcgi.1* -%changelog +%changelog \ No newline at end of file