51 lines
1.3 KiB
RPMSpec
51 lines
1.3 KiB
RPMSpec
Name: sl
|
|
Version: 5.05
|
|
Release: 1mamba
|
|
Summary: sl- Steam Locomotive
|
|
Group: Applications/Graphics
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/eyJhb/sl
|
|
Source: https://github.com/eyJhb/sl.git/%{version}/sl-%{version}.tar.bz2
|
|
License: Copyright only
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libncurses-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
sl (Steam Locomotive) is a highly advanced animation program for curing your bad habit of mistyping
|
|
|
|
%debug_package
|
|
|
|
%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 Dec 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.05-1mamba
|
|
- update to 5.05
|
|
|
|
* Wed Oct 01 2014 Automatic Build System <autodist@mambasoft.it> 5.02-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 20 2014 Davide Madrisan <davide.madrisan@gmail.com> 5.01-1mamba
|
|
- package created by autospec
|