]> git.pld-linux.org Git - packages/adjtimex.git/blob - adjtimex.spec
- Group: synced with PLD groups
[packages/adjtimex.git] / adjtimex.spec
1 Summary:        A utility for adjusting kernel time variables.
2 Name:           adjtimex
3 Version:        1.9
4 Release:        1
5 Exclusiveos:    Linux
6 Copyright:      distributable
7 Group:          Base
8 Group(pl):      Podstawowe
9 Source0:        ftp://sunsite.unc.edu/pub/Linux/system/admin/time/%{name}-%{version}.tar.gz
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Adjtimex is a kernel clock management program, which the superuser may use
14 to correct any drift in the system's clock.  Users can use adjtimex to view
15 the time variables.
16
17 %description -l pl
18 Program zarz±dzaj±cy zegarem j±dra.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure 
25 make
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT/sbin
30 install -d $RPM_BUILD_ROOT%{_mandir}/man8
31
32 install -s adjtimex     $RPM_BUILD_ROOT/sbin
33 install adjtimex.8      $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
34
35 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* README
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README.gz
43 %attr(755,root,root) /sbin/%{name}
44 %{_mandir}/man8/*.gz
This page took 0.052966 seconds and 3 git commands to generate.