spawn-fcgi-vl.spec 1.7 KB

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