[xulrunner/f15] More build fixes

Martin Stransky stransky at fedoraproject.org
Tue Jul 17 12:23:37 UTC 2012


commit 06cf9cd3b78b65ec8475dabf4389fd7d6f4d414c
Author: Martin Stransky <stransky at redhat.com>
Date:   Tue Jul 17 14:23:23 2012 +0200

    More build fixes

 xulrunner.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 2bdb8a2..2235e2e 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -73,7 +73,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        14.0.1
-Release:        2%{?pre_tag}%{?dist}
+Release:        3%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -427,6 +427,9 @@ EOF
 # Install xpcshell
 %{__cp} objdir/dist/bin/xpcshell $RPM_BUILD_ROOT/%{mozappdir}
 
+# Install run-mozilla.sh
+%{__cp} objdir/dist/bin/run-mozilla.sh $RPM_BUILD_ROOT/%{mozappdir}
+
 # Use the system hunspell dictionaries
 %{__rm} -rf ${RPM_BUILD_ROOT}%{mozappdir}/dictionaries
 ln -s %{_datadir}/myspell ${RPM_BUILD_ROOT}%{mozappdir}/dictionaries
@@ -472,6 +475,7 @@ fi
 %{mozappdir}/plugins
 %{mozappdir}/*.so
 %{mozappdir}/mozilla-xremote-client
+%{mozappdir}/run-mozilla.sh
 %{mozappdir}/xulrunner
 %{mozappdir}/xulrunner-bin
 %{mozappdir}/xulrunner-stub
@@ -500,7 +504,7 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
-* Mon Jul 16 2012 Martin Stransky <stransky at redhat.com> - 14.0.1-2
+* Mon Jul 16 2012 Martin Stransky <stransky at redhat.com> - 14.0.1-3
 - Update to 14.0.1
 
 * Sat Jun 16 2012 Jan Horak <jhorak at redhat.com> - 13.0.1-1


More information about the scm-commits mailing list