[xulrunner] Fixed missing libxpcom.so provides

Martin Stransky stransky at fedoraproject.org
Wed Jan 9 14:10:55 UTC 2013


commit 7df449fd97b41209ecc0e6dbaa5d43615e58c624
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Wed Jan 9 15:10:47 2013 +0100

     Fixed missing libxpcom.so provides

 xulrunner.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 7549c6d..9928674 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -75,7 +75,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        18.0
-Release:        5%{?pre_tag}%{?dist}
+Release:        6%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -425,6 +425,9 @@ EOF
 # Install xpcshell
 %{__cp} objdir/dist/bin/xpcshell $RPM_BUILD_ROOT/%{mozappdir}
 
+# Fix libxpcom.so rights
+chmod 755 $RPM_BUILD_ROOT/%{mozappdir}/libxpcom.so
+
 # Install run-mozilla.sh
 %{__cp} objdir/dist/bin/run-mozilla.sh $RPM_BUILD_ROOT/%{mozappdir}
 
@@ -504,6 +507,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Jan 9 2013 Martin Stransky <stransky at redhat.com> - 18.0-6
+- Fixed missing libxpcom.so provides
+
 * Wed Jan 9 2013 Martin Stransky <stransky at redhat.com> - 18.0-5
 - Added fix for langpacks
 


More information about the scm-commits mailing list