]> git.pld-linux.org Git - packages/rdate.git/commitdiff
[0.960923-7]
authorkura <kura@pld-linux.org>
Thu, 18 Feb 1999 07:11:35 +0000 (07:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gzipping man page
- added LDFLAGS=-s
- sloted BuildRoot into PLD standard
- cosmetic changes

Changed files:
    rdate.spec -> 1.4

rdate.spec

index 2909c4a85c5fc7671768d53a3126771113c35bb0..e21bab1393d4e3b06195db829ad141d85141998d 100644 (file)
@@ -1,18 +1,18 @@
 Summary:     Remote clock reader (and local setter)
+Summary(fr): Lecteur d'horloge distante (et configurateur local)
+Summary(de): Entfernter Uhrenleser (lokaler Einsteller)
+Summary(pl): Program podaj±cy (i ustawiaj±cy) zdalny czas zegara
+Summary(tr): Að üzerinden sistem saatini ayarlayan yazýlým
 Name:        rdate
 %define      versionmajor 0
 %define      versionminor 960923
 Version:     %{versionmajor}.%{versionminor}
-Release:     6
+Release:     7
 Copyright:   none
 Group:       Networking/Utilities
 Group(pl):   Sieciowe/Narzêdzia
 Source:      ftp://sunsite.unc.edu/pub/Linux/system/network/misc/%{name}-%{versionminor}.tar.gz
-Buildroot:   /tmp/buildroot-%{name}-%{release}
-Summary(de): Entfernter Uhrenleser (lokaler Einsteller)
-Summary(fr): Lecteur d'horloge distante (et configurateur local)
-Summary(pl): Program podaj±cy (i ustawiaj±cy) zdalny czas zegara
-Summary(tr): Að üzerinden sistem saatini ayarlayan yazýlým
+Buildroot:   /tmp/%{name}-%{release}-root
 
 %description
 rdate is a program that can retrieve the time from another machine on your
@@ -33,10 +33,10 @@ machine que vous avez interrog
 souciez des millisecondes, récupérez xntpd.
 
 %description -l pl
-rdate jest programem który odczytujê datê i godzinê z innej maszyny w sieci.
+rdate jest programem który odczytuje datê i godzinê z innej maszyny w sieci.
 Je¿eli jest uruchamiany jako root mo¿e tak¿e s³u¿yæ do synchronizacji
-lokalnego wzglêdem innego komputera w sieci. Nie jest zbyt dok³adny i je¿eli
-milisekundy maj± dla ciebie znaczenie u¿yj xntpd.
+lokalnego czasu wzglêdem innego komputera w sieci. Nie jest zbyt dok³adny
+i je¿eli milisekundy maj± dla znaczenie nale¿y u¿yæ xntpd.
 
 %description -l tr
 rdate ile herhangi baþka bir makinadan sistem saatini sorgulanabilir.
@@ -48,7 +48,7 @@ m
 
 %build
 make clean
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=-s
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,14 +57,23 @@ install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
 install -s rdate $RPM_BUILD_ROOT/usr/bin
 install rdate.1 $RPM_BUILD_ROOT/usr/man/man1
 
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %attr(755, root, root) /usr/bin/rdate
-%attr(644, root,  man) /usr/man/man1/rdate.1
+%attr(644, root,  man) /usr/man/man1/*
 
 %changelog
+* Wed Feb 17 1999 Micha³ Kuratczyk <kura@wroclaw.art.pl>
+  [0.960923-7]
+- added gzipping man page
+- added LDFLAGS=-s
+- sloted BuildRoot into PLD standard
+- cosmetic changes
+
 * Thu Oct 13 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.960923-6]
 - removed patching Makefile (now $RPM_OPT_FLAGS in CFLAGS is passed directly
This page took 0.074767 seconds and 4 git commands to generate.