Blob Blame History Raw
Name:           iagno
Version:        3.7.4
Release:        1%{?dist}
Summary:        GNOME Reversi game

License:        GPLv2+ and GFDL
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

%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
* Sat Feb  9 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
- Initial packaging of standalone iagno