Name: iagno Version: 3.7.4 Release: 2%{?dist} Summary: GNOME Reversi game License: GPLv2+ and CC-BY-SA URL: http://live.gnome.org/Iagno Source0: http://download.gnome.org/sources/iagno/3.7/iagno-%{version}.tar.xz # https://bugzilla.gnome.org/show_bug.cgi?id=693498 Patch0: iagno-keywords.patch BuildRequires: glib2-devel BuildRequires: gtk3-devel BuildRequires: librsvg2-devel BuildRequires: libcanberra-devel BuildRequires: intltool BuildRequires: itstool BuildRequires: desktop-file-utils Obsoletes: gnome-games-iagno < 1:3.7.4 %description The GNOME version of Reversi. The goal is to control the most disks on the board. %prep %setup -q %patch0 -p1 %build %configure make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/iagno.desktop %find_lang %{name} --with-gnome %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ]; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %files -f %{name}.lang %doc COPYING %{_bindir}/iagno %{_datadir}/applications/iagno.desktop %{_datadir}/glib-2.0/schemas/org.gnome.iagno.gschema.xml %{_datadir}/iagno/iagno.ui %{_datadir}/iagno/sounds/flip-piece.ogg %{_datadir}/iagno/sounds/gameover.ogg %{_datadir}/iagno/themes/black_and_white.svg %{_datadir}/iagno/themes/sun_and_star.svg %{_datadir}/icons/hicolor/*/apps/iagno.png %{_mandir}/man6/iagno.6* %changelog * Wed Mar 27 2013 Kalev Lember - 3.7.4-2 - Update the documentation license as per the new package review (#910401) - Add obsoletes for gnome-games-iagno * Sat Feb 9 2013 Matthias Clasen - 3.7.4-1 - Initial packaging of standalone iagno