[adanaxisgpl] Run autoreconf for aarch64 support (rhbz#924970)

Hans de Goede jwrdegoede at fedoraproject.org
Mon Apr 29 14:16:42 UTC 2013


commit 2fc5f6caa2b5920d433645b32e13c27bd9bd5408
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon Apr 29 16:20:31 2013 +0200

    Run autoreconf for aarch64 support (rhbz#924970)
    
    - Use xdg-open to open game manual

 adanaxisgpl-1.2.5-xdg-open.patch |   10 ++++++++++
 adanaxisgpl.spec                 |   10 +++++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/adanaxisgpl-1.2.5-xdg-open.patch b/adanaxisgpl-1.2.5-xdg-open.patch
new file mode 100644
index 0000000..24eedae
--- /dev/null
+++ b/adanaxisgpl-1.2.5-xdg-open.patch
@@ -0,0 +1,10 @@
+--- adanaxisgpl-1.2.5/src/Platform/X11/PlatformMiscUtils.cpp~	2013-04-29 16:15:54.000000000 +0200
++++ adanaxisgpl-1.2.5/src/Platform/X11/PlatformMiscUtils.cpp	2013-04-29 16:16:29.356741339 +0200
+@@ -429,6 +429,7 @@ PlatformMiscUtils::LaunchURL(const strin
+     {
+         browserCommands.push_back(browserVar);
+     }
++    browserCommands.push_back("xdg-open");
+     browserCommands.push_back("kfmclient openURL");
+     browserCommands.push_back("galeon --new-window");
+     browserCommands.push_back("opera -newbrowser");
diff --git a/adanaxisgpl.spec b/adanaxisgpl.spec
index 50331ba..0732113 100644
--- a/adanaxisgpl.spec
+++ b/adanaxisgpl.spec
@@ -1,13 +1,14 @@
 Summary:        Action game in four spatial dimensions
 Name:           adanaxisgpl
 Version:        1.2.5
-Release:        14%{?dist}
+Release:        15%{?dist}
 License:        GPLv2
 Group:          Amusements/Games
 URL:            http://www.mushware.com/
 Source0:        http://www.mushware.com/files/%{name}-1.2.5.tar.gz
 Patch0:         adanaxisgpl-1.2.5-const.patch
 Patch1:         adanaxisgpl-1.2.5-gcc47.patch
+Patch2:         adanaxisgpl-1.2.5-xdg-open.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  freeglut-devel
 BuildRequires:  expat-devel
@@ -16,6 +17,7 @@ BuildRequires:  libtiff-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  pcre-devel
 BuildRequires:  SDL_mixer-devel
+BuildRequires:  libtool
 
 %description
 Adanaxis is a fast-moving first person shooter set in deep space, where the
@@ -36,6 +38,8 @@ Shading Language.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+autoreconf -f -i
 
 
 %build
@@ -115,6 +119,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Apr 29 2013 Hans de Goede <hdegoede at redhat.com> - 1.2.5-15
+- Run autoreconf for aarch64 support (rhbz#924970)
+- Use xdg-open to open game manual
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.5-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list