diff --git a/neverball.spec b/neverball.spec index aed7785..dfda38c 100644 --- a/neverball.spec +++ b/neverball.spec @@ -1,5 +1,5 @@ Name: neverball -Version: 1.5.4 +Version: 1.6.0 Release: 1mamba Summary: Neverball is part puzzle game, part action game, and entirely a test of skill Group: Graphical Desktop/Applications/Games @@ -18,11 +18,12 @@ BuildRequires: glibc-devel BuildRequires: libGL-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel -BuildRequires: libSDL-devel -BuildRequires: libSDL_ttf-devel +BuildRequires: libSDL2-devel +BuildRequires: libSDL2_ttf-devel BuildRequires: libvorbis-devel BuildRequires: libX11-devel ## AUTOBUILDREQ-END +BuildRequires: libphysfs-devel BuildRequires: libSDL_mixer-devel >= 1.2.7 BuildRequires: libSDL_image-devel >= 1.2.5 @@ -32,7 +33,7 @@ Also found here is Neverputt, a hot-seat multiplayer miniature golf game using t %prep %setup -q -%patch0 -p1 +#%patch0 -p1 sed -i "s|CONFIG_DATA .*|CONFIG_DATA \"%{_datadir}/neverball/data\"|" share/base_config.h sed -i "s|CONFIG_LOCALE .*|CONFIG_LOCALE \"%{_datadir}/neverball/locale\"|" share/base_config.h @@ -64,9 +65,13 @@ cp -a locale %{buildroot}%{_datadir}/neverball/ %{_datadir}/applications/neverputt.desktop %dir %{_datadir}/neverball %{_datadir}/neverball/* -%doc CHANGES COPYING README +%doc LICENSE.md +#%doc CHANGES COPYING README %changelog +* Tue Jul 29 2014 Automatic Build System 1.6.0-1mamba +- automatic version update by autodist + * Mon Oct 15 2012 Automatic Build System 1.5.4-1mamba - automatic version update by autodist