smtpfeed-vl.spec 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Summary: smtp fast exploding external deliverer for sendmail
  2. Summary(ja): SMTP によるメールの配信を高速化
  3. Name: smtpfeed
  4. Version: 1.02
  5. Release: 2vl2
  6. License: BSD
  7. Group: System Environment/Daemons
  8. Source0: ftp://ftp.kyoto.wide.ad.jp/mail/smtpfeed/smtpfeed-%{version}.tar.gz
  9. Source1: vine_smtpfeed.def
  10. Requires: sendmail >= 8.9.3
  11. Buildroot: %{_tmppath}/%{name}-%{version}-root
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %description
  15. SMTPfeed is a SMTP delivery agent which is called by sendmail, and it
  16. improves time required to complete delivery a message to huge number of
  17. recipients. SMTPfeed is effective for delivery of large mailing lists.
  18. %description -l ja
  19. SMTPfeed は sendmail から呼び出される配信エージェントで、大量の受信者への
  20. メール配送にかかる時間を低減します。SMTPfeed は大きなメーリングリスト
  21. の配送に効果的です。
  22. %prep
  23. %setup -q
  24. ./configure --libexecdir=%{buildroot}/usr/sbin
  25. %build
  26. make all
  27. %install
  28. rm -rf %{buildroot}
  29. mkdir -p %{buildroot}/usr/sbin
  30. mkdir -p %{buildroot}%{_mandir}/ja/man8
  31. #mkdir -p %{buildroot}/var/log
  32. #mkdir -p %{buildroot}/usr/src/CF-3.7Wpl2/VineSample
  33. make DEST=%{buildroot}/usr/sbin install
  34. # make install
  35. cp -ar smtpfeed.8 %{buildroot}%{_mandir}/ja/man8
  36. #install -m 755 $RPM_SOURCE_DIR/vine_smtpfeed.def %{buildroot}/usr/src/CF-3.7Wpl2/VineSample
  37. cp -p %{SOURCE1} .
  38. # install docs by hand
  39. #mkdir -p %{buildroot}/usr/doc/smtpfeed-%{version}
  40. #cp -ar COPYRIGHT FEATURES FYI INSTALL OPTIONS README RELEASE.NOTE SIGNAL \
  41. # TEST.in smtpfeed.html \
  42. # %{buildroot}/usr/doc/smtpfeed-%{version}
  43. %clean
  44. rm -rf %{buildroot}
  45. %files
  46. %defattr(-,root,root)
  47. %doc COPYRIGHT FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j OPTIONS OPTIONS.j README README.j RELEASE.NOTE SIGNAL SIGNAL.j TEST.in smtpfeed.html TODO vine_smtpfeed.def
  48. /usr/sbin/smtpfeed
  49. %{_mandir}/ja/man8/smtpfeed.8*
  50. # /usr/src/CF-3.7Wpl2/VineSample/vine_smtpfeed.def
  51. %changelog
  52. * Thu Feb 07 2002 Toru Sagami <sagami@vinelinux.org> 1.02-2vl2
  53. - corrected Group and added defattr
  54. - a bit tweak spec: fixed Summary(ja), buildroot and move changelog at EOF etc.
  55. - install man pages into %%{_mandir}
  56. * Thu Nov 9 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
  57. - 1.02-2vl1
  58. - modified %files section to handle compressed man pages
  59. - change man dir ja_JP.ujis to ja
  60. * Wed Dec 20 1999 Tetsuhiro Nakane <nakane@ecc.denso.co.jp>
  61. - upgrade to 1.02
  62. * Wed Aug 8 1999 Tetsuhiro Nakane <nakane@ecc.denso.co.jp>
  63. - upgrade to 1.01
  64. - rebuild for vine
  65. - added vine_smtpfeed.def for CF
  66. * Wed Mar 3 1999 Edgard Castro <castro@usmatrix.net>
  67. - first rpm version