rdate-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Summary: Tool for getting the date/time from a remote machine.
  2. Summary(ja): リモートマシンから日付/時刻を取得するツール
  3. Name: rdate
  4. Version: 1.4
  5. Release: 2%{?_dist_release}
  6. License: GPL
  7. Group: Applications/System
  8. Source: ftp://people.redhat.com/sopwith/rdate-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. %description
  11. The rdate utility retrieves the date and time from another machine on
  12. your network, using the protocol described in RFC 868. If you run
  13. rdate as root, it will set local time of your machine to the time of
  14. the machine that you queried.
  15. %description -l ja
  16. rdate はネットワーク上の他マシンから RFC 868 のプロトコルを使って
  17. 日付と時刻を取得するユーティリティです.
  18. root 権限で rdate を実行すると,取得した時刻情報を元に実行マシンの
  19. 時刻を設定します.
  20. %prep
  21. %setup -q
  22. %build
  23. make CFLAGS="$RPM_OPT_FLAGS"
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. mkdir -p $RPM_BUILD_ROOT%{_bindir}
  27. %makeinstall
  28. %clean
  29. rm -rf $RPM_BUILD_ROOT
  30. %files
  31. %defattr(-,root,root)
  32. %{_bindir}/rdate
  33. %{_mandir}/man1/rdate.1*
  34. %changelog
  35. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.4-2vl5
  36. - applied new versioning policy, spec in utf-8
  37. * Sun Oct 3 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-2vl1
  38. - based on 1.4-2 from Fedora
  39. * Mon Mar 22 2004 Elliot Lee <sopwith@redhat.com> 1.4-1
  40. - Timeout (-t) patch from Johan Nilsson <joh-nils@dsv.su.se>
  41. * Sun Jul 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3-3vl1
  42. - based on 1.3-3 from Rawhide
  43. - s/Copyright/License/
  44. * Wed Jan 10 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  45. - 1.0-7vl1
  46. - based on 1.0-7 from Rawhide
  47. - added Japanese summary and description
  48. * Thu Dec 7 2000 Crutcher Dunnavant <crutcher@redhat.com>
  49. - rebuild for new tree
  50. * Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
  51. - summaries from specspo.
  52. * Wed Aug 09 2000 Philipp Knirsch <pknirsch@redhat.com>
  53. - Bugfix for missing /etc/services entry for time protocol (#15797)
  54. * Mon Jul 31 2000 Crutcher Dunnavant <crutcher@redhat.com>
  55. - tracked successful rdate attempts, so that failure returns 1
  56. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  57. - automatic rebuild
  58. * Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
  59. - FHS packaging.
  60. * Fri Feb 04 2000 Elliot Lee <sopwith@redhat.com>
  61. - Rewrite the stinking thing due to license worries (bug #8619)
  62. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  63. - auto rebuild in the new build environment (release 8)
  64. * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
  65. - build root
  66. * Tue May 05 1998 Prospector System <bugs@redhat.com>
  67. - translations modified for de, fr, tr
  68. * Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com>
  69. - fixed the url to the source
  70. * Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
  71. - built against glibc