]> git.pld-linux.org Git - packages/eclipse-swt.git/commitdiff
- fix building with xulrunner 1.9 auto/ti/eclipse-swt-3_3_1_1-3
authorhawk <hawk@pld-linux.org>
Wed, 30 Jul 2008 16:14:12 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-swt.spec -> 1.21

eclipse-swt.spec

index a120efe162fa3c29f51cbe91e6fe4550022b7d68..789062bebbf9b9abd7b27477772b464c44ba0463 100644 (file)
@@ -31,7 +31,7 @@ Summary:      SWT - a widget toolkit for Java
 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
@@ -50,7 +50,7 @@ BuildRequires:        pkgconfig
 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
@@ -85,7 +85,7 @@ cd swt
        %{?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}" \
This page took 0.197108 seconds and 4 git commands to generate.