]> git.pld-linux.org Git - packages/adjtimex.git/blob - adjtimex.spec
ec3c3a0ac8e7950d5025ad5eb46bd1061d0f023b
[packages/adjtimex.git] / adjtimex.spec
1 Summary:        A utility for adjusting kernel time variables.
2 Summary(pl):    Narzêdzie do regulacji zmiennych czasu kernela.
3 Name:           adjtimex
4 Version:        1.12
5 Release:        1
6 License:        Distributable
7 Group:          Base
8 Group(de):      Gründsätzlich
9 Group(pl):      Podstawowe
10 Source0:        ftp://sunsite.unc.edu/pub/Linux/system/admin/time/%{name}-%{version}.tar.gz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _sbindir                /sbin
14
15 %description
16 Adjtimex is a kernel clock management program, which the superuser may
17 use to correct any drift in the system's clock. Users can use adjtimex
18 to view the time variables.
19
20 %description -l fr
21 Adjtimex est un programme de gestion de l'horloge du kernel, que le
22 superutilisateur peut utiliser pour corriger l'horloge système. Les
23 utilisateurs peuvent utiliser adjtimex pour afficher les variables
24 temporelles.
25
26 %description -l pl
27 Program zarz±dzaj±cy zegarem j±dra. Root mo¿e u¿yæ go do korekcji
28 zegara systemowego, natomiast u¿ytkownik mo¿e skorzystaæ tylko z
29 podgl±du zmiennych czasu.
30
31 %prep
32 %setup -q
33
34 %build
35 autoconf
36 %configure 
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
42
43 install adjtimex $RPM_BUILD_ROOT%{_sbindir}
44 install adjtimex.8 $RPM_BUILD_ROOT%{_mandir}/man8
45
46 gzip -9nf README
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc *.gz
54 %attr(755,root,root) %{_sbindir}/*
55 %{_mandir}/man8/*
This page took 0.046664 seconds and 2 git commands to generate.