]> git.pld-linux.org Git - packages/openntpd.git/blob - openntpd.spec
- drop -x checking
[packages/openntpd.git] / openntpd.spec
1 Summary:        FREE and easy to use implementation of the Network Time Protocol
2 Summary(pl):    Wolnodostêpna i ³atwa w u¿yciu implementacja protoko³u NTP
3 Name:           openntpd
4 Version:        3.6p1
5 Release:        0.1
6 License:        BSD
7 Group:          Daemons
8 Source0:        ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/%{name}-%{version}.tar.gz
9 # Source0-md5:  ba69427e83a9a8080410261af116cdbe
10 URL:            http://www.openntpd.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  openssl-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 OpenNTPD is a FREE, easy to use implementation of the Network Time
19 Protocol. It provides the ability to sync the local clock to remote
20 NTP servers and can act as NTP server itself, redistributing the local
21 clock.
22
23 %description -l pl
24 OpenNTPD to wolnodostêpna, ³atwa w u¿yciu implementacja protoko³u NTP
25 (Network Time Protocol). Daje mo¿liwo¶æ synchronizacji lokalnego
26 zegara ze zdalnymi serwerami NTP i mo¿e dzia³aæ samemu jako serwer
27 NTP, rozpowszechniaj±c lokalny zegar.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__gettextize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README ChangeLog
52 %attr(755,root,root) %{_sbindir}/*
53 %{_mandir}/man?/*
54 %attr(640,root,root) %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/ntpd.conf
This page took 0.058683 seconds and 3 git commands to generate.