[xulrunner/f15] Ship xpcshell again

Martin Stransky stransky at fedoraproject.org
Mon Jul 16 22:14:00 UTC 2012


commit b85c7e35ed25531dd9a40fdb720f124916945bf9
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Tue Jul 17 00:12:39 2012 +0200

    Ship xpcshell again

 xulrunner.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 1a46056..533d16c 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -424,6 +424,9 @@ EOF
 # Copy over the LICENSE
 %{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT%{mozappdir}
 
+# Install xpcshell
+%{__cp} objdir/dist/bin/xpcshell $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
@@ -492,7 +495,7 @@ fi
 %{_includedir}/%{name}*%{gecko_dir_ver}
 %{_libdir}/%{name}-devel-*/*
 %{_libdir}/pkgconfig/*.pc
-#%{mozappdir}/xpcshell
+%{mozappdir}/xpcshell
 
 #---------------------------------------------------------------------
 


More information about the scm-commits mailing list