diff --git a/chromium-bsu.spec b/chromium-bsu.spec index 37435a8..b372806 100644 --- a/chromium-bsu.spec +++ b/chromium-bsu.spec @@ -1,6 +1,6 @@ Name: chromium-bsu Version: 0.9.15 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Fast paced, arcade-style, top-scrolling space shooter Group: Amusements/Games License: Artistic clarified @@ -8,8 +8,7 @@ URL: http://chromium-bsu.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRequires: desktop-file-utils SDL-devel alsa-lib-devel libvorbis-devel BuildRequires: SDL_image-devel libpng-devel libglpng-devel quesoglc-devel -BuildRequires: openal-soft-devel freealut-devel >= 1.1.0-10 gettext-devel -BuildRequires: libtool +BuildRequires: openal-soft-devel freealut-devel >= 1.1.0-10 Requires: hicolor-icon-theme %description @@ -21,7 +20,6 @@ vessel. This is an OpenGL-based shoot 'em up game with fine graphics. %prep %setup -q -autoreconf -i -f %build @@ -30,7 +28,7 @@ make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install cp -a AUTHORS README COPYING NEWS \ $RPM_BUILD_ROOT%{_docdir}/%{name} # Put icon in the new fdo location @@ -63,6 +61,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri May 10 2013 Hans de Goede - 0.9.15-6 +- 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 + * Wed May 1 2013 Hans de Goede - 0.9.15-5 - run autoreconf for aarch64 support (rhbz#925222)