Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
plee-the-bear
plee-the-bear.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File plee-the-bear.spec of Package plee-the-bear
# # spec file for package plee-the-bear # # Copyright (c) 2024 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/ # %define bear_ver 0.0.0.git20200220 Name: plee-the-bear Version: 0.7.1 Release: 0 Summary: Plee the Bear, a 2D platform game License: GPL-3.0-only Group: Amusements/Games/Other URL: https://github.com/j-jorge/plee-the-bear Source0: https://github.com/j-jorge/plee-the-bear/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: bear-%{bear_ver}.tar.xz Source2: CMakeLists.txt # PATCH-FIX-UPSTREAM ptb-boost-placeholders.patch Patch0: ptb-boost-placeholders.patch # PATCH-FIX-UPSTREAM bear-fix-building-with-boost-1.85.patch - fix building with boost-1.85 Patch1: bear-fix-building-with-boost-1.85.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: libboost_filesystem-devel BuildRequires: libboost_regex-devel BuildRequires: libboost_system-devel BuildRequires: libboost_test-devel BuildRequires: libboost_thread-devel BuildRequires: libclaw-devel >= 1.7.0 BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libxslt-tools BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: wxWidgets-devel BuildRequires: pkgconfig(SDL2_mixer) # Cmake suggests it but "parser error" will be got. BuildConflicts: docbook2x %description Plee the Bear is a 2D platform game like those found on consoles in the beginning of the 1990s. The storyline centeres around an angry bear whose son has been kidnapped by God. %package data Summary: Game data files for "Plee the Bear" License: CC-BY-SA-3.0 Group: Amusements/Games/Other Requires: %{name} = %{version} BuildArch: noarch %description data Plee the Bear is a 2D platform game like those found on consoles in the beginning of the 1990s. The storyline centeres around an angry bear whose son has been kidnapped by God. This subpackage contains the game data files. %prep %setup -q -D -T -c -n bear-project -a0 %setup -q -T -D -n bear-project -a1 cp %{SOURCE2} ./ %patch -P 0 -p1 # Patch1 is only needed for openSUSE Tumbleweed %if 0%{?suse_version} > 1600 %patch -P 1 -p1 %endif %build mv %{name}-%{version} %{name} mv bear-%{bear_ver} bear %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -Wno-dev \ -DPTB_INSTALL_CUSTOM_LIBRARY_DIR=%{_lib}/%{name} \ -DBEAR_ENGINE_INSTALL_LIBRARY_DIR=%{_lib}/%{name} \ -DBEAR_EDITORS_ENABLED=False %cmake_build %install %cmake_install # Move appdata to metainfo dir mkdir -p %{buildroot}%{_datadir}/metainfo mv %{buildroot}%{_datadir}/appdata/* %{buildroot}%{_datadir}/metainfo/ # Translations %find_lang %{name} %find_lang bear-engine cat bear-engine.lang >>%{name}.lang %suse_update_desktop_file -r plee-the-bear 'Game;ArcadeGame;' # W: non-executable-script chmod +x %{buildroot}%{_datadir}/%{name}/gfx/title_screen/mk.sh chmod +x %{buildroot}%{_datadir}/%{name}/gfx/forest/bk/*/mk.sh %fdupes -s %{buildroot}%{_datadir} %files %{_bindir}/%{name} %{_libdir}/%{name} %doc %{name}/README.md %license %{name}/LICENSE %{name}/license/GPL %{_datadir}/applications/%{name}.desktop %{_datadir}/metainfo/%{name}.appdata.xml %files data -f %{name}.lang %license %{name}/license/CCPL %{_datadir}/%{name} %dir %{_datadir}/bear-factory %{_datadir}/bear-factory/%{name} %{_datadir}/icons/hicolor/*/apps/ptb.png %{_datadir}/pixmaps/ptb.* %{_datadir}/cmake/bear-engine %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor