rpms/xulrunner/OLPC-2 xulrunner.spec,1.3,1.4

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Fri Jun 22 17:34:58 UTC 2007


Author: mpg

Update of /cvs/extras/rpms/xulrunner/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32534

Modified Files:
	xulrunner.spec 
Log Message:
Own mozilla plugin dir


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/OLPC-2/xulrunner.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xulrunner.spec	22 Jun 2007 17:26:34 -0000	1.3
+++ xulrunner.spec	22 Jun 2007 17:34:23 -0000	1.4
@@ -100,6 +100,9 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f %{buildroot}%{_libdir}/xulrunner-%{version}%{prerelease}/sdk/*.so
 
+# own mozilla plugin dir (#135050)
+%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
+
 # set up our default preferences
 %{__cp} %{SOURCE12} $RPM_BUILD_ROOT/%{mozappdir}/greprefs/all-olpc.js
 %{__cp} %{SOURCE12} $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/all-olpc.js
@@ -111,6 +114,7 @@
 %defattr(-,root,root,-)
 %doc LICENSE LEGAL
 %{_bindir}/xulrunner
+%{_libdir}/mozilla
 %{_libdir}/xulrunner-%{version}%{prerelease}/chrome
 %{_libdir}/xulrunner-%{version}%{prerelease}/components
 %{_libdir}/xulrunner-%{version}%{prerelease}/defaults
@@ -142,6 +146,7 @@
 - Fix release scheme
 - Fix URL
 - Temporarily disable system nspr
+- Own mozilla plugin dir
 
 * Thu Jun 21 2007 John (J5) Palmieri <johnp at redhat.com> 1.9-5.a5pre.cvs20070519.1
 - add firefox-0.7.3-psfonts.patch




More information about the scm-commits mailing list