source: projects/specs/trunk/s/spawn-fcgi/spawn-fcgi-vl.spec @ 8162

Revision 8162, 1.8 KB checked in by tomop, 10 years ago (diff)

updated many packages.

Line 
1Summary:        Spawn fcgi-process directly
2Summary(ja):    fcgi プロセスを直接起動
3Name:           spawn-fcgi
4Version:        1.6.3
5Release:        3%{?_dist_release}
6License:        BSD
7Group:          System Environment/Daemons
8Source0:        http://www.lighttpd.net/download/%{name}-%{version}.tar.bz2
9URL:            http://redmine.lighttpd.net/projects/spawn-fcgi
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11
12%description
13spawn-fcgi is used to spawn fcgi-process directly without the help of
14a webserver or the programm itself.
15
16%description -l ja
17spawm-fcgi は fcgi プロセスを webサーバやプログラムそのものの助けを
18借りずに直接起動するためのソフトウエアです。
19
20%prep
21%setup -q
22
23%build
24%configure
25%{__make}
26
27%install
28rm -rf $RPM_BUILD_ROOT
29%{__make} install \
30        DESTDIR=$RPM_BUILD_ROOT
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%doc AUTHORS COPYING NEWS README
38%attr(755,root,root) %{_bindir}/spawn-fcgi
39%{_mandir}/man1/spawn-fcgi.1*
40
41%changelog
42* Mon Jan 13 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.3-3
43- rebuilt with current environment.
44
45* Wed May 02 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.3-2
46- rebuilt with current environment.
47
48* Sun Apr 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-1
49- new upstream release
50
51* Mon Jul 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.2-1
52- initial build for Vine Linux
53- original changelog of PLD package
54  - Revision 1.11  2009/04/20 06:13:48  glen
55    - up to 1.6.2
56  - Revision 1.10  2009/04/06 08:10:50  shadzik
57    - 1.6.1
58  - Revision 1.9  2009/03/02 11:46:04  glen
59    - 1.6.0 release
60  - Revision 1.8  2009/02/19 09:59:41  glen
61    - rc1 tarball
62  - Revision 1.7  2009/02/18 00:42:11  glen
63    - cleanup
64  - Revision 1.6  2009/02/18 00:41:15  glen
65    - use the spawn-fcgi that was separated from lighttpd code
Note: See TracBrowser for help on using the repository browser.