[RPM (6.0)] apache-commons-logging-1.1.3-1.jpp6

Ralph Apel <[email protected]> Sat, 5 Jul 2014 11:39:06 +0200
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : apache-commons-logging       Relocations: (not relocatable)
Version     : 1.1.3                             Vendor: JPackage Project
Release     : 1.jpp6                        Build Date: Sat 05 Jul 2014 11:36:17 AM CEST
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries/Java    Source RPM: (none)
Size        : 215329                           License: ASL 2.0
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://commons.apache.org/logging/
Summary     : Apache Commons Logging Package
Description :
The commons-logging package provides a simple, component oriented
interface (org.apache.commons.logging.Log) together with wrappers for
logging systems. The user can choose at runtime which system they want
to use. In addition, a small number of basic implementations are
provided to allow users to use the package standalone.
commons-logging was heavily influenced by Avalon's Logkit and Log4J. The
commons-logging abstraction is meant to minimixe the differences between
the two, and to allow a developer to not tie himself to a particular
logging implementation.

---------------
Ralph Apel <[email protected]> 0:1.1.3-1
- 1.1.3
---------------

---------------
Index: apache-commons-logging-build.patch
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/apache-commons-logging/apache-commons-logging-build.patch,v
retrieving revision 1.1
diff -u -r1.1 apache-commons-logging-build.patch
--- apache-commons-logging-build.patch	12 Sep 2010 19:01:15 -0000	1.1
+++ apache-commons-logging-build.patch	5 Jul 2014 09:39:03 -0000
@@ -1,34 +1,25 @@
---- build.xml.sav1	2007-11-22 00:27:52.000000000 +0100
-+++ build.xml	2009-10-27 18:09:50.000000000 +0100
-@@ -94,7 +94,7 @@
-   <property name="component.title"         value="Logging Wrapper Library"/>
- 
-   <!-- The current version number of this component -->
--  <property name="component.version"       value="1.1.1-SNAPSHOT"/>
-+  <property name="component.version"       value="1.1.1"/>
- 
-   <!-- The base directory for compilation targets -->
-   <property name="build.home"              value="${basedir}/target"/>
-@@ -785,4 +785,22 @@
-     </fail>
-   </target>
- 
-+  <target name="javadoc" depends="compile"
-+   description="Create component Javadoc documentation">
-+    <mkdir      dir="${dist.home}"/>
-+    <mkdir      dir="${dist.home}/docs"/>
-+    <mkdir      dir="${dist.home}/docs/api"/>
-+    <javadoc sourcepath="${source.home}"
-+                destdir="${dist.home}/docs/api"
-+           packagenames="org.apache.commons.*"
-+                 author="true"
-+                private="true"
-+                version="true"
-+               doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
-+            windowtitle="${component.title} (Version ${component.version})"
-+                 bottom='Copyright 2001-2005 The Apache Software Foundation.'>
-+      <classpath  refid="javadoc.classpath"/>
-+    </javadoc>
-+  </target>
-+
- </project>
+--- build.xml.sav	2014-07-05 10:29:41.849884211 +0200
++++ build.xml	2014-07-05 10:31:34.741170042 +0200
+@@ -773,4 +773,22 @@
+     </fail>
+   </target>
+ 
++  <target name="javadoc" depends="compile"
++   description="Create component Javadoc documentation">
++    <mkdir      dir="${dist.home}"/>
++    <mkdir      dir="${dist.home}/docs"/>
++    <mkdir      dir="${dist.home}/docs/api"/>
++    <javadoc sourcepath="${source.home}"
++                destdir="${dist.home}/docs/api"
++           packagenames="org.apache.commons.*"
++                 author="true"
++                private="true"
++                version="true"
++               doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
++            windowtitle="${component.title} (Version ${component.version})"
++                 bottom='Copyright 2001-2013 The Apache Software Foundation.'>
++      <classpath  refid="javadoc.classpath"/>
++    </javadoc>
++  </target>
++
+ </project>
Index: apache-commons-logging-jpp-depmap.xml
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/apache-commons-logging/apache-commons-logging-jpp-depmap.xml,v
retrieving revision 1.1
diff -u -r1.1 apache-commons-logging-jpp-depmap.xml
--- apache-commons-logging-jpp-depmap.xml	12 Sep 2010 19:01:16 -0000	1.1
+++ apache-commons-logging-jpp-depmap.xml	5 Jul 2014 09:39:03 -0000
@@ -23,4 +23,41 @@
             <version>2.9.1</version>
         </jpp>
     </dependency>
