]> git.pld-linux.org Git - packages/rdate.git/blob - rdate.spec
- removed "gzip -9nf man/*"
[packages/rdate.git] / rdate.spec
1 Summary:        Remote clock reader (and local setter)
2 Summary(fr):    Lecteur d'horloge distante (et configurateur local)
3 Summary(de):    Entfernter Uhrenleser (lokaler Einsteller)
4 Summary(pl):    Program podaj±cy (i ustawiaj±cy) zdalny czas zegara
5 Summary(tr):    Að üzerinden sistem saatini ayarlayan yazýlým
6 Name:           rdate
7 %define         versionmajor 0
8 %define         versionminor 990821
9 Version:        %{versionmajor}.%{versionminor}
10 Release:        2
11 Copyright:      none
12 Group:          Networking/Utilities
13 Group(de):      Netzwerkwesen/Werkzeuge
14 Group(pl):      Sieciowe/Narzêdzia
15 Source0:        ftp://sunsite.unc.edu/pub/Linux/system/network/misc/%{name}-%{versionminor}.tar.gz
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 rdate is a program that can retrieve the time from another machine on
20 your network. If run as root, it will also set your local time to that
21 of the machine you queried. It is not super accurate; get ntpd if you
22 are really worried about milliseconds.
23
24 %description -l de
25 rdate ist ein Programm, das die Uhrzeit von einem anderen
26 Netzwerkrechner lesen kann. Wenn Sie es als root ausführen, stellt es
27 Ihre Ortszeit auf die des abgefragten Rechners ein. Es ist nicht sehr
28 genau. Wenn Sie auf die Millisekunde genau sein wollen, besorgen Sie
29 sich ntpd.
30
31 %description -l fr
32 rdate permet de récupérer l'heure d'une autre machine du réseau. s'il
33 est lancé par root, il configurera aussi votre heure locale avec celle
34 de la machine que vous avez interrogé. Il n'est pas très précis ; si
35 vous vous souciez des millisecondes, récupérez ntpd.
36
37 %description -l pl
38 rdate jest programem który odczytuje datê i godzinê z innej maszyny w
39 sieci. Je¿eli jest uruchamiany jako root mo¿e tak¿e s³u¿yæ do
40 synchronizacji lokalnego czasu wzglêdem innego komputera w sieci. Nie
41 jest zbyt dok³adny i je¿eli milisekundy maj± dla znaczenie nale¿y u¿yæ
42 ntpd.
43
44 %description -l tr
45 rdate ile herhangi baþka bir makinadan sistem saatini sorgulanabilir.
46 Yetkili kullanýcý tarafýndan çalýþtýrýlýrsa sistem saatini ayarlamak
47 da mümkündür. Ne var ki bu uygulama çok hassas deðildir.
48
49 %prep
50 %setup -q -n %{name}-%{versionminor}
51
52 %build
53 %{__make} clean
54 %{__make} CFLAGS="-DINET6 $RPM_OPT_FLAGS" 
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
59
60 install rdate $RPM_BUILD_ROOT%{_bindir}
61 install rdate.1 $RPM_BUILD_ROOT%{_mandir}/man1
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %attr(755,root,root) %{_bindir}/rdate
69 %{_mandir}/man1/*
This page took 0.050146 seconds and 3 git commands to generate.