49 lines
1.2 KiB
RPMSpec
49 lines
1.2 KiB
RPMSpec
|
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
|