[aisleriot] 3.1.92

Matthias Clasen mclasen at fedoraproject.org
Tue Sep 20 13:44:59 UTC 2011


commit 598a3b812eb3282f7ddba1b76627298fe2f9b57c
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Sep 20 09:37:14 2011 -0400

    3.1.92

 .gitignore     |    1 +
 aisleriot.spec |   22 +++++++++++++++++-----
 sources        |    2 +-
 3 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 43bd389..30f80e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /aisleriot-3.1.1.tar.xz
+/aisleriot-3.1.92.tar.xz
diff --git a/aisleriot.spec b/aisleriot.spec
index 7ff4024..44d5443 100644
--- a/aisleriot.spec
+++ b/aisleriot.spec
@@ -1,9 +1,9 @@
 
 Summary: A collection of card games
 Name:    aisleriot
-Version: 3.1.1
-Release: 2%{?dist}
-License: GPLv3+ and GFDL
+Version: 3.1.92
+Release: 1%{?dist}
+License: GPLv3+ and LGPLv3+ and GFDL
 Group:   Amusements/Games
 #VCS: git:git://git.gnome.org/aisleriot
 Source:  http://download.gnome.org/sources/aisleriot/3.1/aisleriot-%{version}.tar.xz
@@ -18,6 +18,7 @@ BuildRequires: libICE-devel
 BuildRequires: libSM-devel
 BuildRequires: gstreamer-devel
 BuildRequires: intltool
+BuildRequires: itstool
 BuildRequires: guile-devel
 BuildRequires: gnome-doc-utils
 BuildRequires: yelp-tools
@@ -46,7 +47,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/freecell.desktop
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/sol.desktop
 
-%find_lang %{name} --with-gnome
+%find_lang %{name}
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=736523
+echo "%%dir %%{_datadir}/help/C" >> aisleriot.lang
+echo "%%{_datadir}/help/C/%%{name}" >> aisleriot.lang
+for l in ca de el en_GB es eu fr oc ru sl sr sr at latin sv zh_CN; do
+  echo "%%dir %%{_datadir}/help/$l"
+  echo "%%lang($l) %%{_datadir}/help/$l/%%{name}"
+done >> aisleriot.lang
 
 %pre
 %gconf_schema_prepare aisleriot
@@ -70,7 +79,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING.GPL3 COPYING-DOCS
+%doc AUTHORS COPYING.GPL3 COPYING.LGPL3 COPYING.GFDL
 %{_bindir}/*
 %{_libdir}/aisleriot
 %{_datadir}/aisleriot
@@ -81,6 +90,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %{_mandir}/man6/sol.6.gz
 
 %changelog
+* Tue Sep 20 2011 Matthias Clasen <mclasen at redhat.com> - 3.1.92-1
+- Update to 3.1.92
+
 * Thu Sep  8 2011 Matthias Clasen <mclasen at redhat.com> - 3.1.1-2
 - Package review feedback
 
diff --git a/sources b/sources
index 2621a89..6baeff1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a85cb878c3876d8d00c2db5a0c504ac  aisleriot-3.1.1.tar.xz
+ece67486b336db36b37ece7ad8cf4c72  aisleriot-3.1.92.tar.xz


More information about the scm-commits mailing list