From a5cabca772becdc74209b04e0513146a826a2524 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:46:43 +0100 Subject: [PATCH] update to 0.6.1 [release 0.6.1-1mamba;Sat Mar 06 2021] --- xmoto.spec | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/xmoto.spec b/xmoto.spec index 9f1cbe5..0a80f6c 100644 --- a/xmoto.spec +++ b/xmoto.spec @@ -1,13 +1,14 @@ Name: xmoto -Version: 0.5.10 +Version: 0.6.1 Release: 1mamba Summary: A nice 2D motocross game Group: Graphical Desktop/Applications/Games Vendor: openmamba Distribution: openmamba Packager: Ercole 'ercolinux' Carpanetto -URL: http://xmoto.tuxfamily.org/index.php?page=news -Source: http://download.tuxfamily.org/xmoto/xmoto/%{version}/xmoto-%{version}-src.tar.gz +URL: https://xmoto.tuxfamily.org/ +Source: https://github.com/xmoto/xmoto.git/%{version}/xmoto-%{version}.tar.bz2 +#Source: http://download.tuxfamily.org/xmoto/xmoto/%{version}/xmoto-%{version}-src.tar.gz Source2: xmoto.desktop Source3: xmoto-icon.png Patch0: xmoto-0.5.3-libpng14.patch @@ -38,22 +39,27 @@ BuildRequires: libz-devel %description xmoto is a nice 2D motocross game, where phisics rules are very strong +%debug_package + %prep %setup -q -n %{name}-%{version} -#%patch0 -p1 -%patch1 -p0 +#%patch1 -p0 %build -%configure --with-enable-zoom=1 -# Workarounf -sed -i "s|llua|llua5.1|" Makefile src/Makefile +%cmake -d build + +## Workaround +#sed -i "s|llua|llua5.1|" Makefile src/Makefile + %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -install -D %{SOURCE2} %{buildroot}%{_datadir}/applications/xmoto.desktop -install -D %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/xmoto.png +%makeinstall -C build + +#install -D %{SOURCE2} %{buildroot}%{_datadir}/applications/xmoto.desktop +#install -D %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/xmoto.png + %find_lang %{name} %clean @@ -62,7 +68,7 @@ install -D %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/xmoto.png %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/xmoto -%{_datadir}/pixmaps/xmoto.png +%{_datadir}/pixmaps/xmoto.xpm %dir %{_datadir}/xmoto %dir %{_datadir}/xmoto/Textures %dir %{_datadir}/xmoto/Textures/Fonts @@ -74,10 +80,13 @@ install -D %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/xmoto.png %{_datadir}/xmoto/xmoto_icone_x.ico %{_datadir}/applications/xmoto.desktop %{_mandir}/man6/xmoto.6* -%doc AUTHORS COPYING +%doc COPYING #ChangeLog NEWS README TODO %changelog +* Sat Mar 06 2021 Silvan Calarco 0.6.1-1mamba +- update to 0.6.1 + * Sun Oct 20 2013 Silvan Calarco 0.5.10-1mamba - update to 0.5.10