fcgiwrap.spec
1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
%global gitcommit 333ff99
Name: fcgiwrap
Version: 1.1.0
Release: 3
Summary: Simple FastCGI wrapper for CGI scripts
License: MIT
URL: http://nginx.localdomain.pl/
Group: System Environment/Daemons
Source0: fcgiwrap-%{version}.tar.gz
BuildRequires: automake
BuildRequires: fcgi-devel
Requires: spawn-fcgi
%description
fcgiwrap is a simple server for running CGI applications over FastCGI.
It hopes to provide clean CGI support to Nginx (and other web servers
that may need it).
%prep
%setup
%build
autoreconf -i
%configure --prefix=""
make
%install
make install DESTDIR=%{buildroot}
%files
%doc README.rst
%{_sbindir}/fcgiwrap
%{_mandir}/man8/fcgiwrap.8*
%changelog
* Fri Feb 08 2013 Hiroaki Nakamura <hnakamur@gmail.com> - 1.1.0-1
- new upstream release.
* Fri Jan 11 2013 Hiroaki Nakamura <hnakamur@gmail.com> - 1.0.3.20120908-1
- Change version to increase monotonously.
* Wed Jan 9 2013 Hiroaki Nakamura <hnakamur@gmail.com> - 1.0.3-3.gitb9f03e6377
- Make the rpm relocatable.
* Tue Dec 25 2012 Hiroaki Nakamura <hnakamur@gmail.com> - 1.0.3-2.gitb9f03e6377
* Tue Jan 31 2012 Craig Barnes <cr@igbarn.es> - 1.0.3-1.git1328862
- Initial package