69 lines
2.6 KiB
RPMSpec
69 lines
2.6 KiB
RPMSpec
Name: opengfx
|
|
Version: 0.5.5
|
|
Release: 1mamba
|
|
Summary: A set of base graphics for OpenTTD
|
|
Group: Applications/Games
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://wiki.openttd.org/OpenGFX_Readme
|
|
Source: http://bundles.openttdcoop.org/opengfx/releases/LATEST/opengfx-%{version}.zip
|
|
License: GPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
OpenGFX is a set of base graphics for OpenTTD and is the result of the 8bpp Graphics Replacement Project.
|
|
OpenGFX is an open source replacement for the original TTD graphics used by OpenTTD. The main goal of OpenGFX therefore is to provide a set of free base graphics which make it possible to play OpenTTD without requiring the (copyrighted) files from the TTD cd. This potentially increases the OpenTTD fanbase and makes it a true free game (with "free" as in both "free beer" and "open source").
|
|
The OpenGFX base graphics set is currently not complete yet, but is already very playable.
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
install -d %{buildroot}%{_datadir}/games/openttd/data/
|
|
cd %{buildroot}%{_datadir}/games/openttd/data/
|
|
unzip %SOURCE0
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_datadir}/games/openttd/data/opengfx-%{version}.tar
|
|
|
|
%changelog
|
|
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 0.5.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Feb 02 2016 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Jun 01 2015 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon May 26 2014 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Apr 11 2014 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jun 15 2013 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 07 2013 Automatic Build System <autodist@mambasoft.it> 0.4.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 23 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.4.4-1mamba
|
|
- update to 0.4.4
|
|
|
|
* Fri Jun 04 2010 Automatic Build System <autodist@mambasoft.it> 0.2.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Nov 26 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-1mamba
|
|
- package created by autospec
|