update to 0.6.1 [release 0.6.1-1mamba;Sat Mar 06 2021]
This commit is contained in:
parent
aae33c3ad9
commit
a5cabca772
35
xmoto.spec
35
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 <ercole69@gmail.com>
|
||||
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 <silvan.calarco@mambasoft.it> 0.6.1-1mamba
|
||||
- update to 0.6.1
|
||||
|
||||
* Sun Oct 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.10-1mamba
|
||||
- update to 0.5.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user