2024-01-06 08:15:41 +01:00
|
|
|
Name: opensfx
|
2024-01-06 08:15:41 +01:00
|
|
|
Version: 1.0.3
|
2024-01-06 08:15:41 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A set of base sound effects for OpenTTD
|
|
|
|
Group: Applications/Games
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 08:15:41 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:15:41 +01:00
|
|
|
URL: http://bundles.openttdcoop.org/opensfx/
|
2024-01-06 08:15:41 +01:00
|
|
|
Source: https://cdn.openttd.org/opensfx-releases/%{version}/opensfx-%{version}-all.zip
|
|
|
|
#Source: https://github.com/OpenTTD/OpenSFX.git/%{version}/OpenSFX-%{version}.tar.bz2
|
|
|
|
#Source: http://bundles.openttdcoop.org/opensfx/releases/opensfx-%{version}.zip
|
2024-01-06 08:15:41 +01:00
|
|
|
License: GPL
|
2024-01-06 08:15:41 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:15:41 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
OpenSFX is a set of base sounds effects for OpenTTD.
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 08:15:41 +01:00
|
|
|
%setup -q -c
|
|
|
|
tar -xf opensfx-%{version}.tar
|
2024-01-06 08:15:41 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 08:15:41 +01:00
|
|
|
|
|
|
|
cd opensfx-%{version}
|
|
|
|
install -d -m0755 %{buildroot}%{_datadir}/games/openttd/data
|
|
|
|
|
|
|
|
cp opensfx.* %{buildroot}%{_datadir}/games/openttd/data/
|
2024-01-06 08:15:41 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 08:15:41 +01:00
|
|
|
%{_datadir}/games/openttd/data/*.obs
|
|
|
|
%{_datadir}/games/openttd/data/*.cat
|
|
|
|
%doc opensfx-%{version}/license.txt
|
2024-01-06 08:15:41 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:15:41 +01:00
|
|
|
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
|
|
|
|
- update to 1.0.3
|
|
|
|
|
2024-01-06 08:15:41 +01:00
|
|
|
* Mon Apr 23 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.2.3-1mamba
|
|
|
|
- package created by autospec
|