SPECS: ntp.spec - separate all perl dependant tools to -tools - ve...

glen glen at pld-linux.org
Fri Aug 17 14:49:20 CEST 2007


Author: glen                         Date: Fri Aug 17 12:49:20 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separate all perl dependant tools to -tools
- verbose files
- rel 3

---- Files affected:
SPECS:
   ntp.spec (1.87 -> 1.88) 

---- Diffs:

================================================================
Index: SPECS/ntp.spec
diff -u SPECS/ntp.spec:1.87 SPECS/ntp.spec:1.88
--- SPECS/ntp.spec:1.87	Wed Jul  4 23:21:03 2007
+++ SPECS/ntp.spec	Fri Aug 17 14:49:15 2007
@@ -1,11 +1,13 @@
 # $Revision$, $Date$
+# TODO
+# - update manual pages (from debian?)
 %include	/usr/lib/rpm/macros.perl
 Summary:	Network Time Protocol utilities
 Summary(pl.UTF-8):	Narzędzia do synchronizacji czasu (Network Time Protocol)
 Summary(pt_BR.UTF-8):	Network Time Protocol versão 4
 Name:		ntp
 Version:	4.2.4p3
-Release:	2
+Release:	3
 License:	distributable
 Group:		Daemons
 Source0:	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz
@@ -70,21 +72,6 @@
 
 Este pacote obsoleta o antigo xntp3.
 
-%package ntptrace
-Summary:	Trace a chain of NTP servers back to the primary source
-Summary(pl.UTF-8):	Śledzenie łańcucha serwerów NTP aż do głównego źródła
-Group:		Applications/Networking
-Requires:	%{name} = %{version}-%{release}
-
-%description ntptrace
-ntptrace determines where a given Network Time Protocol (NTP) server
-gets its time from, and follows the chain of NTP servers back to their
-master time source.
-
-%description ntptrace -l pl.UTF-8
-ntptrace określa skąd dany serwer NTP (Network Time Protocol) pobiera
-swój czas i podąża łańcuchem serwerów NTP aż do głównego źródła czasu.
-
 %package doc-html
 Summary:	HTML documentation for ntp
 Summary(pl.UTF-8):	Dokumentacja HTML dla ntp
@@ -112,6 +99,16 @@
 %description doc-html -l pl.UTF-8
 Klient do synchronizacji czasu po NTP (Network Time Protocol).
 
+%package tools
+Summary:	NTP tools
+Group:		Applications/Networking
+Obsoletes:	%{name}-ntptrace
+
+%description tools
+This package contains ntp tools:
+- ntptrace: Trace a chain of NTP servers back to the primary source
+- ntp-wait: Wait for NTP server to synchronize
+
 %prep
 %setup -q -a7
 %patch0 -p1
@@ -186,18 +183,27 @@
 %doc NEWS TODO WHERE-TO-START conf/*.conf COPYRIGHT
 %attr(750,root,root) %dir %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-%attr(755,root,root) %{_sbindir}/*
-%attr(754,root,root) /etc/rc.d/init.d/ntpd
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ntpd
-%{_mandir}/man1/*
-%exclude %{_mandir}/man1/ntpdate*
-%exclude %{_mandir}/man1/ntptrace*
-%exclude %{_sbindir}/ntpdate
-%exclude %{_sbindir}/ntptrace
+%attr(754,root,root) /etc/rc.d/init.d/ntpd
+%attr(755,root,root) %{_sbindir}/ntpd
+%attr(755,root,root) %{_sbindir}/ntpdc
+%attr(755,root,root) %{_sbindir}/ntp-keygen
+%attr(755,root,root) %{_sbindir}/ntpq
+%attr(755,root,root) %{_sbindir}/ntptime
+%attr(755,root,root) %{_sbindir}/sntp
+%attr(755,root,root) %{_sbindir}/tickadj
+%{_mandir}/man1/ntpd.1*
+%{_mandir}/man1/ntpdc.1*
+%{_mandir}/man1/ntpdsim.1*
+%{_mandir}/man1/ntp-keygen.1*
+%{_mandir}/man1/ntpq.1*
+%{_mandir}/man1/ntptime.1*
+%{_mandir}/man1/sntp.1*
 
-%files ntptrace
+%files tools
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/ntptrace
+%attr(755,root,root) %{_sbindir}/ntp-wait
 %{_mandir}/man1/ntptrace*
 
 %files doc-html
@@ -219,6 +225,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.88  2007/08/17 12:49:15  glen
+- separate all perl dependant tools to -tools
+- verbose files
+- rel 3
+
 Revision 1.87  2007/07/04 21:21:03  arekm
 - rel 2; use clock_settime()
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ntp.spec?r1=1.87&r2=1.88&f=u



More information about the pld-cvs-commit mailing list