]> git.pld-linux.org Git - packages/java-commons-daemon.git/commitdiff
- JDK bconds auto/ti/java-commons-daemon-1_0_1-5
authorpawelz <pawelz@pld-linux.org>
Mon, 18 May 2009 10:02:09 +0000 (10:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- simplified (removed SHELL=/bin/sh and -Dbuild.compiler hacks)

Changed files:
    java-commons-daemon.spec -> 1.27

java-commons-daemon.spec

index bb8493ea38a40ae080b841b3f84e8a67c4c88dd1..680e246810e1c63050c5d3f129154121eb5a16cc 100644 (file)
@@ -1,5 +1,10 @@
 # Conditional build:
 %bcond_without javadoc         # don't build javadoc
+%if "%{pld_release}" == "ti"
+%bcond_without java_sun        # build with gcj
+%else
+%bcond_with    java_sun        # build with java-sun
+%endif
 
 %include       /usr/lib/rpm/macros.java
 
@@ -17,9 +22,11 @@ Patch0:              jakarta-commons-daemon-link.patch
 URL:           http://commons.apache.org/daemon/
 BuildRequires: ant >= 1.4.1
 BuildRequires: automake
-BuildRequires: java-gcj-compat-devel
+%{!?with_java_sun:BuildRequires:       java-gcj-compat-devel}
+%{?with_java_sun:BuildRequires:        java-sun}
 BuildRequires: jpackage-utils
 BuildRequires: junit >= 3.7
+BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpm-javaprov
 BuildRequires: rpmbuild(macros) >= 1.300
 BuildRequires: xmlto >= 0:0.0.18-1
@@ -66,13 +73,7 @@ mv daemon-%{version}/* .
 required_jars="junit"
 CLASSPATH=$(build-classpath $required_jars)
 export CLASSPATH
-%ant -Dbuild.compiler=extJavac jar
-
-# javadoc
-%if %{with javadoc}
-export SHELL=/bin/sh
-%ant javadoc
-%endif
+%ant jar %{?with_javadoc:javadoc}
 
 # native part
 cd src/native/unix
This page took 0.061924 seconds and 4 git commands to generate.