|
|
@@ -32,19 +32,18 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [CORE]
|
|
|
Group: Network
|
|
|
License: BSD-style
|
|
|
-Version: 4.1.1b
|
|
|
-Release: 20030701
|
|
|
+Version: 4.1.1c
|
|
|
+Release: 20030704
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-%{version}.tar.gz
|
|
|
+Source0: ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-%{version}-rc3.tar.gz
|
|
|
Source1: ntp-doc.tar.gz
|
|
|
Source2: ntp.conf
|
|
|
Source3: rc.ntp
|
|
|
Source4: fsl.ntp
|
|
|
-Patch0: ntp.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -74,11 +73,9 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
%setup1 -q -T -D -a 1
|
|
|
- cd ntp-%{version}
|
|
|
- %patch0 -p0
|
|
|
|
|
|
%build
|
|
|
- ( cd ntp-%{version}
|
|
|
+ ( cd ntp-%{version}-rc3
|
|
|
CC="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
LDFLAGS="%{l_fsl_ldflags}" \
|
|
|
@@ -93,7 +90,7 @@ AutoReqProv: no
|
|
|
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
- ( cd ntp-%{version}
|
|
|
+ ( cd ntp-%{version}-rc3
|
|
|
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
|
|
|
)
|
|
|
( cd ntp-doc
|