"Initial commit to Gerrit"
[profile/ivi/mingetty.git] / packaging / mingetty.spec
1 #specfile originally created for Fedora, modified for Moblin Linux
2 Summary: A compact getty program for virtual consoles only
3 Name: mingetty
4 Version: 1.08
5 License: GPLv2+
6 Release: 3.9
7 Group: System/Base
8 URL: http://sourceforge.net/projects/mingetty/
9 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
10 Patch: mingetty-1.00-opt.patch
11 BuildRoot: %{_tmppath}/%{name}-root
12
13 %description
14 The mingetty program is a lightweight, minimalist getty program for
15 use only on virtual consoles.  Mingetty is not suitable for serial
16 lines (you should use the mgetty program in that case).
17
18 %prep
19 %setup -q
20 %patch -p1
21
22 %build
23 make "RPM_OPTS=$RPM_OPT_FLAGS"
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 mkdir -p $RPM_BUILD_ROOT/{sbin,%{_mandir}/man8}
28
29 install -m 0755 mingetty $RPM_BUILD_ROOT/sbin/
30 install -m 0644 mingetty.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(-,root,root)
37 %doc COPYING
38 /sbin/mingetty
39 %doc %{_mandir}/man8/mingetty.*
40
41 %changelog
42 * Wed Jul 23 2008 Martin Xu <martin.xu@intel.com>
43 - add %%doc to man file
44 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.08-2
45 - Autorebuild for GCC 4.3
46 * Fri Jan 18 2008 Florian La Roche <laroche@redhat.com> - 1.08-1
47 - change Source: tag
48 - Bernardo Innocenti bernie at codewiz.org: add LDFLAGS to opt patch
49   to enable cross building on 64bit host
50 - release 1.08 with loginpause option from Bernardo Innocenti bernie at codewiz.org
51 * Tue Jan  8 2008 Florian La Roche <laroche@redhat.com> - 1.07-8
52 - add sf.net project url
53 - add dist macro to release
54 * Sun Jan  6 2008 Florian La Roche <laroche@redhat.com> - 1.07-7
55 - add rpmlint changes to .spec file from Jon Ciesla limb at jcomserv.net
56 * Tue Aug 21 2007 Florian La Roche <laroche@redhat.com> - 1.07-6
57 - rebuild
58 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.07-5.2.2
59 - rebuild
60 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.07-5.2.1
61 - bump again for double-long bug on ppc(64)
62 * Tue Feb  7 2006 Jesse Keating <jkeating@redhat.com> - 1.07-5.2
63 - rebuilt for new gcc4.1 snapshot and glibc changes
64 * Fri Dec  9 2005 Jesse Keating <jkeating@redhat.com>
65 - rebuilt
66 * Wed Mar  2 2005 Karsten Hopp <karsten@redhat.de> 1.07-5
67 - build with gcc-4
68 * Wed Feb  9 2005 Karsten Hopp <karsten@redhat.de> 1.07-4
69 - rebuilt
70 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
71 - rebuilt
72 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
73 - rebuilt
74 * Sat Jan  3 2004 Florian La Roche <Florian.LaRoche@redhat.de>
75 - 1.07
76 * Wed Jun  4 2003 Elliot Lee <sopwith@redhat.com>
77 - rebuilt
78 * Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
79 - update to 1.06
80 * Sat Apr 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
81 - update to 1.05
82 * Sun Mar 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
83 - update to 1.04
84 * Sat Feb  8 2003 Florian La Roche <Florian.LaRoche@redhat.de>
85 - small source cleanups
86 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
87 - rebuilt
88 * Tue Nov 19 2002 Tim Powers <timp@redhat.com>
89 - rebuild on all arches
90 * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
91 - automated rebuild
92 * Thu May 23 2002 Tim Powers <timp@redhat.com>
93 - automated rebuild
94 * Mon Mar  4 2002 Florian La Roche <Florian.LaRoche@redhat.de>
95 - re-release as 1.00
96 * Thu Jul  5 2001 Florian La Roche <Florian.LaRoche@redhat.de>
97 - rebuild
98 * Wed Apr 11 2001 Bill Nottingham <notting@redhat.com>
99 - rebuild (missing ia64 packages)
100 * Fri Apr  6 2001 Florian La Roche <Florian.LaRoche@redhat.de>
101 - fix man-page bug #34991
102 - fix syslog() call to be more secure #17349
103 * Thu Jan 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
104 - set TERM=dumb for s390 console
105 * Mon Nov 13 2000 Oliver Paukstadt <oliver.paukstadt@millenux.com>
106 - fgetc returns int not char
107 * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
108 - automatic rebuild
109 * Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
110 - use %%%%{_mandir} for man pages
111 * Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
112 - handle compressed man pages
113 * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
114 - auto rebuild in the new build environment (release 10)
115 * Wed Jan  6 1999 Cristian Gafton <gafton@redhat.com>
116 - build for glibc 2.1
117 * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
118 - build root
119 * Fri May  1 1998 Prospector System <bugs@redhat.com>
120 - translations modified for de, fr, tr
121 * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
122 - fixed build problems on intel and alpha for manhattan
123 * Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
124 - spec file cleanups
125 * Mon Jun  2 1997 Erik Troan <ewt@redhat.com>
126   ~- built against glibc