diff --git a/adanaxisgpl.spec b/adanaxisgpl.spec index 0732113..0acf962 100644 --- a/adanaxisgpl.spec +++ b/adanaxisgpl.spec @@ -1,7 +1,7 @@ Summary: Action game in four spatial dimensions Name: adanaxisgpl Version: 1.2.5 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv2 Group: Amusements/Games URL: http://www.mushware.com/ @@ -17,7 +17,6 @@ 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 @@ -39,7 +38,6 @@ Shading Language. %patch0 -p1 %patch1 -p1 %patch2 -p1 -autoreconf -f -i %build @@ -49,22 +47,9 @@ make %{?_smp_mflags} # Build .desktop files cat > %{name}.desktop < %{name}-recover.desktop </dev/null || : %files %doc COPYING README ChangeLog AUTHORS -%{_bindir}/* +%{_bindir}/%{name} %{_datadir}/%{name} -%{_datadir}/applications/* +%{_datadir}/applications/*%{name}.desktop %{_datadir}/icons/hicolor/16x16/apps/%{name}.png %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/icons/hicolor/48x48/apps/%{name}.png @@ -119,6 +104,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri May 10 2013 Hans de Goede - 1.2.5-16 +- Remove no longer needed autoreconf call, %%configure from redhat-rpm-config + >= 9.1.0-42 updates config.guess and config.sub for new architecture support +- Remove vendor prefix from desktop files in F19+ +- Drop recovery .desktop file, this just clutters the menu, and can be done + from the cmdline if needed + * Mon Apr 29 2013 Hans de Goede - 1.2.5-15 - Run autoreconf for aarch64 support (rhbz#924970) - Use xdg-open to open game manual