[cinnamon] Remove ExcludeArch for ARM

leigh123linux leigh123linux at fedoraproject.org
Tue Sep 24 14:30:41 UTC 2013


commit 80ae94fc02f0488e20aaa57a06be4b60070819a5
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Sep 24 15:30:22 2013 +0100

    Remove ExcludeArch for ARM

 cinnamon.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/cinnamon.spec b/cinnamon.spec
index 4f8e12b..e026d4e 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -2,11 +2,10 @@
 
 Name:           cinnamon
 Version:        1.9.2
-Release:        0.24.git%{_internal_version}%{?dist}
+Release:        0.25.git%{_internal_version}%{?dist}
 Summary:        Window management and application launching for GNOME
 License:        GPLv2+ and LGPLv2+
 URL:            http://cinnamon.linuxmint.com 
-ExcludeArch:    armv7hl
 #Because linuxmint upstream refuses to host pristine upstream tarballs
 # To generate tarball
 # wget https://github.com/linuxmint/Cinnamon/archive/%%{version}.tar.gz -O cinnamon-%%{version}.tar.gz
@@ -99,7 +98,9 @@ Requires:       python-lxml
 Requires:       gnome-python2-gconf
 Requires:       python-pillow
 Requires:       PyPAM
+%ifarch x86_64 i686
 Requires:       python-pexpect
+%endif
 Requires:       opencv-python
 Requires:       cinnamon-control-center
 Requires:       cinnamon-screensaver
@@ -205,6 +206,10 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Tue Sep 24 2013 Leigh Scott <leigh123linux at googlemail.com> - 1.9.2-0.25.git8a53cfb
+- Remove ExcludeArch for ARM
+- remove the python-pexpect requires for ARM
+
 * Sat Sep 21 2013 Leigh Scott <leigh123linux at googlemail.com> - 1.9.2-0.24.git8a53cfb
 - patch to add input-source switching keybindings
 


More information about the scm-commits mailing list