[xmoto] Lua 5.1.

Jon Ciesla limb at fedoraproject.org
Fri Mar 28 15:05:37 UTC 2014


commit a134dba9a6b9f70efa5c7ad856b520d7f63bf06a
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Mar 28 10:02:54 2014 -0500

    Lua 5.1.

 xmoto.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/xmoto.spec b/xmoto.spec
index 959c831..f1ccda3 100644
--- a/xmoto.spec
+++ b/xmoto.spec
@@ -1,6 +1,6 @@
 Name:		xmoto
 Version:	0.5.10
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Challenging 2D Motocross Platform Game
 
 Group:		Amusements/Games
@@ -29,7 +29,7 @@ BuildRequires:	SDL_mixer-devel
 BuildRequires:	SDL_ttf-devel
 BuildRequires:	curl-devel
 BuildRequires:	ode-devel
-BuildRequires:	lua-devel
+BuildRequires:	compat-lua-devel
 BuildRequires:	libGL-devel
 BuildRequires:	libGLU-devel
 BuildRequires:	libjpeg-devel
@@ -39,6 +39,7 @@ BuildRequires:	sqlite-devel
 BuildRequires:	SDL_net-devel
 BuildRequires:	libxdg-basedir-devel
 BuildRequires:	libxml2-devel
+BuildRequires:	pkgconfig autoconf automake libtool
 %if "0%{?dist}" == "0.fc10"
 Requires: dejavu-fonts
 %else
@@ -86,7 +87,8 @@ chmod -x src/*/*/*.cpp
 chmod -x src/*/*/*.h
 
 %build
-%configure --with-enable-zoom=1
+autoreconf -if
+CXXFLAGS=`pkg-config lua-5.1 --cflags` LDFLAGS=`pkg-config lua-5.1 --libs` %configure
 make %{_smp_mflags}
 
 
@@ -126,6 +128,10 @@ fi
 %{_mandir}/man6/xmoto.6.gz
 
 %changelog
+* Fri Mar 28 2014 Jon Ciesla <limburgher at gmail.com> 0.5.10-9
+- Move back to 5.1 to fix level problems, BZ 1071558.
+- Fix changelog date.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.10-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -186,7 +192,7 @@ fi
 * Mon Dec 07 2009 Jon Ciesla <limb at jcomserv.net> 0.5.2-1.1
 - EVR bump for fix CVS tagging snafu.
 
-* Tue Dec 06 2009 Howard Liberty <liberty at live.com> 0.5.2-1
+* Sun Dec 06 2009 Howard Liberty <liberty at live.com> 0.5.2-1
 - New upstream.
 - Add x86-64 patch so it can be compiled in x86-64 enviroment.
 


More information about the scm-commits mailing list