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