mingetty-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. Summary: A compact getty program for virtual consoles only.
  2. Summary(ja): 仮想コンソール専用の コンパクトな getty プログラム
  3. Name: mingetty
  4. Version: 1.08
  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 Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.08-1
  38. - new upstream release
  39. * Wed Sep 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.07-1vl5
  40. - applied new versioning policy, spec in utf-8
  41. * Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.07-0vl1
  42. - rebuild to add gpg sign
  43. - new upstream release
  44. * Mon Oct 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.06-2vl1
  45. - based on Redhat Rawhide 1.06-2
  46. - rebuild with new toolchains
  47. * Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-17vl2
  48. - rebuild
  49. * Tue May 29 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  50. - 0.9.4-17vl1
  51. - rebuilt for Vine Linux
  52. * Wed Apr 11 2001 Bill Nottingham <notting@redhat.com>
  53. - rebuild (missing ia64 packages)
  54. * Fri Apr 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  55. - fix man-page bug #34991
  56. - fix syslog() call to be more secure #17349
  57. * Thu Jan 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  58. - set TERM=dumb for s390 console
  59. * Mon Nov 13 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com>
  60. - fgetc returns int not char
  61. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  62. - automatic rebuild
  63. * Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
  64. - use %%{_mandir} for man pages
  65. * Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
  66. - handle compressed man pages
  67. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  68. - auto rebuild in the new build environment (release 10)
  69. * Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
  70. - build for glibc 2.1
  71. * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
  72. - build root
  73. * Fri May 01 1998 Prospector System <bugs@redhat.com>
  74. - translations modified for de, fr, tr
  75. * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
  76. - fixed build problems on intel and alpha for manhattan
  77. * Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
  78. - spec file cleanups
  79. * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
  80. ~- built against glibc