public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bear] epel10: add if condition due ppc64le build problem
@ 2026-07-11 2:31 Martin Gansser
0 siblings, 0 replies; only message in thread
From: Martin Gansser @ 2026-07-11 2:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bear
Branch : epel10
Commit : 164cd34169b0e9fc07e4d275dce6cc69f7ee8c3d
Author : Martin Gansser <mgansser@alice.de>
Date : 2016-12-27T08:23:10+01:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bear/c/164cd34169b0e9fc07e4d275dce6cc69f7ee8c3d?branch=epel10
Log:
add if condition due ppc64le build problem
---
diff --git a/bear.spec b/bear.spec
index a294857..dc08462 100644
--- a/bear.spec
+++ b/bear.spec
@@ -4,13 +4,16 @@
Name: bear
Version: 0.7.0
-Release: 0.7git%{shortcommit0}%{?dist}
+Release: 0.8git%{shortcommit0}%{?dist}
Summary: Game engine and editors dedicated to creating great 2D games
License: GPLv3+ and CC-BY-SA
URL: https://github.com/j-jorge/bear
Source0: https://github.com/j-jorge/bear/archive/%{commit0}/%{name}-%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
-ExcludeArch: ppc64 ppc64le
+# Build is broken on ppc64le
+%if 0%{?fedora} >= 26
+ExcludeArch: ppc64le
+%endif
BuildRequires: boost-devel
BuildRequires: cmake
@@ -154,8 +157,10 @@ fi
%changelog
+* Tue Dec 27 2016 Martin Gansser <martinkg@fedoraproject.org> - 0.7.0-0.8gitac6be8b
+- add if condition due ppc64le build problem
+
* Fri Dec 23 2016 Martin Gansser <martinkg@fedoraproject.org> - 0.7.0-0.7gitac6be8b
-- add ExcludeArch: ppc64 ppc64le
- change to -DCMAKE_SKIP_RPATH:BOOL=ON
- obsolete chrpath command
- convert docbook2man filename taken from .sgml file to lowercase
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-11 2:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 2:31 [rpms/bear] epel10: add if condition due ppc64le build problem Martin Gansser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox