update to 1.08 [release 1.08-1mamba;Sat Sep 15 2012]
This commit is contained in:
parent
1fa7fce52b
commit
cfa2595ab2
@ -1,2 +1,4 @@
|
||||
# mingetty
|
||||
|
||||
Mingetty is a small, efficient, console-only getty for Linux.
|
||||
|
||||
|
48
mingetty.spec
Normal file
48
mingetty.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: mingetty
|
||||
Version: 1.08
|
||||
Release: 1mamba
|
||||
Summary: A small, efficient, console-only getty for Linux.
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://sourceforge.net/projects/mingetty/
|
||||
Source: http://downloads.sourceforge.net/project/mingetty/mingetty/1.08/mingetty-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Mingetty is a small, efficient, console-only getty for Linux.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make CC=%{_host}-gcc
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
install -d %{buildroot}{/sbin,%{_mandir}/man8}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/sbin/mingetty
|
||||
%{_mandir}/man8/mingetty.8.gz
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Sep 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.08-1mamba
|
||||
- update to 1.08
|
||||
|
||||
* Sat Jul 26 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07-2mamba
|
||||
- specfile updated
|
||||
|
||||
* Wed Mar 01 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user