]> git.pld-linux.org Git - packages/adjtimex.git/blob - adjtimex.spec
Just a few translations.
[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.11
5 Release:        1
6 Exclusiveos:    Linux
7 Copyright:      distributable
8 Group:          Base
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 %description
14 Adjtimex is a kernel clock management program, which the superuser may
15 use to correct any drift in the system's clock. Users can use adjtimex
16 to view the time variables.
17
18 %description -l pl
19 Program zarz±dzaj±cy zegarem j±dra.
20 Root mo¿e u¿yæ go do korekcji zegara systemowego, natomiast u¿ytkownik
21 mo¿e skorzystaæ tylko z podgl±du zmiennych czasu.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure 
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT/sbin
33 install -d $RPM_BUILD_ROOT%{_mandir}/man8
34
35 install -s adjtimex     $RPM_BUILD_ROOT/sbin
36 install adjtimex.8      $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
37
38 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* README
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README.gz
46 %attr(755,root,root) /sbin/%{name}
47 %{_mandir}/man8/*.gz
This page took 0.030868 seconds and 4 git commands to generate.