|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
%define V_build stable
|
|
|
%define V_release 2.3.2
|
|
|
-%define V_stable 20011016
|
|
|
+%define V_stable 20011019
|
|
|
|
|
|
# package information
|
|
|
Name: inn
|
|
|
@@ -120,7 +120,9 @@ AutoReqProv: no
|
|
|
--with-news-user=%{l_fsusr} \
|
|
|
--with-news-group=%{l_fsusr} \
|
|
|
--with-news-master=%{l_fsusr} \
|
|
|
- --with-sendmail=%{l_prefix}/sbin/sendmail
|
|
|
+ --with-sendmail=%{l_prefix}/sbin/sendmail \
|
|
|
+ --enable-uucp-rnews \
|
|
|
+ --with-perl
|
|
|
|
|
|
# build the INN system
|
|
|
%{l_make} %{l_mflags}
|
|
|
@@ -219,6 +221,7 @@ AutoReqProv: no
|
|
|
%{l_rpmtool} files -v -o../files -r$RPM_BUILD_ROOT \
|
|
|
%{l_files_std} \
|
|
|
'%config %{l_prefix}/etc/inn/*' \
|
|
|
+ '%attr(4550,root,%{l_fsgrp}) %{l_prefix}/bin/rnews' \
|
|
|
'%attr(4755,root,%{l_fsgrp}) %{l_prefix}/libexec/inn/inndstart' \
|
|
|
'%attr(4755,root,%{l_fsgrp}) %{l_prefix}/libexec/inn/startinnfeed'
|
|
|
|