]> git.pld-linux.org Git - packages/ntp.git/blame - ntp.spec
- x32 rebuild
[packages/ntp.git] / ntp.spec
CommitLineData
90a82b10 1# TODO:
a4cc90b2
ER
2# - enable and package ntpdsim?
3# - net-snmp-ntpd needs initscript
6e00857d 4# - update FC patches
8f6c2b65
JK
5#
6# Conditional build:
7%bcond_without avahi # disable DNS-SD support via Avahi
a4cc90b2 8
df3fadd8 9%include /usr/lib/rpm/macros.perl
71bab42e 10Summary: Network Time Protocol utilities
fcc994b7
ER
11Summary(pl.UTF-8): Narzędzia do synchronizacji czasu (Network Time Protocol)
12Summary(pt_BR.UTF-8): Network Time Protocol versão 4
45771d3d 13Name: ntp
6e00857d 14Version: 4.2.8
b77494db 15Release: 4
a030fe3d 16License: distributable
aa729c5d 17Group: Networking/Daemons
5aa7cc17 18Source0: http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz
6e00857d 19# Source0-md5: 6972a626be6150db8cfbd0b63d8719e7
28dfddc3 20Source1: %{name}.conf
21Source2: %{name}.keys
39873f43
ER
22Source3: %{name}d.init
23Source4: %{name}d.sysconfig
24Source5: %{name}date.init
25Source6: %{name}date.sysconfig
bc6615d5
ER
26Source7: %{name}-manpages.tar.gz
27# Source7-md5: 208fcc9019e19ab26d28e4597290bffb
299584e5
ER
28Source10: %{name}date-wrapper
29Source11: %{name}d.service
30Source12: %{name}date.service
87172492 31Source13: http://www.ietf.org/timezones/data/leap-seconds.list
db90c4a2 32# Source13-md5: e99a84cf28b14c77fba76c05565604ac
6e00857d 33Patch0: %{name}-build.patch
dbdd74ae 34Patch1: %{name}-no_libelf.patch
262e8067 35Patch2: %{name}-ipv6.patch
0ffcfbfc
KK
36Patch3: %{name}-nano.patch
37Patch4: %{name}-no_avahi.patch
a8809dbd
ER
38# FC patches + 100
39Patch101: %{name}-4.2.6p1-sleep.patch
40Patch102: %{name}-4.2.6p1-droproot.patch
41Patch103: %{name}-4.2.6p1-bcast.patch
42Patch104: %{name}-4.2.6p1-cmsgalign.patch
43Patch105: %{name}-4.2.6p1-linkfastmath.patch
a8809dbd
ER
44Patch107: %{name}-4.2.6p1-retcode.patch
45Patch108: %{name}-4.2.6p1-rtnetlink.patch
5e943971 46Patch110: %{name}-logdefault.patch
15931ca5 47Patch111: %{name}-4.2.6p1-mlock.patch
6cd8a392 48URL: http://www.ntp.org/
8338fb6d 49BuildRequires: autoconf
6e00857d 50BuildRequires: autogen-devel
1ef6c8b4 51BuildRequires: automake
8f6c2b65 52%{?with_avahi:BuildRequires: avahi-compat-libdns_sd-devel}
61dbaaf1 53BuildRequires: libcap-devel
6e00857d 54BuildRequires: libevent-devel
8ee97dcb 55BuildRequires: libnl-devel
6e00857d 56BuildRequires: libseccomp-devel
8338fb6d 57BuildRequires: libtool
5ecb988f 58BuildRequires: net-snmp-devel
e35272e3 59BuildRequires: openssl-devel >= 0.9.7d
28341528 60BuildRequires: pciutils-devel
ba10b9ba 61BuildRequires: readline-devel >= 4.2
df3fadd8 62BuildRequires: rpm-perlprov >= 4.1-13
034cfc5e 63BuildRequires: rpmbuild(macros) >= 1.626
71bab42e 64BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
65
66%define _sysconfdir /etc/ntp
67%define _bindir %{_sbindir}
a4cc90b2 68%define mibdir %{_datadir}/mibs
71bab42e 69
e24d986a 70%description
28dfddc3 71The Network Time Protocol (NTP) is used to synchronize a computer's
72time with another reference time source. The ntp package contains
73utilities and daemons which will synchronize your computer's time to
a47685aa 74Coordinated Universal Time (UTC) via the NTP protocol and NTP servers.
71bab42e 75
00337413
JR
76%description -l pl.UTF-8
77Network Time Protocol (NTP) służy do synchronizacji czasu komputera z
78innym, wzorcowym źródłem czasu. Pakiet ntp zawiera narzędzia i demony
79służące do dokładnego synchronizowania czasu komputera według czasu
cb15c3e4 80uniwersalnego (UTC) poprzez protokół NTP z serwerami NTP.
71bab42e 81
00337413
JR
82%description -l pt_BR.UTF-8
83Esta é a versão 4 do Network Time Protocol (NTP). Este protocolo é
84utilizado para sincronizar o relógio do computador com uma outra
85referência de horário. Este pacote contém utilitários e servidores que
86sincronizarão o relógio do seu computador com o horário universal
87(UTC) através do protocolo NTP e utilizando servidores NTP públicos.
608ad171 88
00337413
JR
89Instale o pacote ntp se você necessitar de ferramentas para manter o
90relógio do seu computador constantemente atualizado.
608ad171 91
cb15c3e4
ER
92%package -n ntpd
93Summary: The NTP daemon
94Summary(pl.UTF-8): Narzędzia do synchronizacji czasu (Network Time Protocol)
95Summary(pt_BR.UTF-8): Network Time Protocol versão 4
96Group: Daemons
97Requires(post,preun): /sbin/chkconfig
932bc1ee
ER
98Requires(postun): /usr/sbin/groupdel
99Requires(postun): /usr/sbin/userdel
100Requires(pre): /bin/id
101Requires(pre): /usr/bin/getgid
102Requires(pre): /usr/sbin/groupadd
103Requires(pre): /usr/sbin/useradd
6ff9635b 104Requires(post,preun,postun): systemd-units >= 38
0d2671b6 105Requires: rc-scripts >= 0.4.3.0
6ff9635b 106Requires: systemd-units >= 38
932bc1ee 107Provides: group(ntp)
cb15c3e4
ER
108Provides: ntp = %{version}-%{release}
109Provides: ntpdaemon
932bc1ee 110Provides: user(ntp)
f6fec3df 111Obsoletes: ntp < 4.2.4p8-6
cb15c3e4
ER
112Obsoletes: ntpdaemon
113Obsoletes: openntpd
114Obsoletes: xntp3
115
116%description -n ntpd
117The Network Time Protocol (NTP) is used to synchronize a computer's
118time with another reference time source. The ntp package contains
119utilities and daemons which will synchronize your computer's time to
120Coordinated Universal Time (UTC) via the NTP protocol and NTP servers.
121
122This package includes ntpd (a daemon which continuously adjusts system
123time)
124
125%description -n ntpd -l pl.UTF-8
126Network Time Protocol (NTP) służy do synchronizacji czasu komputera z
127innym, wzorcowym źródłem czasu. Pakiet ntp zawiera narzędzia i demony
128służące do dokładnego synchronizowania czasu komputera według czasu
129uniwersalnego (UTC) poprzez protokół NTP z serwerami NTP.
130
131Pakiet ntp zawiera ntpd (demona, który w sposób ciągły aktualizuje
132czas systemowy)
133
134%description -n ntpd -l pt_BR.UTF-8
135Esta é a versão 4 do Network Time Protocol (NTP). Este protocolo é
136utilizado para sincronizar o relógio do computador com uma outra
137referência de horário. Este pacote contém utilitários e servidores que
138sincronizarão o relógio do seu computador com o horário universal
139(UTC) através do protocolo NTP e utilizando servidores NTP públicos.
140
141%package -n ntpdate
142Summary: Utility to set the date and time via NTP
fcc994b7 143Summary(pl.UTF-8): Klient do synchronizacji czasu po NTP (Network Time Protocol)
df3fadd8 144Group: Applications/Networking
5acc7945 145Requires(post,preun): /sbin/chkconfig
932bc1ee
ER
146Requires(postun): /usr/sbin/groupdel
147Requires(postun): /usr/sbin/userdel
148Requires(pre): /bin/id
149Requires(pre): /usr/bin/getgid
150Requires(pre): /usr/sbin/groupadd
151Requires(pre): /usr/sbin/useradd
6ff9635b 152Requires(post,preun,postun): systemd-units >= 38
b2073411 153Requires: rc-scripts >= 0.4.3.0
6ff9635b 154Requires: systemd-units >= 38
92517d76
ER
155Provides: group(ntp)
156Provides: user(ntp)
691bd31f 157Conflicts: ntp < 4.2.0-3
cb15c3e4
ER
158# for upgrades
159Provides: ntp-client = %{version}-%{release}
f6fec3df 160Obsoletes: ntp-client < 4.2.4p8-6
92517d76
ER
161# virtual
162Provides: ntpclient
163Obsoletes: ntpclient
e1e25342 164
cb15c3e4
ER
165%description -n ntpdate
166ntpdate is a program for retrieving the date and time from NTP
167servers.
e1e25342 168
cb15c3e4 169%description -n ntpdate -l pl.UTF-8
c771054a 170Klient do synchronizacji czasu po NTP (Network Time Protocol).
e1e25342 171
a4cc90b2
ER
172%package -n mibs-ntp
173Summary: MIBs for NTP time entities
7599a442 174Summary(pl.UTF-8): Pliki MIB dla elementów czasu NTP
a4cc90b2
ER
175Group: Applications/System
176Requires: mibs-dirs
177
178%description -n mibs-ntp
179The Management Information Base for NTP time entities.
180
7599a442
JB
181%description -n mibs-ntp -l pl.UTF-8
182Pliki MIB (Management Information Base) dla elementów czasu NTP
183
a4cc90b2
ER
184%package -n net-snmp-ntpd
185Summary: NTP SNMP subagent for Net-SNMP
7599a442 186Summary(pl.UTF-8): Podagent SNMP NTP dla usługi Net-SNMP
a4cc90b2
ER
187Group: Daemons
188Requires(post,preun): /sbin/chkconfig
189Requires: net-snmp
190Requires: rc-scripts
191Suggests: mibs-ntp
192
193%description -n net-snmp-ntpd
194NTP SNMP AgentX subagent for Net-SNMP.
195
7599a442
JB
196%description -n net-snmp-ntpd -l pl.UTF-8
197Podagent SNMP AgentX NTP dla usługi Net-SNMP.
198
2cf5b026
ER
199%package tools
200Summary: NTP tools
7599a442 201Summary(pl.UTF-8): Narzędzia NTP
2cf5b026 202Group: Applications/Networking
a9d9ccd1 203Obsoletes: ntp-ntptrace
2cf5b026
ER
204
205%description tools
7599a442 206This package contains NTP tools:
2cf5b026
ER
207- ntptrace: Trace a chain of NTP servers back to the primary source
208- ntp-wait: Wait for NTP server to synchronize
7599a442
JB
209- calc_tickadj: Calculate optimal value for tick given ntp drift file
210
211%description tools -l pl.UTF-8
212Ten pakiet zawiera narzędzia NTP:
213- ntptrace: śledzenie łańcucha serwerów NTP aż do oryginalnego źródła
214- ntp-wait: oczekiwanie na synchronizację serwera NTP
215- calc_tickadj: obliczenie optymalnej wartości dla pliku dryfu ntp
2cf5b026 216
82f74dd4
ER
217%package doc-html
218Summary: HTML documentation for ntp
219Summary(pl.UTF-8): Dokumentacja HTML dla ntp
220Summary(pt_BR.UTF-8): Documentação adicional para o pacote ntp
221Group: Documentation
222
223%description doc-html
224HTML documentation for ntp.
225
226%description doc-html -l pl.UTF-8
227Dokumentacja do ntp w HTML.
228
229%description doc-html -l pt_BR.UTF-8
230Este pacote contém documentação adicional sobre o NTP versão 4.
231
e24d986a 232%prep
bc6615d5 233%setup -q -a7
29f00086 234%patch0 -p1
be68fcb1 235%patch1 -p1
262e8067 236%patch2 -p1
e35272e3 237%patch3 -p1
0ffcfbfc 238%{!?with_avahi:%patch4 -p1}
71bab42e 239
23bc47dc 240## FC patches
6e00857d 241#%patch101 -p1
eb371d2a 242%patch102 -p1
6e00857d 243#%patch103 -p1
eb371d2a
ER
244%patch104 -p1
245%patch105 -p1
eb371d2a
ER
246%patch107 -p1
247%patch108 -p1
5e943971
JB
248%patch110 -p1
249#%patch111 -p1 -- obsolete?
6fca7355 250
2c17d85d 251echo 'AM_CONDITIONAL([NEED_LIBOPTS], false)' >> configure.ac
740223e3 252echo 'AM_CONDITIONAL([NEED_LIBOPTS], false)' >> sntp/configure.ac
2c17d85d 253
5e943971 254%{__rm} sntp/m4/{lt*,libtool}.m4 sntp/libevent/m4/{lt*,libtool}.m4
6e00857d 255
71bab42e 256%build
e35272e3 257%{__libtoolize}
6e00857d 258%{__aclocal} -I sntp/m4 -I sntp/libopts/m4 -I sntp/libevent/m4
e35272e3
JK
259%{__autoconf}
260%{__automake}
506da0ac 261cd sntp
262%{__libtoolize}
6e00857d 263%{__aclocal} -I libopts/m4 -I libevent/m4
506da0ac 264%{__autoconf}
265%{__automake}
506da0ac 266cd ..
740223e3 267
90a82b10 268CPPFLAGS="%{rpmcppflags} -I/usr/include/readline"
636118eb 269%configure \
2c17d85d
AM
270 --with-binsubdir=sbin \
271 --enable-linuxcaps \
272 --enable-getifaddrs \
6e00857d 273 --enable-libseccomp \
2c17d85d 274 --enable-ipv6 \
784e30ae 275 --enable-ntp-signd \
90a82b10 276 --with-lineeditlibs=readline \
6e00857d
AM
277 --with-crypto=openssl \
278 --disable-local-libopts \
279 --disable-local-libevent
deb05b4c 280
93d5cc3d 281%{__make} -j1
71bab42e 282
283%install
284rm -rf $RPM_BUILD_ROOT
4aef70db 285install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_mandir}/man1,%{systemdunitdir}} \
ba8c171f 286 $RPM_BUILD_ROOT%{_libexecdir}/systemd/ntp-units.d \
e68375ae 287 $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,cron.hourly}
71bab42e 288
1bf23378 289%{__make} install \
290 DESTDIR=$RPM_BUILD_ROOT
71bab42e 291
299584e5
ER
292cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/ntp.conf
293cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/keys
87172492 294cp -p %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/ntp.leapseconds
299584e5 295
740223e3 296install -p %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/ntpd
cb15c3e4 297install -p %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/ntpdate
299584e5
ER
298cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/ntpd
299cp -p %{SOURCE6} $RPM_BUILD_ROOT/etc/sysconfig/ntpdate
4aef70db 300
a114c2aa
ER
301install -p %{SOURCE10} $RPM_BUILD_ROOT%{_sbindir}/ntpdate-wrapper
302cp -p %{SOURCE11} $RPM_BUILD_ROOT%{systemdunitdir}/ntpd.service
303cp -p %{SOURCE12} $RPM_BUILD_ROOT%{systemdunitdir}/ntpdate.service
ba8c171f
AM
304echo 'ntpd.service' > \
305 $RPM_BUILD_ROOT%{_libexecdir}/systemd/ntp-units.d/50-ntpd.list
4aef70db 306
299584e5 307cp -p man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
71bab42e 308
c52fbdbb
ER
309install -d $RPM_BUILD_ROOT/var/lib/ntp
310touch $RPM_BUILD_ROOT/var/lib/ntp/drift
311
cb15c3e4 312cat > $RPM_BUILD_ROOT/etc/cron.hourly/ntpdate <<'EOF'
394789ea 313#!/bin/sh
7d2f2be2
ER
314# Source function library.
315. /etc/rc.d/init.d/functions
316
a114c2aa
ER
317# Source ntpdate configuration
318. /etc/sysconfig/ntpdate
319
320is_yes "$NTPDATE_CRON" || exit 0
299584e5 321exec %{_sbindir}/ntpdate-wrapper
394789ea
AM
322EOF
323
a4cc90b2 324install -d $RPM_BUILD_ROOT%{mibdir}
299584e5 325cp -p ntpsnmpd/ntpv4-mib.mib $RPM_BUILD_ROOT%{mibdir}
a4cc90b2 326
7599a442 327%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/{ntp4,sntp}
6e00857d 328
71bab42e 329%clean
be68fcb1 330rm -rf $RPM_BUILD_ROOT
71bab42e 331
932bc1ee
ER
332%pre -n ntpd
333%groupadd -g 246 ntp
334%useradd -u 246 -d %{_sysconfdir} -g ntp -c "NTP Daemon" ntp
335
cb15c3e4 336%post -n ntpd
e1e25342 337/sbin/chkconfig --add ntpd
740223e3 338%service ntpd restart "NTP Daemon"
4aef70db 339%systemd_post ntpd.service
e1e25342 340
cb15c3e4 341%preun -n ntpd
e1e25342 342if [ "$1" = "0" ]; then
b9625068 343 %service ntpd stop
e1e25342 344 /sbin/chkconfig --del ntpd
c52fbdbb 345 rm -f /var/lib/ntp/drift
e1e25342 346fi
4aef70db 347%systemd_preun ntpd.service
e1e25342 348
932bc1ee
ER
349%postun -n ntp
350if [ "$1" = "0" ]; then
351 %userremove ntp
352 %groupremove ntp
353fi
4aef70db
JR
354%systemd_reload
355
92517d76
ER
356%pre -n ntpdate
357%groupadd -g 246 ntp
358%useradd -u 246 -d %{_sysconfdir} -g ntp -c "NTP Daemon" ntp
359
cb15c3e4
ER
360%post -n ntpdate
361/sbin/chkconfig --add ntpdate
362%service ntpdate restart "NTP Date"
4aef70db 363%systemd_post ntpdate.service
e24d986a 364
cb15c3e4 365%preun -n ntpdate
d470477a 366if [ "$1" = "0" ]; then
cb15c3e4
ER
367 %service ntpdate stop
368 /sbin/chkconfig --del ntpdate
d470477a 369fi
4aef70db 370%systemd_preun ntpdate.service
71bab42e 371
92517d76
ER
372%postun -n ntpdate
373if [ "$1" = "0" ]; then
374 %userremove ntp
375 %groupremove ntp
376fi
4aef70db
JR
377%systemd_reload
378
7e284bc0
ER
379%triggerun -n ntpd -- ntp < 4.2.4p8-3.14
380# Prevent preun from ntp from working
381chmod a-x /etc/rc.d/init.d/ntpd
c52fbdbb 382
7e284bc0
ER
383%triggerpostun -n ntpd -- ntp < 4.2.4p8-3.14
384# Restore what triggerun removed
385chmod 754 /etc/rc.d/init.d/ntpd
c52fbdbb 386sed -i -e 's,/etc/ntp/drift,/var/lib/ntp/drift,' %{_sysconfdir}/ntp.conf
7e284bc0
ER
387mv -f /etc/ntp/ntp.drift /var/lib/ntp/drift 2>/dev/null
388mv -f /etc/ntp/drift /var/lib/ntp/drift 2>/dev/null
c52fbdbb 389%service -q ntpd restart
4aef70db
JR
390%systemd_trigger ntpd.service
391%systemd_post ntpdate
392
393%triggerpostun -n ntpd -- ntpd < 4.2.6p5-2
394%systemd_trigger ntpd.service
c52fbdbb 395
45735b52
ER
396%triggerpostun -n ntpdate -- ntp-client < 4.2.4p8-3.2
397if [ -f /etc/sysconfig/ntp.rpmsave ]; then
398 cp -f /etc/sysconfig/ntpdate{,.rpmnew}
399 mv -f /etc/sysconfig/ntp.rpmsave /etc/sysconfig/ntpdate
400fi
4aef70db
JR
401%systemd_trigger ntpdate.service
402
403%triggerpostun -n ntpdate -- ntpdate < 4.2.6p5-2
404%systemd_trigger ntpdate.service
45735b52 405
cb15c3e4 406%files -n ntpd
71bab42e 407%defattr(644,root,root,755)
38034725 408%doc NEWS TODO WHERE-TO-START conf/*.conf COPYRIGHT
c771054a 409%attr(750,root,root) %dir %{_sysconfdir}
299584e5
ER
410%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/keys
411%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntp.conf
87172492 412%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntp.leapseconds
8fb3cd7e 413%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ntpd
2cf5b026 414%attr(754,root,root) /etc/rc.d/init.d/ntpd
4aef70db 415%{systemdunitdir}/ntpd.service
0ab6a8a6
ER
416# dir not handled by systemd in pld
417#%{_libexecdir}/systemd/ntp-units.d/50-ntpd.list
2cf5b026
ER
418%attr(755,root,root) %{_sbindir}/ntpd
419%attr(755,root,root) %{_sbindir}/ntpdc
420%attr(755,root,root) %{_sbindir}/ntp-keygen
421%attr(755,root,root) %{_sbindir}/ntpq
422%attr(755,root,root) %{_sbindir}/ntptime
423%attr(755,root,root) %{_sbindir}/sntp
424%attr(755,root,root) %{_sbindir}/tickadj
425%{_mandir}/man1/ntpd.1*
426%{_mandir}/man1/ntpdc.1*
2cf5b026
ER
427%{_mandir}/man1/ntp-keygen.1*
428%{_mandir}/man1/ntpq.1*
429%{_mandir}/man1/ntptime.1*
430%{_mandir}/man1/sntp.1*
7599a442
JB
431%{_mandir}/man5/ntp.conf.5*
432%{_mandir}/man5/ntp.keys.5*
2cf5b026 433
c52fbdbb
ER
434%dir %attr(770,root,ntp) /var/lib/ntp
435%attr(640,ntp,ntp) %ghost /var/lib/ntp/drift
436
cb15c3e4
ER
437%files -n ntpdate
438%defattr(644,root,root,755)
439%doc COPYRIGHT
440%attr(755,root,root) %{_sbindir}/ntpdate
4aef70db 441%attr(755,root,root) %{_sbindir}/ntpdate-wrapper
cb15c3e4
ER
442%attr(754,root,root) /etc/rc.d/init.d/ntpdate
443%attr(754,root,root) /etc/cron.hourly/ntpdate
444%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ntpdate
4aef70db 445%{systemdunitdir}/ntpdate.service
7599a442 446%{_mandir}/man1/ntpdate.1*
cb15c3e4 447
a4cc90b2
ER
448%files -n mibs-ntp
449%defattr(644,root,root,755)
450%{mibdir}/ntpv4-mib.mib
451
452%files -n net-snmp-ntpd
453%defattr(644,root,root,755)
936bfaef 454%doc ntpsnmpd/README
a4cc90b2
ER
455%attr(755,root,root) %{_sbindir}/ntpsnmpd
456%{_mandir}/man1/ntpsnmpd.1*
457
2cf5b026 458%files tools
df3fadd8 459%defattr(644,root,root,755)
7599a442 460%attr(755,root,root) %{_sbindir}/calc_tickadj
2cf5b026 461%attr(755,root,root) %{_sbindir}/ntp-wait
7599a442
JB
462%attr(755,root,root) %{_sbindir}/ntptrace
463%dir %{_datadir}/ntp
464%{_datadir}/ntp/lib
465%{_mandir}/man1/calc_tickadj.1*
466%{_mandir}/man1/ntp-wait.1*
467%{_mandir}/man1/ntptrace.1*
2d74fa1d 468
469%files doc-html
a47685aa 470%defattr(644,root,root,755)
2d74fa1d 471%doc html/*
This page took 0.891975 seconds and 4 git commands to generate.