+    <dependency>
+        <maven>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>build-helper-maven-plugin</artifactId>
+            <version>1.7</version>
+        </maven>
+        <jpp>
+            <groupId>JPP</groupId>
+            <artifactId>mojo-build-helper-maven-plugin</artifactId>
+            <version>1.7</version>
+        </jpp>
+    </dependency>
+    <dependency>
+        <maven>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <version>2.5.1</version>
+        </maven>
+        <jpp>
+            <groupId>JPP</groupId>
+            <artifactId>mojo-cobertura-maven-plugin</artifactId>
+            <version>2.5.1</version>
+        </jpp>
+    </dependency>
+    <dependency>
+        <maven>
+            <groupId>org.apache.maven.shared</groupId>
+            <artifactId>maven-common-artifact-filters</artifactId>
+            <version>1.3</version>
+        </maven>
+        <jpp>
+            <groupId>JPP</groupId>
+            <artifactId>maven-common-artifact-filters</artifactId>
+            <version>1.3</version>
+        </jpp>
+    </dependency>
+
 </dependencies>
Index: apache-commons-logging-pom.patch
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/apache-commons-logging/apache-commons-logging-pom.patch,v
retrieving revision 1.1
diff -u -r1.1 apache-commons-logging-pom.patch
--- apache-commons-logging-pom.patch	12 Sep 2010 19:01:16 -0000	1.1
+++ apache-commons-logging-pom.patch	5 Jul 2014 09:39:03 -0000
@@ -1,60 +1,18 @@
---- pom.xml.sav0	2007-11-22 00:27:52.000000000 +0100
-+++ pom.xml	2010-06-06 12:37:28.000000000 +0200
-@@ -150,18 +150,6 @@
-       <plugin>      
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-jar-plugin</artifactId>
--        <configuration>
--          <archive>
--            <manifestFile>src/conf/MANIFEST.MF</manifestFile>
--            <!--
--              - Copied from commons-parent-5, because X-Compile-Target-JDK is
--              - wrong there. Can be removed when we update to commons-parent-6.
--              -->
--            <manifestEntries>
--              <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
--            </manifestEntries>
--          </archive>
--        </configuration>
-         <executions>
-           <execution>
-             <id>testjar</id>
-@@ -199,7 +187,7 @@
-                 <mkdir dir="${workdir}" />
- 
-                 <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${workdir}" />
--                <jar basedir="${workdir}" destfile="${project.build.directory}/${target}.jar" manifest="${basedir}/src/conf/MANIFEST.MF">
-+                <jar basedir="${workdir}" destfile="${project.build.directory}/${target}.jar" manifest="${project.build.directory}/osgi/MANIFEST.MF">
-                   <exclude name="org/apache/commons/logging/impl/Log4J*" />
-                   <exclude name="org/apache/commons/logging/impl/Avalon*" />
-                   <exclude name="org/apache/commons/logging/impl/Jdk13*" />
-@@ -230,7 +218,7 @@
-                 <mkdir dir="${workdir}" />
- 
-                 <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${workdir}" />
--                <jar basedir="${workdir}" destfile="${project.build.directory}/${target}.jar" manifest="${basedir}/src/conf/MANIFEST.MF">
-+                <jar basedir="${workdir}" destfile="${project.build.directory}/${target}.jar" manifest="${project.build.directory}/osgi/MANIFEST.MF">
-                   <exclude name="org/apache/commons/logging/*" />
-                   <exclude name="org/apache/commons/logging/impl/WeakHashtable*" />
-                   <exclude name="org/apache/commons/logging/impl/LogFactoryImpl*" />
-@@ -495,12 +483,12 @@
-           <configLocation>checkstyle.xml</configLocation>
-         </configuration>
-       </plugin>
--      -->
-       <plugin>
-         <groupId>org.codehaus.mojo</groupId>
-         <artifactId>clirr-maven-plugin</artifactId>
-         <version>2.1.1</version>
-       </plugin>
-+      -->
-       <plugin>
-         <groupId>org.codehaus.mojo</groupId>
-         <artifactId>jdepend-maven-plugin</artifactId>
-@@ -520,4 +508,4 @@
-     <maven.compile.source>1.2</maven.compile.source>
-     <maven.compile.target>1.1</maven.compile.target>
-   </properties>
--</project>
-\ No newline at end of file
-+</project>
+--- pom.xml.sav	2014-07-05 10:19:50.561429281 +0200
++++ pom.xml	2014-07-05 10:20:15.220488966 +0200
+@@ -421,6 +421,7 @@
+         </executions>
+       </plugin>
+ 
++      <!--
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-scm-publish-plugin</artifactId>
+@@ -431,6 +432,7 @@
+           </ignorePathsToDelete>
+         </configuration>
+       </plugin>
++      -->
+ 
+     </plugins>
+   </build>
Index: apache-commons-logging.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/apache-commons-logging/apache-commons-logging.spec,v
retrieving revision 1.7
diff -u -r1.7 apache-commons-logging.spec
--- apache-commons-logging.spec	7 Jan 2012 23:10:43 -0000	1.7
+++ apache-commons-logging.spec	5 Jul 2014 09:39:03 -0000
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2012, JPackage Project
+# Copyright (c) 2000-2014, JPackage Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -42,14 +42,14 @@
 %define section free
 
 Name:           apache-%{short_name}
