[xulrunner] - Fix filelist for secondary arches

Dan Horák sharkcz at fedoraproject.org
Wed Oct 22 15:13:40 UTC 2014


commit 8635c3cfa2a3e9ee3c388bccb1c33394d8270860
Author: Dan Horák <dan at danny.cz>
Date:   Wed Oct 22 17:13:39 2014 +0200

    - Fix filelist for secondary arches

 xulrunner.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 3c10cd6..eacea7c 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -78,7 +78,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        33.0
-Release:        1%{?pre_tag}%{?dist}
+Release:        2%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -526,7 +526,7 @@ fi
 %{mozappdir}/install_app.py
 %ghost %{mozappdir}/install_app.pyc
 %ghost %{mozappdir}/install_app.pyo
-%ifnarch %{arm}
+%ifarch %{ix86} x86_64
 %{mozappdir}/gmp-fake/*
 %endif
 
@@ -549,6 +549,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Oct 22 2014 Dan Horák <dan[at]danny.cz> - 33.0-2
+- Fix filelist for secondary arches
+
 * Thu Oct 16 2014 Martin Stransky <stransky at redhat.com> - 33.0-1
 - Update to 33.0
 


More information about the scm-commits mailing list