package created by autospec [release 5.01-1mamba;Wed Aug 20 2014]

This commit is contained in:
Davide Madrisan 2024-01-05 17:52:31 +01:00
parent 93f9711534
commit b8b32a984e
2 changed files with 46 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# sl
sl (Steam Locomotive) is a highly advanced animation program for curing your bad habit of mistyping

44
sl.spec Normal file
View File

@ -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 <davide.madrisan@gmail.com>
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 <davide.madrisan@gmail.com> 5.01-1mamba
- package created by autospec