51 lines
1.5 KiB
RPMSpec
51 lines
1.5 KiB
RPMSpec
Name: alephone-infinity
|
|
Version: 20210408
|
|
Release: 1mamba
|
|
Summary: Marathon Infinity scenario data files for Aleph One
|
|
Group: Applications/Games
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://alephone.lhowon.org/
|
|
Source: https://github.com/Aleph-One-Marathon/alephone/releases/download/release-%{version}/MarathonInfinity-%{version}-Data.zip
|
|
Source1: alephone-marathon.sh
|
|
Source2: alephone-infinity.desktop
|
|
Source3: alephone-scenario-LICENSE
|
|
License: no OSI Approved
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Requires: alephone
|
|
|
|
%description
|
|
Marathon Infinity scenario data files for Aleph One.
|
|
|
|
%prep
|
|
%setup -q -c -n %{name}-%{version}
|
|
cp %{SOURCE3} LICENSE
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/AlephOne/scenarios
|
|
cp -a Marathon\ Infinity %{buildroot}%{_datadir}/AlephOne/scenarios/Infinity
|
|
|
|
install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
|
|
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%dir %{_datadir}/AlephOne/scenarios/Infinity
|
|
%{_datadir}/AlephOne/scenarios/Infinity/*
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Fri Dec 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20210408-1mamba
|
|
- package created by autospec
|