-
Notifications
You must be signed in to change notification settings - Fork 0
/
rdate.spec
103 lines (74 loc) · 2.76 KB
/
rdate.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Summary: Tool for getting the date/time from a remote machine.
Name: rdate
Version: 1.4
Release: 1
Copyright: GPL
Group: Applications/System
Source: ftp://people.redhat.com/sopwith/rdate-%{version}.tar.gz
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.
%prep
%setup -q
%build
make CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
%makeinstall
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%{_bindir}/rdate
%{_mandir}/man1/rdate.1*
%changelog
* Mon Mar 22 2004 Elliot Lee <[email protected]> 1.4-1
- Timeout (-t) patch from Johan Nilsson <[email protected]>
* Wed Jan 29 2003 Phil Knirsch <[email protected]> 1.3-2
- Bump release and rebuild.
* Wed Nov 06 2002 Elliot Lee <[email protected]> 1.3-1
- New release
* Fri Jun 21 2002 Tim Powers <[email protected]>
- automated rebuild
* Wed Jun 19 2002 Phil Knirsch <[email protected]> 1.2-4
- Don't forcibly strip binaries
* Thu May 23 2002 Tim Powers <[email protected]>
- automated rebuild
* Thu Mar 07 2002 Elliot Lee <[email protected]>
- Make a 1.2 release, update to it. In the future, please commit changes
to CVS and make a new release, instead of adding patches to the rpm
package.
* Mon Feb 25 2002 Elliot Lee <[email protected]>
- Bump & rebuild for 7.3
* Wed Dec 5 2001 Tim Powers <[email protected]>
- bump release number and rebuild on alpha.
* Thu Dec 7 2000 Crutcher Dunnavant <[email protected]>
- Fixed Bugzilla bug #41119. More of a RFE, but still important.
* Thu Dec 7 2000 Crutcher Dunnavant <[email protected]>
- rebuild for new tree
* Thu Aug 17 2000 Jeff Johnson <[email protected]>
- summaries from specspo.
* Wed Aug 09 2000 Philipp Knirsch <[email protected]>
- Bugfix for missing /etc/services entry for time protocol (#15797)
* Mon Jul 31 2000 Crutcher Dunnavant <[email protected]>
- tracked successful rdate attempts, so that failure returns 1
* Wed Jul 12 2000 Prospector <[email protected]>
- automatic rebuild
* Sun Jun 18 2000 Jeff Johnson <[email protected]>
- FHS packaging.
* Fri Feb 04 2000 Elliot Lee <[email protected]>
- Rewrite the stinking thing due to license worries (bug #8619)
* Sun Mar 21 1999 Cristian Gafton <[email protected]>
- auto rebuild in the new build environment (release 8)
* Sun Aug 16 1998 Jeff Johnson <[email protected]>
- build root
* Tue May 05 1998 Prospector System <[email protected]>
- translations modified for de, fr, tr
* Mon Oct 20 1997 Otto Hammersmith <[email protected]>
- fixed the url to the source
* Mon Jul 21 1997 Erik Troan <[email protected]>
- built against glibc