rpms/xulrunner/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xulrunner.spec, 1.48, 1.49

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Wed Jan 16 00:56:04 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/xulrunner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3479

Modified Files:
	.cvsignore sources xulrunner.spec 
Log Message:
* Tue Jan 15 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta2.11
- Update to latest trunk (2008-01-15)
- Now with system extensions directory support



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	14 Jan 2008 00:07:44 -0000	1.9
+++ .cvsignore	16 Jan 2008 00:55:26 -0000	1.10
@@ -1 +1 @@
-xulrunner-20080113.tar.bz2
+mozilla-20080115.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	14 Jan 2008 00:07:44 -0000	1.9
+++ sources	16 Jan 2008 00:55:26 -0000	1.10
@@ -1 +1 @@
-020918b12928fab31c579323729ef6aa  xulrunner-20080113.tar.bz2
+61377c5e6510214d893f3689d2bb431d  mozilla-20080115.tar.bz2


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- xulrunner.spec	14 Jan 2008 17:31:51 -0000	1.48
+++ xulrunner.spec	16 Jan 2008 00:55:26 -0000	1.49
@@ -9,14 +9,14 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9
-Release:        0.beta2.10.nightly20080113%{?dist}
+Release:        0.beta2.11.nightly20080115%{?dist}
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
 %if %{official_branding}
 %define tarball xulrunner-%{version}-source.tar.bz2
 %else
-%define tarball xulrunner-20080113.tar.bz2
+%define tarball mozilla-20080115.tar.bz2
 %endif
 Source0:        %{tarball}
 Source10:       %{name}-mozconfig
@@ -213,8 +213,13 @@
         $RPM_BUILD_ROOT${MOZ_APP_DIR}/icons/
 %endif
 
-# own mozilla plugin dir (#135050)
+
+# system extensions and plugins support
+%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions
 %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
+%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/skel/.mozilla/extensions
+%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/skel/.mozilla/plugins
+
 
 # Prepare our devel package
 %{__mkdir_p} $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}
@@ -344,6 +349,8 @@
 %{_libdir}/%{name}-*/platform.ini
 %{_libdir}/%{name}-*/dependentlibs.list
 %{_sysconfdir}/ld.so.conf.d/xulrunner*.conf
+%{_sysconfdir}/skel/.mozilla
+
 
 # XXX See if these are needed still
 %{_libdir}/%{name}-*/updater*
@@ -382,6 +389,10 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Jan 15 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta2.11
+- Update to latest trunk (2008-01-15)
+- Now with system extensions directory support
+
 * Sat Jan 13 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta2.10
 - Update to latest trunk (2008-01-13)
 - Use CFLAGS instead of configure arguments




More information about the fedora-extras-commits mailing list