rpms/ntp/OLPC-3 ntp.spec,1.80,1.81

Daniel Drake (dsd) fedora-extras-commits at redhat.com
Thu Jul 24 21:56:22 UTC 2008


Author: dsd

Update of /cvs/pkgs/rpms/ntp/OLPC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32369

Modified Files:
	ntp.spec 
Log Message:
split ntpdate into its own package



Index: ntp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntp/OLPC-3/ntp.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ntp.spec	7 Apr 2008 17:18:26 -0000	1.80
+++ ntp.spec	24 Jul 2008 21:55:36 -0000	1.81
@@ -1,7 +1,7 @@
 Summary: Synchronizes system time using the Network Time Protocol (NTP)
 Name: ntp
 Version: 4.2.4p4
-Release: 6%{?dist}
+Release: 7%{?dist}
 # primary license (COPYRIGHT) : MIT
 # ElectricFence/ (not used) : GPLv2
 # kernel/sys/ppsclock.h (not used) : BSD with advertising
@@ -84,6 +84,13 @@
 Install the ntp package if you need tools for keeping your system's
 time synchronized via the NTP protocol.
 
+%package ntpdate
+Summary: Utility to set the date and time via NTP
+Group: Applications/System
+
+%description ntpdate
+This standalone utility allows you set the date and time via NTP
+
 %prep 
 %setup -q -a 5
 
@@ -220,15 +227,12 @@
 %{_sbindir}/ntptrace
 %{_sbindir}/ntp-keygen
 %{_sbindir}/ntpd
-%{_sbindir}/ntpdate
 %{_sbindir}/ntpdc
 %{_sbindir}/ntpq
 %{_sbindir}/ntptime
 %{_sbindir}/tickadj
 %{_initrddir}/ntpd
-%{_initrddir}/ntpdate
 %config(noreplace) %{_sysconfdir}/sysconfig/ntpd
-%config(noreplace) %{_sysconfdir}/sysconfig/ntpdate
 %dir %{_sysconfdir}/ntp
 %config(noreplace) %{_sysconfdir}/ntp.conf
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/ntp/step-tickers
@@ -238,11 +242,27 @@
 %dir %attr(-,ntp,ntp) %{_localstatedir}/lib/ntp
 %ghost %attr(644,ntp,ntp) %{_localstatedir}/lib/ntp/drift
 %dir %attr(-,ntp,ntp) %{_localstatedir}/log/ntpstats
-%{_mandir}/man[58]/*.[58]*
+%{_mandir}/man5/*.5*
+%{_mandir}/man8/ntp-keygen.8.gz
+%{_mandir}/man8/ntpd.8.gz
+%{_mandir}/man8/ntpdc.8.gz
+%{_mandir}/man8/ntpq.8.gz
+%{_mandir}/man8/ntpstat.8.gz
+%{_mandir}/man8/ntptime.8.gz
+%{_mandir}/man8/ntptrace.8.gz
 %{_bindir}/ntpstat
 
+%files ntpdate
+%defattr(-,root,root,-)
+%{_sbindir}/ntpdate
+%{_initrddir}/ntpdate
+%config(noreplace) %{_sysconfdir}/sysconfig/ntpdate
+%{_mandir}/man8/ntpdate.8.gz
 
 %changelog
+* Thu Jul 24 2008 Daniel Drake <dsd at laptop.org> 4.2.4p4-7
+- split ntpdate into its own package
+
 * Mon Apr 07 2008 Miroslav Lichvar <mlichvar at redhat.com> 4.2.4p4-6
 - don't use /etc/sysconfig/clock in ntpdate init script
 




More information about the fedora-extras-commits mailing list