]> git.pld-linux.org Git - packages/inn.git/blob - inn.spec
- Requires instead %requires_eq
[packages/inn.git] / inn.spec
1 Summary:        INN, the InterNet News System (news server)
2 Summary(de):    das InterNet News System (News-Server)
3 Summary(fr):    INN, le système InterNet News (serveur de news)
4 Summary(pl):    INN, serwer nowinek 
5 Summary(tr):    INN, InterNet Haber Sistemi (haber sunucu)
6 Name:           inn
7 Version:        2.2
8 Release:        3
9 Copyright:      distributable
10 Group:          Networking/Daemons
11 Group(pl):      Sieciowe/Serwery
12 Source:         ftp://ftp.isc.org/isc/inn/%{name}-%{version}.tar.gz
13 Source1:        inn-default-active
14 Source2:        inn-default-distributions
15 Source3:        inn-default-newsgroups
16 Source4:        inn-cron-expire
17 Source5:        inn-cron-rnews
18 Source6:        news.init
19 Patch0:         inn-all.patch
20 Patch1:         inn-install.patch
21 Url:            http://www.isc.org/inn.html
22 Requires:       cleanfeed
23 Requires:       perl
24 Buildroot:      /tmp/%{name}-%{version}-root
25 Prereq:         /sbin/chkconfig
26
27 %description
28 INN is a news server, which can be set up to handle USENET news, as well
29 as private "newsfeeds".  There is a *LOT* of information about setting
30 up INN in /usr/doc -- read it.
31
32 %description -l pl
33 INN jest serwerem news, który mo¿na skonfigurowaæ do obs³ugi USENET-u,
34 jak równie¿ do obs³ugi ,,prywatnych'' grup w sieciach intranetowych.
35 Ca³e mnóstwo po¿ytecznych informacji o konfigurowaniu INN-a znajdziesz
36 w katalogu /usr/doc/inn-*.
37
38 %package devel
39 Summary:        INN-Library
40 Summary(de):    INN-Library
41 Summary(fr):    Bibliothèque INN
42 Summary(pl):    INN-biblioteka i pliki nag³ówkowe dla inn-a
43 Summary(tr):    INN kitaplýðý
44 Group:          Development/Libraries
45 Group(pl):      Programowanie/Biblioteki
46 Requires:       %{name} = %{version}
47
48
49 %description devel
50 This library is needed by several programs that interface to INN, such as
51 newsgate or tin.
52
53 %description -l de devel
54 Diese Library wird von mehreren Programmen benötigt, die mit INN
55 kommunizieren, etwa newsgate oder tin.
56
57 %description -l fr devel
58 Cette bibliothèque est nécessaire à plusieurs programmes qui s'interfacent
59 avec INN, comme newsgate ou tin.
60
61 %description -l pl devel
62 Biblioteka niezbêdna do dzia³ania kilku programów wspó³pracuj±cych z INN-em, takich jak newsgate czy tin. 
63
64 %description -l tr devel
65 INN ile arayüz gerektiren programlar için (newsgate, tin gibi) gereken bir
66 kitaplýktýr.
67
68
69 %package -n inews
70 Summary:        Inews program (used for posting by inn and trn)
71 Summary(de):    Inews-Programm (für die Zustellung mit inn und trn) 
72 Summary(fr):    Programme inews (utilisé par inn et trn pour poster)
73 Summary(pl):    Inews - program do wysy³ania artyku³ów (u¿ywany przez inn i trn)
74 Summary(tr):    Haber biçimlendirme programý
75 Group:          Networking/News
76 Group(pl):      Sieciowe/News
77
78 %description -n inews
79 The inews program is used by some news readers to post news.
80 It does some consistency checking and header reformatting,
81 and forwards the article on to the news server specified in
82 inn.conf.
83
84 %description -l de -n inews
85 Das Programm 'inews' wird von manchen Newsreadern zum Senden
86 von Nachrichten verwendet. Es führt eine Konsistenzprüfung und Header-Neuf
87 ormatierung aus und leitet die Nachricht an den in 'inn.conf' 
88 angegebenen News-Server weiter. 
89
90 %description -l fr -n inews
91 Le programme inews est utilisé par certains lecteurs de news pour
92 poster les articles. Il effectue des vérifications et un reformatage
93 des en-têtes et fait suivre l'article au serveur de news spécifié dans inn.conf.
94
95 %description -l pl -n inews
96 Inews jest u¿ywany przez niektóre czytniki news do wysy³ania
97 artyku³ów. Sprawdza budowê artyku³u, przepisuje nag³ówek i wysy³a
98 do serwera news wyszczególnionego w inn.conf.
99
100 %description -l tr -n inews
101 inews programý bazý haber okuyucular tarafýndan haber yollamak amacýyla
102 kullanýlýr.  Program bazý güvenlik denetimleri ve baþlýk biçimlendirmesi
103 yaparak ve inn.conf dosyasýnda belirtilen haber sunucuya makaleyi yollar.
104
105 %prep
106 %setup -q 
107 %patch0 -p1
108 %patch1 -p1
109
110 %build
111 touch innfeed/*.[ly]
112
113 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
114 ./configure \
115         --prefix=/usr/lib/news \
116         --mandir=/usr/man \
117         --with-news-user=news \
118         --with-news-group=news \
119         --with-news-master=news \
120         --with-db-dir=/var/lib/news \
121         --with-etc-dir=/etc/news \
122         --with-log-dir=/var/log/news \
123         --with-run-dir=/var/run/news \
124         --with-spool-dir=/var/spool/news \
125         --with-lib-dir=/usr/lib/news/lib \
126         --with-tmp-path=/var/spool/news/in.coming/tmp \
127         --with-perl \
128         --with-sendmail=/usr/lib/sendmail \
129         --enable-tagged-hash \
130         --enable-merge-to-groups \
131         --enable-pgp-verify \
132         --enable-shared
133 make all
134
135 %install 
136 rm -fr $RPM_BUILD_ROOT
137 install -d $RPM_BUILD_ROOT/{etc/{news,rc.d/init.d,news},etc/cron.{daily,hourly}}
138 install -d $RPM_BUILD_ROOT/{usr/{lib/{news/{bin,lib}},bin,sbin,include,man/{man{1,3,5,8}}}}
139 install -d $RPM_BUILD_ROOT/{var/{lib/news/backoff,spool/news/{in.coming/{bad,tmp},cycbuffs,innfeed,archive,out.going,over.view,uni.over}}}
140 install -d $RPM_BUILD_ROOT/{var/{lock/news,log/news/OLD,run/news}}
141
142 make DESTDIR="$RPM_BUILD_ROOT" install
143 install %{SOURCE1} $RPM_BUILD_ROOT/var/lib/news/active
144 install %{SOURCE2} $RPM_BUILD_ROOT/var/lib/news/distributions
145 install %{SOURCE3} $RPM_BUILD_ROOT/var/lib/news/newsgroups
146 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/inn-cron-expire
147 install %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.daily/inn-cron-rnews
148 install %{SOURCE6} $RPM_BUILD_ROOT/etc/rc.d/init.d/news
149 install samples/nntpsend $RPM_BUILD_ROOT/etc/cron.hourly/inn-cron-nntpsend
150
151 install samples/default $RPM_BUILD_ROOT/etc/news
152 install samples/docheckgroups $RPM_BUILD_ROOT/etc/news
153 install samples/innreport_inn.pm $RPM_BUILD_ROOT/etc/news
154 install samples/innshellvars $RPM_BUILD_ROOT/etc/news
155 install samples/innshellvars.pl $RPM_BUILD_ROOT/etc/news
156 install samples/innshellvars.tcl $RPM_BUILD_ROOT/etc/news
157 install samples/send-ihave $RPM_BUILD_ROOT/etc/news
158 install samples/send-nntp $RPM_BUILD_ROOT/etc/news
159 install samples/send-uucp $RPM_BUILD_ROOT/etc/news
160 install /dev/null $RPM_BUILD_ROOT/etc/news/.news.daily
161 install $RPM_BUILD_ROOT/usr/lib/news/bin/rc.news $RPM_BUILD_ROOT/etc/rc.d/rc.news
162
163 ln -sf /usr/lib/news/bin/ctlinnd $RPM_BUILD_ROOT/usr/sbin/ctlinnd
164 ln -sf ../lib/news/bin/rnews $RPM_BUILD_ROOT/usr/bin/rnews
165 ln -sf ../lib/news/bin/inews $RPM_BUILD_ROOT/usr/bin/inews
166 ln -sf /etc/news/innshellvars $RPM_BUILD_ROOT/usr/lib/news/lib/innshellvars
167 ln -sf /etc/news/innshellvars.pl $RPM_BUILD_ROOT/usr/lib/news/lib/innshellvars.pl
168 ln -sf /etc/news/innshellvars.tcl $RPM_BUILD_ROOT/usr/lib/news/lib/innshellvars.tcl
169
170 install /dev/null $RPM_BUILD_ROOT/var/lib/news/subscriptions
171 install /dev/null $RPM_BUILD_ROOT/var/lib/news/active.times
172
173 install /dev/null $RPM_BUILD_ROOT/var/log/news/news.notice
174 install /dev/null $RPM_BUILD_ROOT/var/log/news/news.crit
175 install /dev/null $RPM_BUILD_ROOT/var/log/news/news.err
176
177 install lib/libinn.a $RPM_BUILD_ROOT/usr/lib
178 install storage/libstorage.a $RPM_BUILD_ROOT/usr/lib
179 install include/configdata.h $RPM_BUILD_ROOT/usr/include
180 install include/dbz.h $RPM_BUILD_ROOT/usr/include
181 install include/libinn.h $RPM_BUILD_ROOT/usr/include
182 install include/storage.h $RPM_BUILD_ROOT/usr/include
183 install include/clibrary.h $RPM_BUILD_ROOT/usr/include
184 install storage/interface.h $RPM_BUILD_ROOT/usr/include
185 install storage/methods.h $RPM_BUILD_ROOT/usr/include
186 install storage/overview.h $RPM_BUILD_ROOT/usr/include
187
188 gzip -9nf $RPM_BUILD_ROOT/usr/man/man{1,3,5,8}/* \
189         CONTRIBUTORS HISTORY README README.perl_hook README.tcl_hook \
190         INSTALL ChangeLog COPYRIGHT
191
192 %clean
193 rm -rf $RPM_BUILD_ROOT
194
195 %post
196 if [ -f /var/lib/news/history ]; then
197         cd /var/lib/news
198         /usr/lib/news/bin/makehistory -i -r
199         for i in dir hash index pag; do
200                 [ -f history.n.$i ] && mv history.n.$i history.$i
201         done
202         chown news.news history.*
203         chmod 644 history.*
204 else
205         cd /var/lib/news
206         cp /dev/null history
207         /usr/lib/news/bin/makehistory -i
208         for i in dir hash index pag; do
209                 [ -f history.n.$i ] && mv history.n.$i history.$i
210         done
211         chown news.news history history.*
212         chmod 644 history history.*
213 fi
214 [ -f /var/lib/news/active.times ] || {
215     touch /var/lib/news/active.times
216     chown news.news /var/lib/news/active.times
217 }
218 chown -R news.news /var/log/news*
219 if [ -f /etc/syslog.conf ]; then
220   if ! grep -q INN /etc/syslog.conf; then
221     sed 's/mail.none;/mail.none;news.none;/' < /etc/syslog.conf > /etc/syslog.conf.inn
222     mv /etc/syslog.conf.inn /etc/syslog.conf
223
224     echo '' \
225        >> /etc/syslog.conf
226     echo '#' \
227        >> /etc/syslog.conf
228     echo '# INN' \
229        >> /etc/syslog.conf
230     echo '#' \
231        >> /etc/syslog.conf
232     echo 'news.=crit                                        /var/log/news/news.crit'   >> /etc/syslog.conf
233     echo 'news.=err                                         /var/log/news/news.err'    >> /etc/syslog.conf
234     echo 'news.notice                                       /var/log/news/news.notice' >> /etc/syslog.conf
235     fi
236   if [ -f /var/run/syslog.pid ]; then
237     kill -HUP `cat /var/run/syslog.pid` 2> /dev/null ||:
238   fi
239 else
240   # syslog.conf does not exist
241
242   echo "mail.none /var/log/messages" \
243      >  /etc/syslog.conf.inn
244   echo "" \
245      >> /etc/syslog.conf.inn
246   echo "# INN" \
247      >> /etc/syslog.conf.inn
248   echo "news.=crit                                      /var/log/news/news.crit"     >> /etc/syslog.conf.inn
249   echo "news.=err                                       /var/log/news/news.err"      >> /etc/syslog.conf.inn
250   echo "news.notice                                     /var/log/news/news.notice"   >> /etc/syslog.conf.inn
251 fi
252 if [ `cat /etc/news/inn.conf | grep '^server:' | wc -l` -lt 1 ]; then
253   echo "server: `hostname -f`" >> /etc/news/inn.conf
254 fi
255
256 if [ `cat /etc/ld.so.conf | grep '^/usr/lib/news/lib' | wc -l` -lt 0 ]; then
257   echo '/usr/lib/news/lib' >> /etc/ld.so.conf
258 fi
259 /sbin/chkconfig --add news
260 /sbin/ldconfig 
261
262 %preun
263 if [ $1 = 0 ]; then
264    if [ -f /var/lock/subsys/news ]; then
265        /etc/rc.d/init.d/news stop
266        /etc/rc.d/init.d/inn stop
267    fi
268    /sbin/chkconfig --del news
269 fi
270
271 %files
272 %defattr(644,root,root,755)
273 %doc {CONTRIBUTORS,HISTORY,README,README.perl_hook,README.tcl_hook}.gz
274 %doc {INSTALL,ChangeLog,COPYRIGHT}.gz
275
276 %attr(775,news,news) %dir /etc/news
277 %attr(755,news,news) %dir /usr/lib/news
278 %attr(755,news,news) %dir /usr/lib/news/bin
279 %attr(755,news,news) %dir /usr/lib/news/bin/auth
280 %attr(750,news,news) %dir /usr/lib/news/bin/control
281 %attr(750,news,news) %dir /usr/lib/news/bin/filter
282 %attr(750,news,news) %dir /usr/lib/news/bin/rnews.libexec
283 %attr(755,news,news) %dir /usr/lib/news/lib
284 %attr(755,news,news) %dir /var/lib/news
285 %attr(775,news,news) %dir /var/lib/news/backoff
286 %attr(750,news,news) %dir /var/log/news
287 %attr(775,news,news) %dir /var/log/news/OLD
288 %attr(775,news,news) %dir /var/run/news
289 %attr(750,news,news) %dir /var/spool/news
290 %attr(775,news,news) %dir /var/spool/news/cycbuffs
291 %attr(775,news,news) %dir /var/spool/news/innfeed
292 %attr(775,news,news) %dir /var/spool/news/in.coming
293 %attr(775,news,news) %dir /var/spool/news/in.coming/bad
294 %attr(775,news,news) %dir /var/spool/news/in.coming/tmp
295 %attr(775,news,news) %dir /var/spool/news/out.going
296 %attr(775,news,news) %dir /var/spool/news/archive
297 %attr(775,news,news) %dir /var/spool/news/over.view
298 %attr(775,news,news) %dir /var/spool/news/uni.over
299
300 %attr(750,root,root) %config %verify(not size mtime md5) /etc/cron.daily/*
301 %attr(750,root,root) %config %verify(not size mtime md5) /etc/cron.hourly/*
302
303 %attr(754,news,news) %config /etc/rc.d/rc.news
304 %attr(754,root,root) %config /etc/rc.d/init.d/news
305
306 %attr(644,news,news) %config %verify(not size mtime md5) /etc/news/.news.daily
307 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/actsync.cfg
308 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/actsync.ign
309 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/control.ctl
310 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/cycbuff.conf
311 %attr(550,news,news) %config %verify(not size mtime md5) /etc/news/default
312 %attr(644,news,news) %config %verify(not size mtime md5) /etc/news/distrib.pats
313 %attr(550,news,news) %config %verify(not size mtime md5) /etc/news/docheckgroups
314 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/expire.ctl
315 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/incoming.conf
316 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/inn.conf
317 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/innfeed.conf
318 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/innreport.conf
319 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/innreport_inn.pm
320 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/innshellvars
321 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/innshellvars.pl
322 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/innshellvars.tcl
323 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/innwatch.ctl
324 %attr(644,news,news) %config %verify(not size mtime md5) /etc/news/moderators
325 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/motd.news
326 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/news2mail.cf
327 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/newsfeeds
328 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/nnrp.access
329 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/nnrpd.track
330 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/nntpsend.ctl
331 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/overview.ctl
332 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/overview.fmt
333 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/passwd.nntp
334 %attr(550,news,news) %config %verify(not size mtime md5) /etc/news/send-ihave
335 %attr(550,news,news) %config %verify(not size mtime md5) /etc/news/send-nntp
336 %attr(550,news,news) %config %verify(not size mtime md5) /etc/news/send-uucp
337 %attr(640,news,news) %config %verify(not size mtime md5) /etc/news/storage.conf
338
339 %attr(711,root,root) /usr/bin/rnews
340 %attr(755,root,root) /usr/bin/inews
341 %attr(711,root,root) /usr/sbin/ctlinnd
342 %attr(555,news,news) /usr/lib/news/bin/actived
343 %attr(555,news,news) /usr/lib/news/bin/actmerge
344 %attr(555,news,news) /usr/lib/news/bin/actsync
345 %attr(555,news,news) /usr/lib/news/bin/actsyncd
346 %attr(555,news,news) /usr/lib/news/bin/archive
347 %attr(555,news,news) /usr/lib/news/bin/batcher
348 %attr(550,news,news) /usr/lib/news/bin/buffchan
349 %attr(550,news,news) /usr/lib/news/bin/cnfsstat
350 %attr(550,news,news) /usr/lib/news/bin/control/*
351 %attr(550,news,news) /usr/lib/news/bin/controlbatch
352 %attr(550,news,news) /usr/lib/news/bin/controlchan
353 %attr(555,news,news) /usr/lib/news/bin/convdate
354 %attr(550,news,news) /usr/lib/news/bin/crosspost
355 %attr(550,news,news) /usr/lib/news/bin/ctlinnd
356 %attr(555,news,news) /usr/lib/news/bin/cvtbatch
357 %attr(550,news,news) /usr/lib/news/bin/expire
358 %attr(550,news,news) /usr/lib/news/bin/expireindex
359 %attr(550,news,news) /usr/lib/news/bin/expireover
360 %attr(555,news,news) /usr/lib/news/bin/expirerm
361 %attr(550,news,news) /usr/lib/news/bin/fastrm
362 %attr(555,news,news) /usr/lib/news/bin/filechan
363 %attr(640,news,news) /usr/lib/news/bin/filter/*
364 %attr(550,news,news) /usr/lib/news/bin/getlist
365 %attr(555,news,news) /usr/lib/news/bin/grephistory
366 %attr(2511,news,news) /usr/lib/news/bin/inews
367 %attr(550,news,news) /usr/lib/news/bin/inncheck
368 %attr(550,news,news) /usr/lib/news/bin/innconfval
369 %attr(550,news,news) /usr/lib/news/bin/innd
370 %attr(550,news,news) /usr/lib/news/bin/inndf
371 %attr(4510,root,news) /usr/lib/news/bin/inndstart
372 %attr(550,news,news) %config /usr/lib/news/bin/innfeed
373 %attr(550,news,news) /usr/lib/news/bin/innfeed-convcfg
374 %attr(550,news,news) /usr/lib/news/bin/innmail
375 %attr(550,news,news) %config /usr/lib/news/bin/innreport
376 %attr(550,news,news) /usr/lib/news/bin/innstat
377 %attr(550,news,news) /usr/lib/news/bin/innwatch
378 %attr(550,news,news) /usr/lib/news/bin/innxbatch
379 %attr(550,news,news) /usr/lib/news/bin/innxmit
380 %attr(550,news,news) /usr/lib/news/bin/mailpost
381 %attr(550,news,news) /usr/lib/news/bin/makeactive
382 %attr(550,news,news) /usr/lib/news/bin/makehistory
383 %attr(550,news,news) /usr/lib/news/bin/mod-active
384 %attr(550,news,news) %config /usr/lib/news/bin/news.daily
385 %attr(550,news,news) /usr/lib/news/bin/news2mail
386 %attr(550,news,news) /usr/lib/news/bin/newsrequeue
387 %attr(550,news,news) %config /usr/lib/news/bin/nnrpd
388 %attr(550,news,news) /usr/lib/news/bin/nntpget
389 %attr(550,news,news) /usr/lib/news/bin/nntpsend
390 %attr(550,news,news) /usr/lib/news/bin/overchan
391 %attr(550,news,news) %config /usr/lib/news/bin/parsecontrol
392 %attr(550,news,news) %config /usr/lib/news/bin/pgpverify
393 %attr(550,news,news) /usr/lib/news/bin/procbatch
394 %attr(555,news,news) /usr/lib/news/bin/prunehistory
395 %attr(555,news,news) /usr/lib/news/bin/pullnews
396 %attr(550,news,news) %config /usr/lib/news/bin/rc.news
397 %attr(4550,news,uucp) %config /usr/lib/news/bin/rnews
398 %attr(555,news,news) /usr/lib/news/bin/rnews.libexec/*
399 %attr(550,news,news) /usr/lib/news/bin/scanlogs
400 %attr(550,news,news) /usr/lib/news/bin/scanspool
401 %attr(550,news,news) /usr/lib/news/bin/send-*
402 %attr(555,news,news) /usr/lib/news/bin/sendxbatches
403 %attr(555,news,news) /usr/lib/news/bin/shlock
404 %attr(555,news,news) /usr/lib/news/bin/shrinkfile
405 %attr(550,news,news) /usr/lib/news/bin/simpleftp
406 %attr(550,news,news) /usr/lib/news/bin/sm
407 %attr(4510,root,news) %config /usr/lib/news/bin/startinnfeed
408 %attr(550,news,news) /usr/lib/news/bin/tally.control
409 %attr(550,news,news) /usr/lib/news/bin/writelog
410
411 %config(missingok) /usr/lib/news/lib/innreport_inn.pm
412 %config(missingok) /usr/lib/news/lib/innshellvars
413 %config(missingok) /usr/lib/news/lib/innshellvars.pl
414 %config(missingok) /usr/lib/news/lib/innshellvars.tcl
415
416 /usr/man/man1/convdate.1.gz
417 /usr/man/man1/getlist.1.gz
418 /usr/man/man1/grephistory.1.gz
419 /usr/man/man1/innconfval.1.gz
420 /usr/man/man1/innfeed.1.gz
421 /usr/man/man1/installit.1.gz
422 /usr/man/man1/nntpget.1.gz
423 /usr/man/man1/rnews.1.gz
424 /usr/man/man1/shlock.1.gz
425 /usr/man/man1/shrinkfile.1.gz
426 /usr/man/man1/startinnfeed.1.gz
427 /usr/man/man1/subst.1.gz
428 /usr/man/man[58]/*
429
430 %attr(664,news,news) %config(noreplace) %verify(not size mtime md5) /var/lib/news/active
431 %attr(644,news,news) %config(noreplace) %verify(not size mtime md5) /var/lib/news/distributions
432 %attr(644,news,news) %config(noreplace) %verify(not size mtime md5) /var/lib/news/newsgroups
433 %attr(644,news,news) %config(noreplace) %verify(not size mtime md5) /var/lib/news/subscriptions
434 %attr(664,news,news) %config(noreplace) %verify(not size mtime md5) /var/lib/news/active.times
435 %attr(664,news,news) %config(noreplace) %verify(not size mtime md5) /var/log/news/news.notice
436 %attr(660,news,news) %config(noreplace) %verify(not size mtime md5) /var/log/news/news.crit
437 %attr(660,news,news) %config(noreplace) %verify(not size mtime md5) /var/log/news/news.err
438
439 %files devel
440 %defattr(644,root,root,755)
441 /usr/include/*
442 /usr/lib/*.a
443 /usr/man/man3/*
444
445 %files -n inews
446 %defattr(644,root,root,755)
447
448 %attr(755,root,root) /usr/bin/inews
449 %attr(4555,news,news) %config /usr/lib/news/bin/inews
450 /usr/man/man1/inews.1.gz
451
452 %changelog
453 * Mon Apr 19 1999 Piotr Czerwiñski <pius@pld.org.pl>
454   [2.2-3]
455 - recompiled on new rpm.
456
457 * Fri Apr 16 1999 Piotr Czerwiñski <pius@pld.org.pl>
458 - changed install procedure to allow building package from non-root 
459   account (inn-install.patch),
460 - minor fixes.
461
462 * Thu Apr 15 1999 Piotr Czerwiñski <pius@pld.org.pl>
463 - fixed Group(pl),
464 - changed Buildroot to /tmp/%{name}-%{version}-root,
465 - removed man group from man pages,
466 - added full %defattr description in %files,
467 - added Requires: %%{name} = %%{version} to devel subpackage,
468 - added some %requires_pkg macros,
469 - cosmetic changes for common l&f.
470
471 * Fri Jan 29 1999 Maciej Paliwoda <maciejp@uci.agh.edu.p>
472   [2.2-1d]
473 - special thanks for Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
474         & Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
475 - new version 2.2 (stable)
476 - build for Linux PLD
477 - default storage CNFS
This page took 0.108837 seconds and 4 git commands to generate.