mingetty-vl.spec 3.3 KB

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