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

Revision 521, 3.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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