rpms/xulrunner/devel .cvsignore, 1.19, 1.20 sources, 1.20, 1.21 xulrunner-mozconfig, 1.10, 1.11 xulrunner.spec, 1.69, 1.70

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Fri Feb 15 02:12:42 UTC 2008


Author: caillon

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

Modified Files:
	.cvsignore sources xulrunner-mozconfig xulrunner.spec 
Log Message:
* Wed Feb 14 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta3.21
- Update to latest trunk (2008-02-14)
- Use system hunspell



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	14 Feb 2008 02:21:47 -0000	1.19
+++ .cvsignore	15 Feb 2008 02:12:02 -0000	1.20
@@ -1 +1 @@
-mozilla-20080213.tar.bz2
+mozilla-20080214.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	14 Feb 2008 02:21:47 -0000	1.20
+++ sources	15 Feb 2008 02:12:02 -0000	1.21
@@ -1 +1 @@
-f1511ac338f8cc63071eaef900a851f3  mozilla-20080213.tar.bz2
+182fcf7162cc6f980bc16635cb36dbe6  mozilla-20080214.tar.bz2


Index: xulrunner-mozconfig
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner-mozconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xulrunner-mozconfig	24 Jan 2008 10:22:09 -0000	1.10
+++ xulrunner-mozconfig	15 Feb 2008 02:12:02 -0000	1.11
@@ -7,6 +7,7 @@
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 #ac_add_options --with-system-png
+ac_add_options --enable-system-hunspell
 ac_add_options --with-pthreads
 ac_add_options --disable-strip
 ac_add_options --disable-tests


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- xulrunner.spec	14 Feb 2008 02:21:47 -0000	1.69
+++ xulrunner.spec	15 Feb 2008 02:12:02 -0000	1.70
@@ -7,14 +7,14 @@
 %define version_internal  1.9pre
 
 %if ! %{official_branding}
-%define cvsdate 20080213
+%define cvsdate 20080214
 %define nightly .nightly%{cvsdate}
 %endif
 
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9
-Release:        0.beta3.20%{?nightly}%{?dist}
+Release:        0.beta3.21%{?nightly}%{?dist}
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -76,6 +76,7 @@
 BuildRequires:  libXt-devel
 BuildRequires:  libXrender-devel
 BuildRequires:  curl-devel
+BuildRequires:  hunspell-devel
 
 Requires:       nspr >= %{nspr_version}
 Requires:       nss >= %{nss_version}
@@ -295,6 +296,10 @@
 # Copy over the LICENSE
 install -c -m 644 LICENSE $RPM_BUILD_ROOT${MOZ_APP_DIR}
 
+# Use the system hunspell dictionaries
+%{__rm} -rf ${RPM_BUILD_ROOT}${MOZ_APP_DIR}/dictionaries
+ln -s %{_datadir}/myspell ${RPM_BUILD_ROOT}${MOZ_APP_DIR}/dictionaries
+
 # ghost files
 %{__mkdir_p} $RPM_BUILD_ROOT${MOZ_APP_DIR}/components
 touch $RPM_BUILD_ROOT${MOZ_APP_DIR}/components/compreg.dat
@@ -392,6 +397,10 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Feb 14 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta3.21
+- Update to latest trunk (2008-02-14)
+- Use system hunspell
+
 * Tue Feb 13 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta3.20
 - Update to latest trunk (2008-02-13)
 




More information about the fedora-extras-commits mailing list