source: projects/specs/branches/6/a/adjtimex/adjtimex-vl.spec @ 6356

Revision 6356, 4.2 KB checked in by Takemikaduchi, 12 years ago (diff)

adjtimex,coriander,corosync,cproto,cscope,dbmail,dcraw: new upstream release
others: rebuild

Line 
1Summary: A utility for adjusting kernel time variables.
2Summary(ja): カーネル時刻変数を調整する為のユーティリティ
3Name: adjtimex
4Version: 1.29
5Release: 1%{?_dist_release}
6Exclusiveos: Linux
7License: GPL
8Group: System Environment/Base
9Source: http://ftp.debian.org/debian/pool/main/a/adjtimex/%{name}_%{version}.orig.tar.gz
10Patch1: adjtimex-1.13-glibc.patch
11Patch2: adjtimex-1.21-optstring.patch
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14
15%description
16Adjtimex provides raw access to kernel time variables. On standalone
17or intermittently connected machines, root can use adjtimex to correct
18for systematic drift. If your machine is connected to the Internet or
19is equipped with a precision oscillator or radio clock, you should
20instead manage the system clock with the xntpd program. Users can use
21adjtimex to view kernel time variables.
22
23%description -l ja
24adjtimex はカーネル時刻変数への直接的なアクセスを提供します。
25スタンドアロン機や常時インターネットに接続されている訳ではないマシンの場
26合、この adjtimex を使ってシステムの時刻のずれを調整することが出来ます。
27マシンがインターネットに常時接続されている場合や、オシレータ/ラジオクロッ
28クが装備されている場合は、代わりに xntpd プログラムを使ってシステムクロッ
29クを調整することが出来ます。一般ユーザは adjtimex を使ってカーネル時刻変
30数を見ることが出来ます.
31
32
33%prep
34%setup -q
35#%patch1 -p1 -b .glibc
36#%patch2 -p1 -b .optstring
37
38
39%build
40%configure
41make
42
43
44%install
45rm -rf ${RPM_BUILD_ROOT}
46mkdir -p ${RPM_BUILD_ROOT}/sbin
47mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
48install -m755 adjtimex ${RPM_BUILD_ROOT}/sbin/adjtimex
49install -m644 adjtimex.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/adjtimex.8
50
51
52%clean
53rm -rf ${RPM_BUILD_ROOT}
54
55
56%files
57%defattr(-,root,root)
58%doc README COPYING COPYRIGHT
59/sbin/adjtimex
60%{_mandir}/man8/adjtimex.8*
61
62
63%changelog
64* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29-1
65- updated to 1.29
66
67* Wed Jul 01 2009 Shu KONNO <owa@bg.wakwak.com> 1.27-1
68- updated adjtimex to 1.27
69- dropt adjtimex-1.13-glibc.patch
70- dropt adjtimex-1.21-optstring.patch
71- spec in utf-8
72
73* Fri May 02 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.21-1
74- source update
75- change License from distributable to GPL
76- sync to fedora development
77
78* Mon Jul 10 2006 Shu KONNO <owa@bg.wakwak.com> 1.13-4vl3
79- added adjtimex-1.13-usage.patch
80
81* Tue Apr  8 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.13-4vl2
82- rebuild
83
84* Fri Dec 06 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.13-4vl1
85- based on 1.13-4 from Rawhide and built for Vine Linux
86- added Japanese summary and description
87
88* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
89- automated rebuild
90
91* Tue Jun 18 2002 Than Ngo <than@redhat.com> 1.13-3
92- don't forcibly strip binaries
93
94* Sun May 26 2002 Tim Powers <timp@redhat.com>
95- automated rebuild
96
97* Wed May 22 2002 Harald Hoyer <harald@redhat.de>
98- 1.13
99
100* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.12-2
101- rebuild in new enviroment
102
103* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.12-1
104- 1.12
105
106* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
107- automated rebuild
108
109* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
110- Bump release + rebuild.
111
112* Mon Jan 29 2001 Preston Brown <pbrown@redhat.com>
113- fix man page for '-t' usage on alpha (#9674)
114
115* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
116- fix ia64 build
117
118* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
119- automatic rebuild
120
121* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
122- FHS packaging.
123
124* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
125- fix bug #9674
126
127* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
128- fix description
129- man pages are compressed
130
131* Fri Jan  7 2000 Jeff Johnson <jbj@redhat.com>
132- update to 1.9.
133
134* Wed Jan  5 2000 Jeff Johnson <jbj@redhat.com>
135- burn y2k wartlet (#8172)
136
137* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
138- auto rebuild in the new build environment (release 6)
139
140* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
141- translations modified for de, fr, tr
142
143* Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
144- builds on all architectures
Note: See TracBrowser for help on using the repository browser.