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

Revision 12562, 2.1 KB checked in by tomop, 3 years ago (diff)

updated 4 packages

bash-completion-2.11-1

hicolor-icon-theme-0.17-1

spawn-fcgi-1.6.4-1

xdg-user-dirs-0.17-1

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