]> git.pld-linux.org Git - packages/java-xerces.git/commitdiff
- don't force specific jdk
authorpawelz <pawelz@pld-linux.org>
Sun, 18 Apr 2010 16:06:44 +0000 (16:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated java deps

Changed files:
    java-xerces.spec -> 1.48

java-xerces.spec

index f7a88812fc29a8cc1e516c595b8aaa6c8901d21c..c4a4591478a877218c83307714bbfc21cadca581 100644 (file)
@@ -1,13 +1,7 @@
 #
 %bcond_without javadoc         # don't build javadoc
-%if "%{pld_release}" == "ti"
-%bcond_without java_sun        # build with any jdk present
-%else
-%bcond_with    java_sun        # build with java-sun
-%endif
 
 %define        srcname xerces
-
 %include       /usr/lib/rpm/macros.java
 Summary:       XML parser for Java
 Summary(pl.UTF-8):     Analizator składniowy XML-a napisany w Javie
@@ -26,16 +20,14 @@ 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:       jdk}
-%{?with_java_sun:BuildRequires:        java-sun}
+BuildRequires: java-xml-commons
+BuildRequires: jdk
 BuildRequires: jpackage-utils
-BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpm-javaprov
 BuildRequires: rpmbuild(macros) >= 1.300
-BuildRequires: java-xml-commons
 Requires:      java-xml-commons
+Provides:      java(jaxp_parser_impl)
 Provides:      xerces-j
-Provides:      jaxp_parser_impl
 Obsoletes:     xerces-j
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.099322 seconds and 4 git commands to generate.