spawn-fcgi-vl.spec 2.1 KB

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