Summary: A utility for adjusting kernel time variables. Name: adjtimex Version: 1.13 Release: 3 Exclusiveos: Linux License: distributable Group: System Environment/Base Source: http://ibiblio.org/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz Patch0: adjtimex-1.9-getopt.patch Patch1: adjtimex-ia64.patch Patch2: adjtimex-1.11-fixman.patch BuildRoot: %{_tmppath}/%{name}-root %description Adjtimex provides raw access to kernel time variables. On standalone or intermittently connected machines, root can use adjtimex to correct for systematic drift. If your machine is connected to the Internet or is equipped with a precision oscillator or radio clock, you should instead manage the system clock with the xntpd program. Users can use adjtimex to view kernel time variables. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 -b .fixman %build #CFLAGS="$RPM_OPT_FLAGS" ./configure %configure make %install rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}/sbin mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8 install -m755 adjtimex ${RPM_BUILD_ROOT}/sbin/adjtimex install -m644 adjtimex.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/adjtimex.8 %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc README /sbin/adjtimex %{_mandir}/man8/adjtimex.8* %changelog * Tue Jun 18 2002 Than Ngo 1.13-3 - don't forcibly strip binaries * Sun May 26 2002 Tim Powers - automated rebuild * Wed May 22 2002 Harald Hoyer - 1.13 * Tue Feb 26 2002 Than Ngo 1.12-2 - rebuild in new enviroment * Tue Feb 19 2002 Bernhard Rosenkraenzer 1.12-1 - 1.12 * Wed Jan 09 2002 Tim Powers - automated rebuild * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. * Mon Jan 29 2001 Preston Brown - fix man page for '-t' usage on alpha (#9674) * Mon Nov 20 2000 Bill Nottingham - fix ia64 build * Wed Jul 12 2000 Prospector - automatic rebuild * Wed Jun 14 2000 Jeff Johnson - FHS packaging. * Fri Mar 03 2000 Cristian Gafton - fix bug #9674 * Wed Feb 02 2000 Cristian Gafton - fix description - man pages are compressed * Fri Jan 7 2000 Jeff Johnson - update to 1.9. * Wed Jan 5 2000 Jeff Johnson - burn y2k wartlet (#8172) * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 6) * Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr * Thu Oct 09 1997 Erik Troan - builds on all architectures