File simutrans-pak64.spec of Package simutrans-pak64
#
# spec file for package simutrans-pak64
#
# Copyright (c) 2020-2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: simutrans-pak64
Version: 124.3
Release: 0
Summary: Transport and Economic Simulation Game Assets
License: Artistic-1.0
Group: Amusements/Games/Strategy/Real Time
URL: http://sourceforge.net/projects/simutrans/
Source0: http://downloads.sourceforge.net/simutrans/simupak64-124-3.zip
Source1: http://downloads.sourceforge.net/simutrans/simupak64-addon-food-120-4.zip
BuildRequires: fdupes
BuildRequires: unzip
Requires: simutrans >= 124.3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Pak64 is the main and a base set for Simutrans developed along with Simutrans executable.
It always contains the most recent features. It is neatly painted pixel by pixel with
motherly care. On the other hand it might look too tiny on high resolution displays.
Many artists contributed to this pak set, from the 8 bit age on.
The optional food chain is included.
%prep
%setup -c -n simutrans
%setup -T -D -a 1 -c -n simutrans
%build
%install
mkdir -p %{buildroot}%{_datadir}/simutrans
cp -a simutrans/* %{buildroot}%{_datadir}/simutrans
%fdupes %{buildroot}%{_datadir}/simutrans
%files
%defattr(-, root, root)
%{_datadir}/simutrans
%changelog