source: projects/specs/trunk/m/mingetty/mingetty-vl.spec @ 8243

Revision 8243, 3.3 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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