Browse Source

upgrading package: ntp 4.1.1c -> 4.1.2

Ralf S. Engelschall 23 years ago
parent
commit
e731e76fce
1 changed files with 4 additions and 4 deletions
  1. 4 4
      ntp/ntp.spec

+ 4 - 4
ntp/ntp.spec

@@ -32,14 +32,14 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [CORE]
 Group:        Network
 License:      BSD-style
-Version:      4.1.1c
+Version:      4.1.2
 Release:      20030717
 
 #   package options
 %option       with_fsl  yes
 
 #   list of sources
-Source0:      ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-%{version}-rc3.tar.gz
+Source0:      ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-%{version}.tar.gz
 Source1:      ntp-doc.tar.gz
 Source2:      ntp.conf
 Source3:      rc.ntp
@@ -75,7 +75,7 @@ AutoReqProv:  no
     %setup1 -q -T -D -a 1
 
 %build
-    ( cd ntp-%{version}-rc3
+    ( cd ntp-%{version}
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       LDFLAGS="%{l_fsl_ldflags}" \
@@ -90,7 +90,7 @@ AutoReqProv:  no
 
 %install
     rm -rf $RPM_BUILD_ROOT
-    ( cd ntp-%{version}-rc3
+    ( cd ntp-%{version}
       %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
     )
     ( cd ntp-doc