Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 09de361415c38809a67c9337ac76f96a > files > 2

rdate-1.0-3mdk.src.rpm

Summary: Retrieving the date and time from another machine on your network.
Name: rdate
Version: 1.0
Release: 3mdk
Copyright: public domain
Group: System/Servers
Source: ftp://sunsite.unc.edu/pub/Linux/system/network/misc/rdate-1.0.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root

%description
The rdate utility retrieves the date and time from another machine
on your network, using the protocol described in RFC 868.  If you
run rdate as root, it will set your machine's local time to the time
of the machine that you queried.  Note that rdate isn't scrupulously
accurate.  If you are worried about milliseconds, get the xntpd
program instead.

%description -l fr
L'utilitaire rdate rcupre la date et l'heure d'une autre machine sur votre
reseau,  en utilisant le protocole décrit dans RFC 868. Si vous lancez rdate
en tant que root, il remplacera la valeur de l'horloge locale de votre
machine par celle de la machine distante. Notez que rdate n'est pas super
précis. Si vous voulez une précision de l'ordre de la milliseconde, utilisez
le programme xntpd à la place

%prep
%setup -q

%build
make "RPM_OPT_FLAGS=$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1}

install -m755 -s rdate $RPM_BUILD_ROOT%{_bindir}
install -m644 rdate.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/rdate
%{_mandir}/man1/rdate.1.bz2

%changelog
* Wed Jul 26 2000 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.0-3mdk
- change copyright to public domain 

* Thu Jul 20 2000 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.0-2mdk
- BM
- use new macros
- let spec-helper compress man-pages and strip binaries : i'm getting bored
  to do a mdk7.1 job :-(

* Fri Apr 07 2000 Christopher Molnar <molnarc@mandrakesoft.com> 1.0-1mdk
- updated 1.0
- changed group to new groups

* Fri Feb 04 2000 Elliot Lee <sopwith@redhat.com>
- Rewrite the stinking thing due to license worries (bug #8619)

* Fri Nov 5 1999 Damien Krotkine <damien@mandrakesoft.com>
- Mandrake release

* Wed May 05 1999 Bernhard Rosenkraenzer <bero@mandrakesoft.com>
- Mandrake adaptions

* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
- auto rebuild in the new build environment (release 8)

* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
- build root

* Tue May 05 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr

* Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com>
- fixed the url to the source

* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
- built against glibc