rpms/xulrunner/devel mozilla-xpcom.patch,NONE,1.1

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Tue Oct 30 16:23:43 UTC 2007


Author: stransky

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

Added Files:
	mozilla-xpcom.patch 
Log Message:
added pkg-config patch

mozilla-xpcom.patch:

--- NEW FILE mozilla-xpcom.patch ---
diff -up mozilla/xulrunner/installer/mozilla-xpcom.pc.in.old mozilla/xulrunner/installer/mozilla-xpcom.pc.in
--- mozilla/xulrunner/installer/mozilla-xpcom.pc.in.old	2007-08-03 16:46:28.000000000 +0200
+++ mozilla/xulrunner/installer/mozilla-xpcom.pc.in	2007-10-30 16:48:09.000000000 +0100
@@ -8,7 +8,7 @@ includetype=stable
 # that contain stable (frozen or safe for linking) header files. To include
 # nonfrozen headers, run pkg-config with --define-variable=includetype=unstable
 
-Name: libxul
+Name: mozilla-xpcom
 Description: The Mozilla Runtime and Embedding Engine
 Version: %MOZILLA_VERSION%
 Requires: %NSPR_NAME% >= %NSPR_VERSION%
diff -up mozilla/xulrunner/installer/Makefile.in.old mozilla/xulrunner/installer/Makefile.in
--- mozilla/xulrunner/installer/Makefile.in.old	2007-08-10 14:56:59.000000000 +0200
+++ mozilla/xulrunner/installer/Makefile.in	2007-10-30 16:48:46.000000000 +0100
@@ -87,6 +87,7 @@ pkg_config_files = \
 	libxul-embedding.pc \
 	mozilla-js.pc \
 	mozilla-plugin.pc \
+	mozilla-xpcom.pc \
 	$(NULL)
 
 ifdef MOZ_NATIVE_NSPR




More information about the fedora-extras-commits mailing list