-Version:        1.1.1
-Release:        18%{?dist}
+Version:        1.1.3
+Release:        1%{?dist}
 Epoch:          0
 Summary:        Apache Commons Logging Package
 License:        ASL 2.0
 Group:          Development/Libraries/Java
 URL:            http://commons.apache.org/logging/
-Source0:        http://www.apache.org/dist/jakarta/commons/logging/source/commons-logging-1.1.1-src.tar.gz
+Source0:        http://archive.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.tar.gz
 Source1:        %{name}-settings.xml
 Source2:        %{name}-jpp-depmap.xml
 Source3:        %{name}-component-info.xml
@@ -66,19 +66,22 @@
 BuildRequires:  maven2 >= 0:2.0.8
 BuildRequires:  maven-surefire-maven-plugin
 BuildRequires:  maven-surefire-provider-junit
-BuildRequires:  maven2-plugin-antrun
-BuildRequires:  maven2-plugin-assembly
-BuildRequires:  maven2-plugin-compiler
-BuildRequires:  maven2-plugin-idea
-BuildRequires:  maven2-plugin-install
-BuildRequires:  maven2-plugin-jar
-BuildRequires:  maven2-plugin-javadoc
-BuildRequires:  maven2-plugin-resources
-BuildRequires:  maven2-default-skin
+BuildRequires:  maven-antrun-plugin
+BuildRequires:  maven-assembly-plugin
+BuildRequires:  maven-compiler-plugin
+BuildRequires:  maven-dependency-plugin
+BuildRequires:  maven-idea-plugin
+BuildRequires:  maven-install-plugin
+BuildRequires:  maven-jar-plugin
+BuildRequires:  maven-javadoc-plugin
+BuildRequires:  maven-resources-plugin
+BuildRequires:  maven-skins
 BuildRequires:  mojo-parent >= 0:23
+BuildRequires:  mojo-build-helper-maven-plugin
+BuildRequires:  mojo-cobertura-maven-plugin
 BuildRequires:  commons-build-plugin
-BuildRequires:  build-helper-maven-plugin
 BuildRequires:  rat-maven-plugin
+BuildRequires:  maven-failsafe-plugin
 BuildRequires:  velocity15
 %endif
 %if %without bootstrap
@@ -325,6 +328,9 @@
 %endif
 
 %changelog
+* Sat Jun 05 2014 Ralph Apel <[email protected]> 0:1.1.3-1
+- 1.1.3
+
 * Sat Jan 07 2012 Ralph Apel <[email protected]> 0:1.1.1-18
 - Drop Requires for servlet_2_5_api
 - BR commons-build-plugin