SPECS: eclipse-swt.spec - fix building with xulrunner 1.9
hawk
hawk at pld-linux.org
Wed Jul 30 18:14:18 CEST 2008
Author: hawk Date: Wed Jul 30 16:14:18 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix building with xulrunner 1.9
---- Files affected:
SPECS:
eclipse-swt.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/eclipse-swt.spec
diff -u SPECS/eclipse-swt.spec:1.20 SPECS/eclipse-swt.spec:1.21
--- SPECS/eclipse-swt.spec:1.20 Tue Dec 25 22:46:48 2007
+++ SPECS/eclipse-swt.spec Wed Jul 30 18:14:12 2008
@@ -32,7 +32,7 @@
Summary(pl.UTF-8): SWT - zestaw widgetów dla Javy
Name: eclipse-swt
Version: 3.3.1.1
-Release: 2
+Release: 3
License: CPL v1.0
Group: Libraries
Source0: http://download.eclipse.org/eclipse/downloads/drops/R-%{version}-%{buildid}/eclipse-sourceBuild-srcIncluded-%{version}.zip
@@ -51,7 +51,7 @@
BuildRequires: rpm-javaprov
BuildRequires: rpmbuild(macros) >= 1.300
BuildRequires: unzip
-%{?with_xulrunner:BuildRequires: xulrunner-devel}
+%{?with_xulrunner:BuildRequires: xulrunner-devel >= 1.9}
BuildRequires: zip
Requires: jdk >= 1.4
Requires: jpackage-utils
@@ -86,7 +86,7 @@
%{?with_glx:make_glx} \
%{?with_gnome:make_gnome} \
%{?with_cairo:make_cairo} \
- %{?with_xulrunner:make_xulrunner XULRUNNER_INCLUDES="$(pkg-config --cflags xulrunner-xpcom)"} \
+ %{?with_xulrunner:make_xulrunner XULRUNNER_INCLUDES="$(pkg-config --cflags libxul)"} \
JAVA_HOME="%{java_home}" \
CC="%{__cc}" \
CXX="%{__cxx}" \
@@ -143,7 +143,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.20 2007/12/25 21:46:48 glen
+Revision 1.21 2008/07/30 16:14:12 hawk
+- fix building with xulrunner 1.9
+
+Revision 1.20 2007-12-25 21:46:48 glen
- rel 2
Revision 1.19 2007-12-09 01:39:13 glen
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eclipse-swt.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list