[packages/blobby2] - bundled tinyxml2 breaks this package
baggins
baggins at pld-linux.org
Thu May 28 00:14:58 CEST 2026
commit f03e3b6de2271f87cfb5001eaba5fd56f120dad0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu May 28 00:14:35 2026 +0200
- bundled tinyxml2 breaks this package
blobby2.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/blobby2.spec b/blobby2.spec
index 5a3af58..fec57d1 100644
--- a/blobby2.spec
+++ b/blobby2.spec
@@ -2,7 +2,8 @@ Summary: Blobby Volley 2 game
Summary(pl.UTF-8): Gra Blobby Volley 2
Name: blobby2
Version: 1.1.1
-Release: 4
+# TODO: Unbundle tinyxml2 and lua
+Release: 4.1
License: GPL v2
Group: X11/Applications/Games
Source0: https://github.com/danielknobe/blobbyvolley2/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -15,6 +16,7 @@ BuildRequires: boost-devel
BuildRequires: cmake >= 3.7
BuildRequires: physfs-devel
BuildRequires: rpmbuild(macros) >= 1.605
+BuildRequires: tinyxml2-devel
Requires(post,postun): desktop-file-utils
Requires(post,postun): gtk-update-icon-cache
Requires(post,postun): hicolor-icon-theme
@@ -41,6 +43,9 @@ Dedykowany serwer gry Blobby Volley 2.
%setup -q -n blobbyvolley2-%{version}
%patch -P0 -p1
+%{__rm} -r deps/lua
+%{__rm} -r deps/tinyxml
+
%build
install -d build
cd build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/blobby2.git/commitdiff/f03e3b6de2271f87cfb5001eaba5fd56f120dad0
More information about the pld-cvs-commit
mailing list