source: projects/specs/branches/6/m/mnews/mnews-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: mnews - mini news reader
2Summary(ja): mnews - ¥ß¥Ë¡¦¥Ë¥å¡¼¥¹¥ê¡¼¥À
3Name: mnews
4Version: 1.22PL1
5Release: 1vl6
6Group: Applications/Internet
7License: distributable
8Source0: %{name}122PL1.tar.gz
9Patch0: %{name}-1.22-ignore.patch
10Patch1: %{name}-1.22PL1-vine.patch
11Patch2: %{name}-alpha.diff
12
13BuildRequires: gcc295 make
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15Vendor: Project Vine
16Distribution: Vine Linux
17
18%description
19mnews is mini news/mail reader.
20
21%description -l ja
22mnews ¤ÏÅŻҥ˥塼¥¹/ÅŻҥ᡼¥ë¤òÆɤि¤á¤Î¾®·¿¤Î¥Ë¥å¡¼¥¹¥ê¡¼¥À¤Ç¤¹¡£
23mnews ¤Ï¾®·¿²½¡¢¹â®²½¡¢¤½¤·¤Æ´Êñ¤Ë»ÈÍѤǤ­¤ë¤³¤È¤òÌÜɸ¤Ë³«È¯¤µ¤ì¤Þ¤·¤¿¡£
24
25%prep
26%setup
27%patch0 -b .ignore
28%patch1 -b .vine
29%patch2 -p1 -b .alpha
30
31%build
32cd build
33./config.sh << EOF
34
357
36y
37
38%{_bindir}
39%{_libdir}/mnews
40%{_mandir}
41/tmp
42y
43y
44y
45y
46y
47y
48/var/spool/news
49/var/lib/news
50/var/spool/mail
51y
52/usr/bin/inews -h
53y
54/usr/lib/sendmail -t -om -oi
55y
56y
57y
58y
59y
60y
61y
62/var/spool/board
63y
64animate
65display
66display
67play
68evince
69y
70/usr/bin/less
71y
72y
73n
74n
75-DCTRL_L -DCOMPLETION -DREF_SORT -DXOVER -DCOLOR -DUSE_NLINK -DDISPLAY_CTRL -DTRI -DNNTP_AUTH -DSUPPORT_X0201 -DLARGE -DBUILTIN_MMH
76domain.name
774
784
791
804
814
821
831
841
85lpr
86y
87y
88y
89y
90y
91y
92y
93y
94/usr/bin/gcc-2.95.3
95%{optflags} -DUSE_TERMIOS
96/usr/bin/emacs -nw
97y
98EOF
99make
100
101%install
102rm -rf %{buildroot}
103
104mkdir -p %{buildroot}%{_bindir}
105mkdir -p %{buildroot}%{_libdir}/mnews
106mkdir -p %{buildroot}%{_mandir}/ja/man1
107
108cd build
109make DESTDIR=%{buildroot} install
110
111%clean
112rm -rf %{buildroot}
113
114%files
115%defattr(-, root, root)
116%doc doc/*.doc etc/jnames.* etc/_mnews.smp
117%{_bindir}/mnews
118%{_mandir}/ja/man1/mnews.1*
119%dir %{_libdir}/mnews
120#%config %{_libdir}/mnews/default-domain
121
122%changelog
123* Fri Nov  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.22PL1-1vl6
124- removed Requires: <BTS:323>
125- used evince instead of gv <BTS:323>
126
127* Thu Jul 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.22PL1-1vl5
128- rebuilt with new toolchains
129- added Requires: emacs, gv, ImageMagick
130- added BuildRequires: gcc295
131- changed Group to Applications/Internet
132
133* Sat Jun 09 2001 <sagami@vinelinux.org>
134- 1.22PL1-1vl4: minor spec fixes
135
136* Fri May 25 2001 Tomoya TAKA <tomoya@olive.plala.or.jp>
137- 1.22PL1-1vl3
138- add mnews-alpha.diff taken from Kondara MNU/Linux
139- use macros
140
141* Fri Sep 08 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
142- 1.22PL1-1vl2
143- ja_JP.ujis -> ja (including modification of vine patch)
144
145* Fri Mar 3 2000 Taro FUNAKI <taro@KU3G.org>
146- updated to 1.22PL1
147
148* Fri Dec 24 1999 Taro FUNAKI <taro@KU3G.org>
149- updated to 1.22
Note: See TracBrowser for help on using the repository browser.