]> git.pld-linux.org Git - packages/adjtimex.git/commitdiff
- spec adapterized and few more modyfications to be cmpliant with PLD coding style. adjtimex-1_12-1
authorkloczek <kloczek@pld-linux.org>
Fri, 23 Mar 2001 04:12:10 +0000 (04:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adjtimex.spec -> 1.12

adjtimex.spec

index 073f07447b34d5180d61012c1fa347c498ec880a..82947e89d8dfb8c7486fbd8a9179b9b3c5e9c6e8 100644 (file)
@@ -3,22 +3,30 @@ Summary(pl):  Narz
 Name:          adjtimex
 Version:       1.12
 Release:       1
-Exclusiveos:   Linux
-Copyright:     distributable
+License:       Distributable
 Group:         Base
+Group(de):     Gründsätzlich
 Group(pl):     Podstawowe
 Source0:       ftp://sunsite.unc.edu/pub/Linux/system/admin/time/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sbindir                /sbin
+
 %description
 Adjtimex is a kernel clock management program, which the superuser may
 use to correct any drift in the system's clock. Users can use adjtimex
 to view the time variables.
 
+%description -l fr
+Adjtimex est un programme de gestion de l'horloge du kernel, que le
+superutilisateur peut utiliser pour corriger l'horloge système. Les
+utilisateurs peuvent utiliser adjtimex pour afficher les variables
+temporelles.
+
 %description -l pl
-Program zarz±dzaj±cy zegarem j±dra.
-Root mo¿e u¿yæ go do korekcji zegara systemowego, natomiast u¿ytkownik
-mo¿e skorzystaæ tylko z podgl±du zmiennych czasu.
+Program zarz±dzaj±cy zegarem j±dra. Root mo¿e u¿yæ go do korekcji
+zegara systemowego, natomiast u¿ytkownik mo¿e skorzystaæ tylko z
+podgl±du zmiennych czasu.
 
 %prep
 %setup -q
@@ -29,19 +37,18 @@ mo
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/sbin
-install -d $RPM_BUILD_ROOT%{_mandir}/man8
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
-install -s adjtimex    $RPM_BUILD_ROOT/sbin
-install adjtimex.8     $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
+install adjtimex $RPM_BUILD_ROOT%{_sbindir}
+install adjtimex.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* README
+gzip -9nf README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz
-%attr(755,root,root) /sbin/%{name}
-%{_mandir}/man8/*.gz
+%doc *.gz
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
This page took 0.125058 seconds and 4 git commands to generate.