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