From b8b32a984eb65682e044077e7d033ed257d2ed41 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Fri, 5 Jan 2024 17:52:31 +0100 Subject: [PATCH] package created by autospec [release 5.01-1mamba;Wed Aug 20 2014] --- README.md | 2 ++ sl.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 sl.spec diff --git a/README.md b/README.md index 118cb75..9eb03f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # sl +sl (Steam Locomotive) is a highly advanced animation program for curing your bad habit of mistyping + diff --git a/sl.spec b/sl.spec new file mode 100644 index 0000000..d6a5ce5 --- /dev/null +++ b/sl.spec @@ -0,0 +1,44 @@ +Name: sl +Version: 5.01 +Release: 1mamba +Summary: sl- Steam Locomotive +Group: Applications/Graphics +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: https://github.com/mtoyoda/sl +## GITSOURCE https://github.com/mtoyoda/sl.git 5.01 +Source: https://github.com/mtoyoda/sl.git/%{version}/sl-%{version}.tar.bz2 +License: Copyright only +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libncurses-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +sl (Steam Locomotive) is a highly advanced animation program for curing your bad habit of mistyping + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -D -m0755 sl %{buildroot}%{_bindir}/sl +install -D -m0644 sl.1 %{buildroot}%{_mandir}/man1/sl.1 + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_mandir}/man1/%{name}* +%doc LICENSE + +%changelog +* Wed Aug 20 2014 Davide Madrisan 5.01-1mamba +- package created by autospec