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

Revision 12332, 3.5 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

gzip-1.10-1

mingetty-1.08-3

passwd-0.80-1

webkitgtk4-2.28.0-1

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