diff --git a/.gitignore b/.gitignore index a51652a..0dfc085 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /aisleriot-3.10.2.tar.xz /aisleriot-3.12.0.tar.xz /aisleriot-3.12.1.tar.xz +/aisleriot-3.13.90.tar.xz diff --git a/aisleriot.spec b/aisleriot.spec index 980abd5..cd49a12 100644 --- a/aisleriot.spec +++ b/aisleriot.spec @@ -1,13 +1,13 @@ Summary: A collection of card games Name: aisleriot -Version: 3.12.1 -Release: 3%{?dist} +Version: 3.13.90 +Release: 1%{?dist} Epoch: 1 License: GPLv3+ and LGPLv3+ and GFDL Group: Amusements/Games #VCS: git:git://git.gnome.org/aisleriot -Source: http://download.gnome.org/sources/aisleriot/3.12/aisleriot-%{version}.tar.xz +Source: http://download.gnome.org/sources/aisleriot/3.13/aisleriot-%{version}.tar.xz URL: http://live.gnome.org/Aisleriot BuildRequires: glib2-devel @@ -44,6 +44,10 @@ make install DESTDIR=$RPM_BUILD_ROOT # Omit the valgrind suppression file; only for use during development rm $RPM_BUILD_ROOT%{_libdir}/valgrind/aisleriot.supp +# Correct the appdata file name; has to match with the desktop file name +mv $RPM_BUILD_ROOT%{_datadir}/appdata/aisleriot.appdata.xml \ + $RPM_BUILD_ROOT%{_datadir}/appdata/sol.appdata.xml + desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/sol.desktop %find_lang %{name} --with-gnome @@ -75,6 +79,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %{_libdir}/aisleriot %{_libexecdir}/aisleriot/ %{_datadir}/aisleriot +%{_datadir}/appdata/sol.appdata.xml %{_datadir}/applications/sol.desktop %{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/icons/HighContrast/*/apps/*.svg @@ -83,6 +88,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %{_mandir}/man6/sol.6.gz %changelog +* Tue Aug 19 2014 Kalev Lember - 1:3.13.90-1 +- Update to 3.13.90 + * Fri Aug 15 2014 Fedora Release Engineering - 1:3.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 79914b1..9b7660c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -439d677774ffbefda6290972b48c9235 aisleriot-3.12.1.tar.xz +ead35bbaefdff01ce6b808f907836471 aisleriot-3.13.90.tar.xz