From 833a60740ccc24ca2c67bf7269af79b68a1e49a0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 02:53:48 +0000 Subject: auto-import changelog data from adjtimex-1.11-2.src.rpm 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 07 2000 Jeff Johnson - update to 1.9. Wed Jan 05 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 --- diff --git a/.cvsignore b/.cvsignore index e69de29..8753c70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +adjtimex-1.11.tar.gz diff --git a/adjtimex.spec b/adjtimex.spec new file mode 100644 index 0000000..9c034a6 --- /dev/null +++ b/adjtimex.spec @@ -0,0 +1,73 @@ +Summary: A utility for adjusting kernel time variables. +Name: adjtimex +Version: 1.11 +Release: 2 +Exclusiveos: Linux +Copyright: distributable +Group: System Environment/Base +Source: http://metalab.unc.edu/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz +Patch0: adjtimex-1.9-getopt.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 + +%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 -s -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 +* 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 diff --git a/sources b/sources index e69de29..3b50c60 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +8bab9725b8152638d4761477e43d3957 adjtimex-1.11.tar.gz