sl/sl.spec

48 lines
1.3 KiB
RPMSpec

Name: sl
Version: 5.02
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 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