80bbb76ec7
Update to build 19; Use more macros; Use ninja for faster build OBS-URL: https://build.opensuse.org/request/show/507934 OBS-URL: https://build.opensuse.org/package/show/games/widelands?expand=0&rev=36
147 lines
4.5 KiB
RPMSpec
147 lines
4.5 KiB
RPMSpec
#
|
|
# spec file for package widelands
|
|
#
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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 http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: widelands
|
|
Version: build19
|
|
Release: 0
|
|
Summary: Open source realtime-strategy game
|
|
License: GPL-2.0+
|
|
Group: Amusements/Games/Strategy/Other
|
|
Url: http://www.widelands.org
|
|
Source: https://launchpad.net/%{name}/%{version}/%{version}/+download/%{name}-%{version}-src.tar.bz2
|
|
Source1: %{name}.desktop
|
|
BuildRequires: SDL2_gfx-devel
|
|
BuildRequires: SDL2_image-devel
|
|
BuildRequires: SDL2_mixer-devel
|
|
BuildRequires: SDL2_net-devel
|
|
BuildRequires: SDL2_ttf-devel
|
|
BuildRequires: boost-devel
|
|
BuildRequires: cmake
|
|
BuildRequires: doxygen
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gettext
|
|
BuildRequires: glew-devel
|
|
BuildRequires: libicu-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libtiff-devel
|
|
BuildRequires: ninja
|
|
BuildRequires: optipng
|
|
BuildRequires: python-devel
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: zlib-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%if 0%{?suse_version} >= 1220
|
|
BuildRequires: lua51-devel
|
|
%else
|
|
BuildRequires: lua-devel
|
|
%endif
|
|
Requires: %{name}-data = %{version}
|
|
|
|
%description
|
|
Widelands is a free, open source real-time strategy game with singleplayer
|
|
campaigns and a multiplayer mode. The game was inspired by Settlers II
|
|
(Bluebyte) but has significantly more variety and depth to it. Still, it is
|
|
easy to get started through playable tutorials.
|
|
|
|
%package data
|
|
Summary: Data files for Widelands
|
|
Group: Amusements/Games/Strategy/Other
|
|
Requires: %{name} = %{version}
|
|
%if 0%{?suse_version} >= 1120
|
|
BuildArch: noarch
|
|
%endif
|
|
|
|
%description data
|
|
Data files for Widelands. Including localization, maps graphics and music.
|
|
|
|
%package debug
|
|
Summary: Debugging tools for Widelands
|
|
Group: Amusements/Games/Strategy/Other
|
|
|
|
%description debug
|
|
Additional debugging data for Widelands. This package is not needed for normal
|
|
operation.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}-src
|
|
#
|
|
sed -i '/wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Werror=uninitialized")/d' CMakeLists.txt
|
|
sed -i 's/\(install(TARGETS ${NAME} DESTINATION \)"."\( COMPONENT ExecutableFiles)\)/\1bin\2/' cmake/WlFunctions.cmake
|
|
|
|
%build
|
|
%{__mkdir_p} build/locale
|
|
%define __builder ninja
|
|
%cmake \
|
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
-DWL_INSTALL_PREFIX=%{_prefix} \
|
|
-DWL_INSTALL_BINDIR=bin \
|
|
-DWL_INSTALL_DATADIR=share/%{name} \
|
|
-DWL_INSTALL_LOCALEDIR=%{_datadir}/%{name}/locale \
|
|
-DCMAKE_BUILD_TYPE="Release" \
|
|
-DBoost_USE_STATIC_LIBS=OFF \
|
|
..
|
|
|
|
%make_jobs
|
|
|
|
%install
|
|
%cmake_install
|
|
for i in 16 32 48 64 128; do
|
|
install -D -m 0644 data/images/logos/wl-ico-${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
|
|
done
|
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
%suse_update_desktop_file %{name}
|
|
%fdupes %{buildroot}%{_datadir}
|
|
%find_lang %{name} --all-name
|
|
rm -f %{buildroot}%{_prefix}/{COPYING,CREDITS,ChangeLog,VERSION}
|
|
|
|
# No need to execute tests as they are already executed implicitly on install
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING CREDITS ChangeLog
|
|
%{_bindir}/%{name}
|
|
%dir %{_datadir}/icons/hicolor
|
|
%dir %{_datadir}/icons/hicolor/128x128
|
|
%dir %{_datadir}/icons/hicolor/128x128/apps
|
|
%dir %{_datadir}/icons/hicolor/16x16
|
|
%dir %{_datadir}/icons/hicolor/16x16/apps
|
|
%dir %{_datadir}/icons/hicolor/32x32
|
|
%dir %{_datadir}/icons/hicolor/32x32/apps
|
|
%dir %{_datadir}/icons/hicolor/48x48
|
|
%dir %{_datadir}/icons/hicolor/48x48/apps
|
|
%dir %{_datadir}/icons/hicolor/64x64
|
|
%dir %{_datadir}/icons/hicolor/64x64/apps
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%files data -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%dir %{_datadir}/%{name}
|
|
%dir %{_datadir}/%{name}/locale
|
|
%dir %{_datadir}/%{name}/locale/*
|
|
%dir %{_datadir}/%{name}/locale/*/LC_MESSAGES
|
|
%{_datadir}/%{name}/[^l]*
|
|
|
|
%files debug
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/wl_*
|
|
|
|
%changelog
|