source: projects/specs/trunk/s/smtpfeed/smtpfeed-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: smtp fast exploding external deliverer for sendmail
2Summary(ja): SMTP ¤Ë¤è¤ë¥á¡¼¥ë¤ÎÇÛ¿®¤ò¹â®²½
3Name: smtpfeed
4Version: 1.02
5Release: 2vl2
6License: BSD
7Group: System Environment/Daemons
8Source0: ftp://ftp.kyoto.wide.ad.jp/mail/smtpfeed/smtpfeed-%{version}.tar.gz
9Source1: vine_smtpfeed.def
10Requires: sendmail >= 8.9.3
11Buildroot: %{_tmppath}/%{name}-%{version}-root
12Vendor: Project Vine
13Distribution: Vine Linux
14
15%description
16SMTPfeed is a SMTP delivery agent which is called by sendmail, and it
17improves time required to complete delivery a message to huge number of
18recipients. SMTPfeed is effective for delivery of large mailing lists.
19
20%description -l ja
21SMTPfeed ¤Ï sendmail ¤«¤é¸Æ¤Ó½Ð¤µ¤ì¤ëÇÛ¿®¥¨¡¼¥¸¥§¥ó¥È¤Ç¡¢ÂçÎ̤μõ¿®¼Ô¤Ø¤Î
22¥á¡¼¥ëÇÛÁ÷¤Ë¤«¤«¤ë»þ´Ö¤òÄ㸺¤·¤Þ¤¹¡£SMTPfeed ¤ÏÂ礭¤Ê¥á¡¼¥ê¥ó¥°¥ê¥¹¥È
23¤ÎÇÛÁ÷¤Ë¸ú²ÌŪ¤Ç¤¹¡£
24
25%prep
26%setup -q
27./configure --libexecdir=%{buildroot}/usr/sbin
28
29%build
30make all
31
32%install
33rm -rf %{buildroot}
34
35mkdir -p %{buildroot}/usr/sbin
36mkdir -p %{buildroot}%{_mandir}/ja/man8
37#mkdir -p %{buildroot}/var/log
38#mkdir -p %{buildroot}/usr/src/CF-3.7Wpl2/VineSample
39
40make DEST=%{buildroot}/usr/sbin install
41# make install
42cp -ar smtpfeed.8 %{buildroot}%{_mandir}/ja/man8
43#install -m 755 $RPM_SOURCE_DIR/vine_smtpfeed.def %{buildroot}/usr/src/CF-3.7Wpl2/VineSample
44cp -p %{SOURCE1} .
45
46# install docs by hand
47#mkdir -p %{buildroot}/usr/doc/smtpfeed-%{version}
48#cp -ar COPYRIGHT FEATURES FYI INSTALL OPTIONS README RELEASE.NOTE SIGNAL \
49#       TEST.in smtpfeed.html \
50#       %{buildroot}/usr/doc/smtpfeed-%{version}
51
52%clean
53rm -rf %{buildroot}
54
55%files
56%defattr(-,root,root)
57%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
58/usr/sbin/smtpfeed
59%{_mandir}/ja/man8/smtpfeed.8*
60# /usr/src/CF-3.7Wpl2/VineSample/vine_smtpfeed.def
61
62%changelog
63* Thu Feb 07 2002 Toru Sagami <sagami@vinelinux.org> 1.02-2vl2
64- corrected Group and added defattr
65- a bit tweak spec: fixed Summary(ja), buildroot and move changelog at EOF etc.
66- install man pages into %%{_mandir}
67
68* Thu Nov  9 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
69- 1.02-2vl1
70- modified %files section to handle compressed man pages
71- change man dir ja_JP.ujis to ja
72
73* Wed Dec 20 1999 Tetsuhiro Nakane <nakane@ecc.denso.co.jp>
74- upgrade to 1.02
75
76* Wed Aug  8 1999 Tetsuhiro Nakane <nakane@ecc.denso.co.jp>
77- upgrade to 1.01
78- rebuild for vine
79- added vine_smtpfeed.def for CF
80
81* Wed Mar  3 1999 Edgard Castro <castro@usmatrix.net>
82- first rpm version
83
Note: See TracBrowser for help on using the repository browser.