From cfa2595ab224442273d4c21bc071eda47e3a4729 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:09:28 +0100 Subject: [PATCH] update to 1.08 [release 1.08-1mamba;Sat Sep 15 2012] --- README.md | 2 ++ mingetty.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 mingetty.spec diff --git a/README.md b/README.md index 089e005..8559a96 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mingetty +Mingetty is a small, efficient, console-only getty for Linux. + diff --git a/mingetty.spec b/mingetty.spec new file mode 100644 index 0000000..fd87b13 --- /dev/null +++ b/mingetty.spec @@ -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 +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 1.08-1mamba +- update to 1.08 + +* Sat Jul 26 2008 Silvan Calarco 1.07-2mamba +- specfile updated + +* Wed Mar 01 2006 Silvan Calarco 1.07-1qilnx +- package created by autospec