package created by autospec [release 5.01-1mamba;Wed Aug 20 2014]
This commit is contained in:
parent
93f9711534
commit
b8b32a984e
@ -1,2 +1,4 @@
|
|||||||
# sl
|
# sl
|
||||||
|
|
||||||
|
sl (Steam Locomotive) is a highly advanced animation program for curing your bad habit of mistyping
|
||||||
|
|
||||||
|
44
sl.spec
Normal file
44
sl.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user