| 1 | Summary: A utility for adjusting kernel time variables. |
|---|
| 2 | Summary(ja): カーネル時刻変数を調整する為のユーティリティ |
|---|
| 3 | Name: adjtimex |
|---|
| 4 | Version: 1.27 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | Exclusiveos: Linux |
|---|
| 7 | License: GPL |
|---|
| 8 | Group: System Environment/Base |
|---|
| 9 | Source: http://ibiblio.org/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz |
|---|
| 10 | Patch1: adjtimex-1.13-glibc.patch |
|---|
| 11 | Patch2: adjtimex-1.21-optstring.patch |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | %description |
|---|
| 16 | Adjtimex provides raw access to kernel time variables. On standalone |
|---|
| 17 | or intermittently connected machines, root can use adjtimex to correct |
|---|
| 18 | for systematic drift. If your machine is connected to the Internet or |
|---|
| 19 | is equipped with a precision oscillator or radio clock, you should |
|---|
| 20 | instead manage the system clock with the xntpd program. Users can use |
|---|
| 21 | adjtimex to view kernel time variables. |
|---|
| 22 | |
|---|
| 23 | %description -l ja |
|---|
| 24 | adjtimex はカーネル時刻変数への直接的なアクセスを提供します。 |
|---|
| 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 |
|---|
| 41 | make |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | %install |
|---|
| 45 | rm -rf ${RPM_BUILD_ROOT} |
|---|
| 46 | mkdir -p ${RPM_BUILD_ROOT}/sbin |
|---|
| 47 | mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8 |
|---|
| 48 | install -m755 adjtimex ${RPM_BUILD_ROOT}/sbin/adjtimex |
|---|
| 49 | install -m644 adjtimex.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/adjtimex.8 |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | %clean |
|---|
| 53 | rm -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 | * Wed Jul 01 2009 Shu KONNO <owa@bg.wakwak.com> 1.27-1 |
|---|
| 65 | - updated adjtimex to 1.27 |
|---|
| 66 | - dropt adjtimex-1.13-glibc.patch |
|---|
| 67 | - dropt adjtimex-1.21-optstring.patch |
|---|
| 68 | - spec in utf-8 |
|---|
| 69 | |
|---|
| 70 | * Fri May 02 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.21-1 |
|---|
| 71 | - source update |
|---|
| 72 | - change License from distributable to GPL |
|---|
| 73 | - sync to fedora development |
|---|
| 74 | |
|---|
| 75 | * Mon Jul 10 2006 Shu KONNO <owa@bg.wakwak.com> 1.13-4vl3 |
|---|
| 76 | - added adjtimex-1.13-usage.patch |
|---|
| 77 | |
|---|
| 78 | * Tue Apr 8 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.13-4vl2 |
|---|
| 79 | - rebuild |
|---|
| 80 | |
|---|
| 81 | * Fri Dec 06 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.13-4vl1 |
|---|
| 82 | - based on 1.13-4 from Rawhide and built for Vine Linux |
|---|
| 83 | - added Japanese summary and description |
|---|
| 84 | |
|---|
| 85 | * Fri Jun 21 2002 Tim Powers <timp@redhat.com> |
|---|
| 86 | - automated rebuild |
|---|
| 87 | |
|---|
| 88 | * Tue Jun 18 2002 Than Ngo <than@redhat.com> 1.13-3 |
|---|
| 89 | - don't forcibly strip binaries |
|---|
| 90 | |
|---|
| 91 | * Sun May 26 2002 Tim Powers <timp@redhat.com> |
|---|
| 92 | - automated rebuild |
|---|
| 93 | |
|---|
| 94 | * Wed May 22 2002 Harald Hoyer <harald@redhat.de> |
|---|
| 95 | - 1.13 |
|---|
| 96 | |
|---|
| 97 | * Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.12-2 |
|---|
| 98 | - rebuild in new enviroment |
|---|
| 99 | |
|---|
| 100 | * Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.12-1 |
|---|
| 101 | - 1.12 |
|---|
| 102 | |
|---|
| 103 | * Wed Jan 09 2002 Tim Powers <timp@redhat.com> |
|---|
| 104 | - automated rebuild |
|---|
| 105 | |
|---|
| 106 | * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> |
|---|
| 107 | - Bump release + rebuild. |
|---|
| 108 | |
|---|
| 109 | * Mon Jan 29 2001 Preston Brown <pbrown@redhat.com> |
|---|
| 110 | - fix man page for '-t' usage on alpha (#9674) |
|---|
| 111 | |
|---|
| 112 | * Mon Nov 20 2000 Bill Nottingham <notting@redhat.com> |
|---|
| 113 | - fix ia64 build |
|---|
| 114 | |
|---|
| 115 | * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> |
|---|
| 116 | - automatic rebuild |
|---|
| 117 | |
|---|
| 118 | * Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com> |
|---|
| 119 | - FHS packaging. |
|---|
| 120 | |
|---|
| 121 | * Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com> |
|---|
| 122 | - fix bug #9674 |
|---|
| 123 | |
|---|
| 124 | * Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com> |
|---|
| 125 | - fix description |
|---|
| 126 | - man pages are compressed |
|---|
| 127 | |
|---|
| 128 | * Fri Jan 7 2000 Jeff Johnson <jbj@redhat.com> |
|---|
| 129 | - update to 1.9. |
|---|
| 130 | |
|---|
| 131 | * Wed Jan 5 2000 Jeff Johnson <jbj@redhat.com> |
|---|
| 132 | - burn y2k wartlet (#8172) |
|---|
| 133 | |
|---|
| 134 | * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 135 | - auto rebuild in the new build environment (release 6) |
|---|
| 136 | |
|---|
| 137 | * Mon Apr 27 1998 Prospector System <bugs@redhat.com> |
|---|
| 138 | - translations modified for de, fr, tr |
|---|
| 139 | |
|---|
| 140 | * Thu Oct 09 1997 Erik Troan <ewt@redhat.com> |
|---|
| 141 | - builds on all architectures |
|---|