mingetty/mingetty.spec

51 lines
1.3 KiB
RPMSpec

Name: mingetty
Version: 1.08
Release: 2mamba
Summary: A small, efficient, console-only getty for Linux.
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://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
%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
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 1.08-2mamba
- automatic rebuild by autodist
* 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