]> git.pld-linux.org Git - packages/java-log4j.git/commitdiff
- proper bcond for Titanium; rel 8 auto/th/java-log4j-1_2_15-8 auto/ti/java-log4j-1_2_15-8
authorSławomir Paszkiewicz <paszczus@pld-linux.org>
Sun, 29 Mar 2009 15:12:06 +0000 (15:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    java-log4j.spec -> 1.55

java-log4j.spec

index b220d20e8445285e650ddf074223ae8a355b4d23..8a5c4b3d0e67a6303bb8ffd022d6b7d075fc165f 100644 (file)
@@ -6,19 +6,18 @@
 # - jmx,jndi by java-sun-jre
 #
 # Conditional build:
-%bcond_without dist    # build components which can't be distributed
-%bcond_with    jms     # JMS interface (org.apache.log4j.or.jms)
-%bcond_with    jmx     # JMX interface (org.apache.log4j.jmx)
-%bcond_with    tests   # tun tests
+%bcond_without dist            # build components which can't be distributed
+%bcond_with    java_sun        # build with java-sun
+%bcond_with    jms             # JMS interface (org.apache.log4j.or.jms)
+%bcond_with    jmx             # JMX interface (org.apache.log4j.jmx)
+%bcond_with    tests           # tun tests
 #
 %if %{without dist}
 %define        with_jms        1
 %define        with_jmx        1
 %endif
 %if "%{pld_release}" == "ti"
-%bcond_without java_sun        # build with gcj
-%else
-%bcond_with    java_sun        # build with java-sun
+%define        with_java_sun   1
 %endif
 #
 %define                srcname log4j
@@ -28,7 +27,7 @@ Summary:      log4j - logging for Java
 Summary(pl.UTF-8):     log4j - zapis logów dla Javy
 Name:          java-%{srcname}
 Version:       1.2.15
-Release:       7
+Release:       8
 License:       Apache v2.0
 Group:         Development/Languages/Java
 Source0:       http://www.apache.org/dist/logging/log4j/%{version}/apache-%{srcname}-%{version}.tar.gz
This page took 0.035497 seconds and 4 git commands to generate.