Changes of Revision 3
[-] | Changed | spawn-fcgi.spec |
x 1
2 Summary: Spawn fcgi-process directly 3 Name: spawn-fcgi 4 Version: 1.6.2 5 -Release: 1 6 +Release: 1%{?dist} 7 License: BSD 8 Group: System Environment/Daemons 9 -# Requires: nginx 10 +Requires: nginx 11 Source0: %{name}-%{version}.tar.gz 12 Source1: spawn-fcgi.confd 13 Source2: spawn-fcgi.initd 14 URL: http://redmine.lighttpd.net/projects/spawn-fcgi 15 -BuildRoot: %{_tmppath}/%{name}-%{version}-root 16 +BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) 17 + 18 +%define _bindir %{_prefix}/sbin 19 20 %description 21 spawn-fcgi is used to spawn fcgi-process directly without the help of 22
23 24 %build 25 %configure 26 -make 27 +make %{?_smp_mflags} 28 29 %install 30 rm -rf %{buildroot} 31
32 %attr(755,root,root) %{_sbindir}/spawn-fcgi 33 %{_mandir}/man1/spawn-fcgi.1* 34 35 -%changelog 36 +%changelog 37 \ No newline at end of file 38 |