rpms/seamonkey/devel seamonkey-2.0-hunspell.patch, NONE, 1.1 seamonkey.spec, 1.62, 1.63

Martin Stransky stransky at fedoraproject.org
Wed Sep 23 13:20:36 UTC 2009


Author: stransky

Update of /cvs/pkgs/rpms/seamonkey/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9412

Modified Files:
	seamonkey.spec 
Added Files:
	seamonkey-2.0-hunspell.patch 
Log Message:
hunspell build patch

seamonkey-2.0-hunspell.patch:
 Makefile.in |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE seamonkey-2.0-hunspell.patch ---
diff -up seamonkey-2.0/comm-central/suite/app/Makefile.in.old seamonkey-2.0/comm-central/suite/app/Makefile.in
--- seamonkey-2.0/comm-central/suite/app/Makefile.in.old	2009-09-03 19:45:03.000000000 +0200
+++ seamonkey-2.0/comm-central/suite/app/Makefile.in	2009-09-23 14:59:11.000000000 +0200
@@ -133,6 +133,9 @@ ifdef MOZ_ENABLE_DBUS
 LIBS += $(MOZ_DBUS_GLIB_LIBS)
 endif
 
+ifdef MOZ_NATIVE_HUNSPELL
+LIBS += $(MOZ_HUNSPELL_LIBS)
+endif
 
 ifndef MOZ_WINCONSOLE
 ifdef MOZ_DEBUG


Index: seamonkey.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- seamonkey.spec	23 Sep 2009 09:19:23 -0000	1.62
+++ seamonkey.spec	23 Sep 2009 13:20:35 -0000	1.63
@@ -39,6 +39,7 @@ Source100:      find-external-requires
 
 Patch0:         mozilla-jemalloc.patch
 Patch1:         mozilla-191-path.patch
+Patch2:         seamonkey-2.0-hunspell.patch
 
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  nspr-devel >= %{minimum_build_nspr_version}
@@ -97,6 +98,7 @@ cd %{sources_subdir}
 
 %patch0 -p0 -b .jemalloc
 %patch1 -p0 -b .path
+%patch2 -p2 -b .hunspell
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig




More information about the fedora-extras-commits mailing list