]> git.pld-linux.org Git - packages/java-xerces.git/commitdiff
- do not require gcj
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 17 Apr 2010 19:35:45 +0000 (19:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    java-xerces.spec -> 1.47

java-xerces.spec

index 2d33dc8b24aa5e3651dd0717feb2eed73e385b3d..f7a88812fc29a8cc1e516c595b8aaa6c8901d21c 100644 (file)
@@ -1,7 +1,7 @@
 #
 %bcond_without javadoc         # don't build javadoc
 %if "%{pld_release}" == "ti"
-%bcond_without java_sun        # build with gcj
+%bcond_without java_sun        # build with any jdk present
 %else
 %bcond_with    java_sun        # build with java-sun
 %endif
@@ -26,7 +26,7 @@ Source1:      http://www.apache.org/dist/xerces/j/Xerces-J-tools.%{version}.tar.gz
 Patch0:                xerces-j-target.patch
 URL:           http://xerces.apache.org/xerces-j/
 BuildRequires: ant >= 1.7.1-4
-%{!?with_java_sun:BuildRequires:       java-gcj-compat-devel}
+%{!?with_java_sun:BuildRequires:       jdk}
 %{?with_java_sun:BuildRequires:        java-sun}
 BuildRequires: jpackage-utils
 BuildRequires: rpm >= 4.4.9-56
This page took 0.103887 seconds and 4 git commands to generate.