mingetty-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. Summary: A compact getty program for virtual consoles only.
  2. Summary(ja): 仮想コンソール専用の コンパクトな getty プログラム
  3. Name: mingetty
  4. Version: 1.07
  5. License: GPL
  6. Release: 1%{?_dist_release}
  7. Group: System Environment/Base
  8. Source0: ftp://jurix.jura.uni-sb.de/pub/linux/source/system/daemons/mingetty-%{version}.tar.gz
  9. Patch: mingetty-1.00-opt.patch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. %description
  12. The mingetty program is a lightweight, minimalist getty program for
  13. use only on virtual consoles. Mingetty is not suitable for serial
  14. lines (you should use the mgetty program in that case).
  15. %description -l ja
  16. mingetty プログラムは,非常に軽量コンパクトな getty プログラムで,
  17. 仮想コンソールのみで使うことが出来ます.mingetty はシリアルコンソールで
  18. 使うことは出来ません (それ用には mgetty プログラムを使って下さい).
  19. %prep
  20. %setup -q
  21. %patch -p1
  22. %build
  23. make "RPM_OPTS=$RPM_OPT_FLAGS"
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. mkdir -p $RPM_BUILD_ROOT/{sbin,%{_mandir}/man8}
  27. install -m 0755 -s mingetty $RPM_BUILD_ROOT/sbin/
  28. install -m 0644 mingetty.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root)
  33. %doc COPYING
  34. /sbin/mingetty
  35. %{_mandir}/man8/mingetty.*
  36. %changelog
  37. * Wed Sep 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.07-1vl5
  38. - applied new versioning policy, spec in utf-8
  39. * Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.07-0vl1
  40. - rebuild to add gpg sign
  41. - new upstream release
  42. * Mon Oct 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.06-2vl1
  43. - based on Redhat Rawhide 1.06-2
  44. - rebuild with new toolchains
  45. * Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-17vl2
  46. - rebuild
  47. * Tue May 29 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  48. - 0.9.4-17vl1
  49. - rebuilt for Vine Linux
  50. * Wed Apr 11 2001 Bill Nottingham <notting@redhat.com>
  51. - rebuild (missing ia64 packages)
  52. * Fri Apr 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  53. - fix man-page bug #34991
  54. - fix syslog() call to be more secure #17349
  55. * Thu Jan 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  56. - set TERM=dumb for s390 console
  57. * Mon Nov 13 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com>
  58. - fgetc returns int not char
  59. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  60. - automatic rebuild
  61. * Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
  62. - use %%{_mandir} for man pages
  63. * Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
  64. - handle compressed man pages
  65. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  66. - auto rebuild in the new build environment (release 10)
  67. * Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
  68. - build for glibc 2.1
  69. * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
  70. - build root
  71. * Fri May 01 1998 Prospector System <bugs@redhat.com>
  72. - translations modified for de, fr, tr
  73. * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
  74. - fixed build problems on intel and alpha for manhattan
  75. * Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
  76. - spec file cleanups
  77. * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
  78. ~- built against glibc