]> git.pld-linux.org Git - packages/chrony.git/blobdiff - chrony.spec
- up to 2.1.1
[packages/chrony.git] / chrony.spec
index 1d02c71da3c42a8fa0f39e1e8239780533b261a7..eee764a042d1e7f5bd6aa5f3cc631777c28a0aa6 100644 (file)
@@ -1,20 +1,21 @@
 Summary:       An NTP client/server
 Name:          chrony
-Version:       1.26
-Release:       6
+Version:       2.1.1
+Release:       1
 License:       GPL v2
 Group:         Daemons
-URL:           http://chrony.tuxfamily.org/
 Source0:       http://download.tuxfamily.org/chrony/%{name}-%{version}.tar.gz
-# Source0-md5: ad6dd619ff1986e4ff780363c64e2246
+# Source0-md5: 15e470a51ab6e09e65bc0a2fbc5299af
 Source1:       %{name}.conf
 Source2:       %{name}.keys
 Source3:       %{name}d.sysconfig
 Source4:       %{name}d.init
 Source5:       %{name}.logrotate
 Source6:       %{name}d.upstart
+URL:           http://chrony.tuxfamily.org/
 BuildRequires: bison
 BuildRequires: libcap-devel
+BuildRequires: nss-devel
 BuildRequires: readline-devel
 BuildRequires: rpmbuild(macros) >= 1.453
 BuildRequires: texinfo
@@ -27,8 +28,8 @@ Requires(pre):        /usr/sbin/useradd
 Provides:      group(ntp)
 Provides:      ntpdaemon
 Provides:      user(ntp)
-Conflicts:     logrotate < 3.8.0
 Obsoletes:     ntpdaemon
+Conflicts:     logrotate < 3.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/ntp
@@ -47,7 +48,7 @@ in permanently connected environments.
 %prep
 %setup -q
 
-%{__sed} -i -e 's,/usr/local,%{_prefix},g' *.texi
+%{__sed} -i -e 's,/usr/local,%{_prefix},g' *.texi.in
 
 %build
 # NOTE: It is not autoconf generated configre
@@ -108,7 +109,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README chrony.txt faq.txt examples/*
+%doc NEWS README chrony.txt FAQ examples/*
 %dir %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chrony.conf
 %attr(640,root,ntp) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/keys
@@ -118,7 +119,6 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/chronyd
 %attr(755,root,root) %{_bindir}/chronyc
 %attr(755,root,root) %{_sbindir}/chronyd
-%{_mandir}/man1/chrony.1*
 %{_mandir}/man1/chronyc.1*
 %{_mandir}/man5/chrony.conf.5*
 %{_mandir}/man8/chronyd.8*
This page took 0.176134 seconds and 4 git commands to generate.