mingetty-vl.spec 3.5 KB

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