]> git.pld-linux.org Git - packages/rdate.git/blob - rdate.spec
- bumped up revision to 6 (current in rawhide is 5).
[packages/rdate.git] / rdate.spec
1 Summary:     Remote clock reader (and local setter)
2 Summary(de): Entfernter Uhrenleser (lokaler Einsteller)
3 Summary(fr): Lecteur d'horloge distante (et configurateur local)
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 960923
9 Version:     %{versionmajor}.%{versionminor}
10 Release:     6
11 Copyright:   none
12 Group:       Networking/Utilities
13 Source:      ftp://sunsite.unc.edu/pub/Linux/system/network/misc/%{name}-%{versionminor}.tar.gz
14 Buildroot:   /tmp/%{name}-%{release}-root
15
16 %description
17 rdate is a program that can retrieve the time from another machine on your
18 network.  If run as root, it will also set your local time to that of the
19 machine you queried.  It is not super accurate; get xntpd if you are really
20 worried about milliseconds.
21
22 %description -l de
23 rdate ist ein Programm, das die Uhrzeit von einem anderen Netzwerkrechner
24 lesen kann. Wenn Sie es als root ausführen, stellt es Ihre Ortszeit auf die
25 des abgefragten Rechners ein. Es ist nicht sehr genau. Wenn Sie auf die
26 Millisekunde genau sein wollen, besorgen Sie sich xntpd .
27
28 %description -l fr
29 rdate permet de récupérer l'heure d'une autre machine du réseau. s'il est
30 lancé par root, il configurera aussi votre heure locale avec celle de la
31 machine que vous avez interrogé. Il n'est pas très précis ; si vous vous
32 souciez des millisecondes, récupérez xntpd.
33
34 %description -l pl
35 rdate jest programem który odczytujê datê i godzinê z innej maszyny w sieci.
36 Je¿eli jest uruchamiany jako root mo¿e tak¿e s³u¿yæ do synchronizacji
37 lokalnego wzglêdem innego komputera w sieci. Nie jest zbyt dok³adny i je¿eli
38 milisekundy maj± dla ciebie znaczenie u¿yj xntpd.
39
40 %description -l tr
41 rdate ile herhangi baþka bir makinadan sistem saatini sorgulanabilir.
42 Yetkili kullanýcý tarafýndan çalýþtýrýlýrsa sistem saatini ayarlamak da
43 mümkündür. Ne var ki bu uygulama çok hassas deðildir.
44
45 %prep
46 %setup -q -n %{name}
47
48 %build
49 make clean
50 make CFLAGS="$RPM_OPT_FLAGS"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
55
56 install -s rdate $RPM_BUILD_ROOT/usr/bin
57 install rdate.1 $RPM_BUILD_ROOT/usr/man/man1
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %attr(755, root, root) /usr/bin/rdate
64 %attr(644, root,  man) /usr/man/man1/rdate.1
65
66 %changelog
67 * Thu Oct 13 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
68   [0.960923-6]
69 - removed patching Makefile (now $RPM_OPT_FLAGS in CFLAGS is passed directly
70   in make parameters).
71
72 * Sun Oct 11 1998 Marek Obuchowicz <elephant@shadow.eu.org>
73 - some other modifications of spec file,
74 - build from non-root account,
75 - fixed file permissons.
76
77 * Tue May 05 1998 Prospector System <bugs@redhat.com>
78 - translations modified for de, fr, tr
79
80 * Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com>
81 - fixed the url to the source
82
83 * Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
84 - built against glibc
This page took 0.057588 seconds and 3 git commands to generate.