source: projects/specs/trunk/r/rdate/rdate-vl.spec @ 521

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Tool for getting the date/time from a remote machine.
2Summary(ja): リモートマシンから日付/時刻を取得するツール
3Name: rdate
4Version: 1.4
5Release: 2%{?_dist_release}
6License: GPL
7Group: Applications/System
8Source: ftp://people.redhat.com/sopwith/rdate-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10
11
12%description
13The rdate utility retrieves the date and time from another machine on
14your network, using the protocol described in RFC 868.  If you run
15rdate as root, it will set local time of your machine to the time of
16the machine that you queried.
17
18%description -l ja
19rdate はネットワーク上の他マシンから RFC 868 のプロトコルを使って
20日付と時刻を取得するユーティリティです.
21root 権限で rdate を実行すると,取得した時刻情報を元に実行マシンの
22時刻を設定します.
23
24%prep
25%setup -q
26
27%build
28make CFLAGS="$RPM_OPT_FLAGS"
29
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34mkdir -p $RPM_BUILD_ROOT%{_bindir}
35%makeinstall
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40
41%files
42%defattr(-,root,root)
43%{_bindir}/rdate
44%{_mandir}/man1/rdate.1*
45
46
47%changelog
48* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.4-2vl5
49- applied new versioning policy, spec in utf-8
50
51* Sun Oct  3 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-2vl1
52- based on 1.4-2 from Fedora
53  * Mon Mar 22 2004 Elliot Lee <sopwith@redhat.com> 1.4-1
54  - Timeout (-t) patch from Johan Nilsson <joh-nils@dsv.su.se>
55
56* Sun Jul 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-3vl1
57- based on 1.3-3 from Rawhide
58- s/Copyright/License/
59
60* Wed Jan 10 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
61- 1.0-7vl1
62- based on 1.0-7 from Rawhide
63- added Japanese summary and description
64
65* Thu Dec  7 2000 Crutcher Dunnavant <crutcher@redhat.com>
66- rebuild for new tree
67
68* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
69- summaries from specspo.
70
71* Wed Aug 09 2000 Philipp Knirsch <pknirsch@redhat.com>
72- Bugfix for missing /etc/services entry for time protocol (#15797)
73
74* Mon Jul 31 2000 Crutcher Dunnavant <crutcher@redhat.com>
75- tracked successful rdate attempts, so that failure returns 1
76
77* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
78- automatic rebuild
79
80* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
81- FHS packaging.
82
83* Fri Feb 04 2000 Elliot Lee <sopwith@redhat.com>
84- Rewrite the stinking thing due to license worries (bug #8619)
85
86* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
87- auto rebuild in the new build environment (release 8)
88
89* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
90- build root
91
92* Tue May 05 1998 Prospector System <bugs@redhat.com>
93- translations modified for de, fr, tr
94
95* Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com>
96- fixed the url to the source
97
98* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
99- built against glibc
Note: See TracBrowser for help on using the repository browser.