source: projects/specs/tags/6_0_REL/m/mingetty/mingetty-vl.spec @ 3443

Revision 3443, 3.2 KB checked in by daisuke, 13 years ago (diff)

mingetty: update to 1.08

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