[glogg/el6] Exclude ppc64 architecture due to lack of qt4 package

dwrobel dwrobel at fedoraproject.org
Thu Apr 24 18:25:53 UTC 2014


commit 2ec92565ac0eab4907533f35d0e51ce8a6bdef99
Author: Damian Wrobel <dwrobel at ertelnet.rybnik.pl>
Date:   Thu Apr 24 20:25:47 2014 +0200

    Exclude ppc64 architecture due to lack of qt4 package

 glogg.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/glogg.spec b/glogg.spec
index 12d0b2a..6994ab4 100644
--- a/glogg.spec
+++ b/glogg.spec
@@ -1,6 +1,6 @@
 Name:          glogg
 Version:       0.9.2
-Release:       1%{?dist}
+Release:       2%{?dist}
 Group:         Applications/System
 Summary:       Smart interactive log explorer
 License:       GPLv3+
@@ -9,6 +9,8 @@ Source:        http://glogg.bonnefon.org/files/%{name}-%{version}.tar.gz
 # We're using python-markdown2
 # thus we need to rename markdown -> markdown2
 Patch0:        %{name}-python-markdown.patch
+# There is no qt4 package available
+ExcludeArch:   ppc64
 
 
 BuildRequires:  boost-devel
@@ -69,6 +71,9 @@ fi
 
 
 %changelog
+* Thu Apr 24 2014 Damian Wrobel <dwrobel at ertelnet.rybnik.pl> - 0.9.2-2
+- Exclude ppc64 architecture due to lack of qt4 package.
+
 * Thu Oct 10 2013 Damian Wrobel <dwrobel at ertelnet.rybnik.pl> - 0.9.2-1
 - update to the latest available version.
 


More information about the scm-commits mailing list