|
|
@@ -23,10 +23,6 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
-# package versions
|
|
|
-%define V_base 2.3.2
|
|
|
-%define V_snap 20020323
|
|
|
-
|
|
|
# package information
|
|
|
Name: inn
|
|
|
Summary: InterNetNews Usenet Server
|
|
|
@@ -36,11 +32,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: News
|
|
|
License: ISC
|
|
|
-Version: %{V_base}.%{V_snap}
|
|
|
-Release: 20020324
|
|
|
+Version: 2.3.3
|
|
|
+Release: 20020508
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.isc.org/isc/inn/snapshots/inn-STABLE-%{V_snap}.tar.gz
|
|
|
+Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
|
|
|
Source1: ftp://ftp.openpkg.org/DST/inn/fakesyslog.tar.gz
|
|
|
Source2: rc.inn
|
|
|
|
|
|
@@ -55,10 +51,7 @@ AutoReqProv: no
|
|
|
%description
|
|
|
InterNetNews (INN) is a complete Usenet system. It includes innd, an
|
|
|
NNTP server, and nnrpd, a newsreading server. INN separates hosts
|
|
|
- that feed you news from those that have users reading news. This
|
|
|
- version of INN is a snapshot version taken at %{V_snap} from the
|
|
|
- STABLE branch of INN. It consists of version %{V_base} with all
|
|
|
- latest bugfixes applied.
|
|
|
+ that feed you news from those that have users reading news.
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
@@ -79,7 +72,7 @@ AutoReqProv: no
|
|
|
%{l_make} %{l_mflags}
|
|
|
)
|
|
|
|
|
|
- cd inn-STABLE-%{V_snap}
|
|
|
+ cd inn-%{version}
|
|
|
|
|
|
# adjust some too strange INN paths
|
|
|
%{l_shtool} subst \
|
|
|
@@ -125,7 +118,7 @@ AutoReqProv: no
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
- cd inn-STABLE-%{V_snap}
|
|
|
+ cd inn-%{version}
|
|
|
|
|
|
# determine current user and group
|
|
|
thisuser=`(id -un) 2>/dev/null ||\
|