commit ace7c7b1502f070e4f33175f83352656a86422cb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu May 4 00:15:25 2017 +0100
Author ask to build this:
https://github.com/stella-emu/stella/issues/117
should support ppc64 and ppc64le arches.
Drop all patches, they are upstreamed.
.gitignore | 1 +
sources | 2 +-
stella.spec | 23 +++++++++++++----------
3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a96a99..036999f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ stella-4.6.7-src.tar.gz
stella-4.7.1-src.tar.xz
stella-4.7.2-src.tar.xz
/stella-4.7.3-src.tar.xz
+/stella-5.0.0-pre7.tar.gz
diff --git a/sources b/sources
index ed98226..639dffe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-898578ee405430815e12374f191e9b51 stella-4.7.3-src.tar.xz
+e6baf9448589373c155a264fe2907bd0 stella-5.0.0-pre7.tar.gz
diff --git a/stella.spec b/stella.spec
index 7f8f931..4b7739b 100644
--- a/stella.spec
+++ b/stella.spec
@@ -1,15 +1,15 @@
+%global prerel pre7
Name: stella
-Version: 4.7.3
-Release: 3%{?dist}
+Version: 5.0.0
+Release: 0.1%{?prerel:.%{prerel}}%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
Group: Applications/Emulators
URL:
https://stella-emu.github.io/
-Source0:
https://github.com/stella-emu/%{name}/releases/download/release-%{version...
-Patch0: %{name}-4.7.3-gcc7.patch
-Patch1: 1dd8c04f6813779e509fa7427b06bbc47d408329.patch
+#Source0:
https://github.com/stella-emu/%{name}/releases/download/release-%{version...
+Source0:
https://github.com/stella-emu/%{name}/archive/%{version}%{?prerel:-%{prer...
-ExcludeArch: ppc64 ppc64le
+#ExcludeArch: %{power64}
BuildRequires: libpng-devel zlib-devel bison SDL2-devel
BuildRequires: desktop-file-utils
@@ -32,10 +32,8 @@ Stella is now DonationWare. Please help to encourage further Stella
development
by considering a contribution.
%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-rm -rf src/zlib src/libpng
+%setup -q -n %{name}-%{version}%{?prerel:-%{prerel}}
+rm -r src/zlib src/libpng
sed -i "s/-c -s -m/-m/" Makefile
@@ -82,6 +80,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||
:
%changelog
+* Wed May 03 2017 Sérgio Basto <sergio(a)serjux.com> - 5.0.0-0.1.pre7
+- Author ask to build this:
https://github.com/stella-emu/stella/issues/117
+ should support ppc64 and ppc64le arches.
+- Drop all patches, they are upstreamed.
+
* Mon Apr 17 2017 Andrea Musuruane <musuruan(a)gmail.com> - 4.7.3-3
- Fix FTBFS with gcc7
- Updated URL and Source0