[four-in-a-row] Update to 3.11.90. Add license for the new theme

Yanko Kaneti yaneti at fedoraproject.org
Mon Feb 17 23:13:16 UTC 2014


commit 9576dd7fcd776a3ef70bdea708195c3a321b7fa8
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Tue Feb 18 01:04:21 2014 +0200

    Update to 3.11.90. Add license for the new theme

 .gitignore         |    2 ++
 four-in-a-row.spec |   16 +++++++++++-----
 sources            |    3 ++-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 948ac33..c141c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@
 /four-in-a-row-3.10.0.tar.xz
 /four-in-a-row-3.10.1.tar.xz
 /four-in-a-row-3.11.3.tar.xz
+/COPYING.faenza-themes
+/four-in-a-row-3.11.90.tar.xz
diff --git a/four-in-a-row.spec b/four-in-a-row.spec
index 6088ca8..c084a2a 100644
--- a/four-in-a-row.spec
+++ b/four-in-a-row.spec
@@ -1,13 +1,15 @@
 %global icon_themes    hicolor HighContrast
 
 Name:           four-in-a-row
-Version:        3.11.3
+Version:        3.11.90
 Release:        1%{?dist}
 Summary:        GNOME Four-in-a-row game
 
-License:        GPLv2+ and GFDL
+License:        GPLv2+ and GFDL and GPLv3+
 URL:            https://wiki.gnome.org/Apps/Four-in-a-row
 Source0:        http://download.gnome.org/sources/four-in-a-row/3.11/four-in-a-row-%{version}.tar.xz
+# https://bugzilla.gnome.org/show_bug.cgi?id=724586
+Source1:        https://git.gnome.org/browse/four-in-a-row/plain/COPYING.faenza-themes
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool
@@ -27,6 +29,7 @@ of his or her own.
 
 %prep
 %setup -q
+cp -av %{SOURCE1} .
 
 %build
 %configure
@@ -36,7 +39,7 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnect.desktop
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/four-in-a-row.desktop
 
 %find_lang %{name} --all-name --with-gnome
 
@@ -65,10 +68,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %files -f %{name}.lang
-%doc COPYING
+%doc COPYING COPYING.faenza-themes
 %{_bindir}/four-in-a-row
 %{_datadir}/appdata/four-in-a-row.appdata.xml
-%{_datadir}/applications/gnect.desktop
+%{_datadir}/applications/four-in-a-row.desktop
 %{_datadir}/four-in-a-row
 %{_datadir}/glib-2.0/schemas/org.gnome.four-in-a-row.gschema.xml
 %{_datadir}/icons/HighContrast/*/apps/four-in-a-row.*
@@ -77,6 +80,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Mon Feb 17 2014 Yanko Kaneti <yaneti at declera.com> - 3.11.90-1
+- Update to 3.11.90. Add license for the new theme.
+
 * Mon Dec 16 2013 Yanko Kaneti <yaneti at declera.com> - 3.11.3-1
 - Update to 3.11.3. New url.
 
diff --git a/sources b/sources
index 8cd227e..9bfc2d2 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-113819dff0a6d97c83e3d0355cf70266  four-in-a-row-3.11.3.tar.xz
+d32239bcb673463ab874e80d47fae504  COPYING.faenza-themes
+046b064fa1f1e91cefb3fbab4a4e4c64  four-in-a-row-3.11.90.tar.xz


More information about the scm-commits mailing list