1 |
Summary: A utility for adjusting kernel time variables |
2 |
Name: adjtimex |
3 |
Version: 1.29 |
4 |
Release: %mkrel 2 |
5 |
License: GPLv2+ |
6 |
Group: System/Kernel and hardware |
7 |
URL: ftp://ftp.debian.org/debian/pool/main/a/adjtimex/ |
8 |
Source0: ftp://ftp.debian.org/debian/pool/main/a/adjtimex/adjtimex_%{version}.orig.tar.gz |
9 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
10 |
|
11 |
|
12 |
%description |
13 |
Adjtimex is a kernel clock management program, which the |
14 |
superuser may use to correct any drift in the system's clock. Users can |
15 |
use adjtimex to view the time variables. |
16 |
|
17 |
%description -l fr |
18 |
Adjtimex est un programme de gestion de l'horloge du kernel, que le |
19 |
superutilisateur peut utiliser pour corriger l'horloge système. Les |
20 |
utilisateurs peuvent utiliser adjtimex pour afficher les variables |
21 |
temporelles. |
22 |
|
23 |
%prep |
24 |
%setup -q |
25 |
|
26 |
%build |
27 |
%configure2_5x |
28 |
%make |
29 |
|
30 |
%install |
31 |
rm -rf %{buildroot} |
32 |
|
33 |
install -m755 adjtimex -D %{buildroot}/%{_sbindir}/adjtimex |
34 |
install -m644 adjtimex.8 -D %{buildroot}/%{_mandir}/man8/adjtimex.8 |
35 |
|
36 |
%clean |
37 |
rm -rf %{buildroot} |
38 |
|
39 |
%files |
40 |
%defattr(-,root,root) |
41 |
%doc README COPYRIGHT COPYING README.ru ChangeLog |
42 |
%{_sbindir}/adjtimex |
43 |
%{_mandir}/man8/adjtimex.8* |
44 |
|
45 |
|