source: projects/specs/trunk/t/timed/timed-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define _snapshot       -pre20000412
2
3Summary: Programs for maintaining networked machines' time synchronization.
4Summary(ja): ¥Í¥Ã¥È¥ï¡¼¥¯Àܳ¤µ¤ì¤¿¥Þ¥·¥ó¤Î»þ¹ï¤òƱ´ü¤µ¤»¤ë¥×¥í¥°¥é¥à
5Name: timed
6Version: 0.17
7Release: 2vl1
8Copyright: BSD
9Group: System Environment/Daemons
10Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-timed-%{version}%{_snapshot}.tar.gz
11Patch: timed-clk_tck.patch
12Requires: inetd
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15
16%description
17The timed package contains the timed daemon and the timedc program for
18controlling the timed program.  Timed synchronizes its host machine's
19time with the time on other local network machines.  The timedc
20program is used to control and configure the operation of timed.
21
22Install the timed package if you need a system for keeping networked
23machines' times in synchronization.
24
25%description -l ja
26timed ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï timed ¥Ç¡¼¥â¥ó¤È¡¤timed ¤òÀ©¸æ¤¹¤ë
27timedc ¥×¥í¥°¥é¥à¤¬¼ý¤á¤é¤ì¤Æ¤¤¤Þ¤¹¡¥timed ¤Ï¥Û¥¹¥È¥Þ¥·¥ó¤Î»þ¹ï¤È
28¥Í¥Ã¥È¥ï¡¼¥¯Àܳ¤µ¤ì¤¿Â¾¤Î¥Þ¥·¥ó¤Î»þ¹ï¤òƱ´ü¤µ¤»¤Þ¤¹¡¥
29timedc ¥×¥í¥°¥é¥à¤Ï timed ¤òÀ©¸æ¤·¤¿¤êÆ°ºî¤òÀßÄꤷ¤¿¤ê¤¹¤ë¤Î¤Ë»È¤¤¤Þ¤¹¡¥
30
31¥Í¥Ã¥È¥ï¡¼¥¯Àܳ¤µ¤ì¤¿¥Þ¥·¥ó¤Î»þ¹ï¤òƱ´ü¤µ¤»¤ë¥·¥¹¥Æ¥à¤¬É¬Íפʤé
32timed ¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡¥
33
34
35%prep
36%setup -q -n netkit-timed-%{version}%{_snapshot}
37%patch -p1
38
39
40%build
41sh configure
42perl -pi -e '
43    s,^CC=.*$,CC=cc,;
44    s,-O2,\$(RPM_OPT_FLAGS),;
45    s,^BINDIR=.*$,BINDIR=%{_bindir},;
46    s,^MANDIR=.*$,MANDIR=%{_mandir},;
47    s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
48    ' MCONFIG
49
50make
51
52
53%install
54rm -rf ${RPM_BUILD_ROOT}
55mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
56mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
57mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
58
59make INSTALLROOT=${RPM_BUILD_ROOT} install
60
61
62%clean
63rm -rf ${RPM_BUILD_ROOT}
64
65
66%files
67%defattr(-,root,root)
68%{_sbindir}/timed
69%{_sbindir}/timedc
70%{_mandir}/man8/timed.8*
71%{_mandir}/man8/timedc.8*
72
73
74%changelog
75* Wed Jan 10 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
76- 0.17-2vl1
77- based on 0.17-2 from Rawhide
78- added Japanese summary and description
79
80* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
81- fix build with glibc-2.2
82
83* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
84- automatic rebuild
85
86* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
87- FHS packaging.
88- update to 0.17.
89
90* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
91- man pages are compressed
92- fix description
93
94* Tue Dec 21 1999 Jeff Johnson <jbj@redhat.com>
95- update to 0.16.
96
97* Sat Apr 17 1999 Jeff Johnson <jbj@redhat.com>
98- fix ifreq size problem.
99
100* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
101- auto rebuild in the new build environment (release 22)
102
103* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
104- translations modified for de, fr, tr
105
106* Tue Jul 15 1997 Erik Troan <ewt@redhat.com>
107- initial build
Note: See TracBrowser for help on using the repository browser.