- Update to 1.5.11.
- Drop depmap and component info files.
This commit is contained in:
parent
08060e3061
commit
dc3ff01496
@ -1,2 +1,3 @@
|
|||||||
slf4j-1.5.8.tar.gz
|
slf4j-1.5.8.tar.gz
|
||||||
slf4j-1.5.10.tar.gz
|
slf4j-1.5.10.tar.gz
|
||||||
|
slf4j-1.5.11.tar.gz
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project name="">
|
|
||||||
<component id="org/slf4j"
|
|
||||||
licenseType=""
|
|
||||||
version="@VERSION@"
|
|
||||||
tag="@TAG@"
|
|
||||||
description=""
|
|
||||||
|
|
||||||
>
|
|
||||||
|
|
||||||
<artifact id="slf4j-api.jar"/>
|
|
||||||
|
|
||||||
|
|
||||||
<export>
|
|
||||||
<include input="slf4j-api.jar"/>
|
|
||||||
|
|
||||||
</export>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,38 +0,0 @@
|
|||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<maven>
|
|
||||||
<groupId>javax.jms</groupId>
|
|
||||||
<artifactId>jms</artifactId>
|
|
||||||
<version>1.1</version>
|
|
||||||
</maven>
|
|
||||||
<jpp>
|
|
||||||
<groupId>JPP</groupId>
|
|
||||||
<artifactId>jms_1_1_api</artifactId>
|
|
||||||
<version>1.1</version>
|
|
||||||
</jpp>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<maven>
|
|
||||||
<groupId>javassist</groupId>
|
|
||||||
<artifactId>javassist</artifactId>
|
|
||||||
<version>3.4.GA</version>
|
|
||||||
</maven>
|
|
||||||
<jpp>
|
|
||||||
<groupId>JPP</groupId>
|
|
||||||
<artifactId>javassist</artifactId>
|
|
||||||
<version>3.9.0</version>
|
|
||||||
</jpp>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<maven>
|
|
||||||
<groupId>ant</groupId>
|
|
||||||
<artifactId>ant-junit</artifactId>
|
|
||||||
<version>1.6.5</version>
|
|
||||||
</maven>
|
|
||||||
<jpp>
|
|
||||||
<groupId>JPP/ant</groupId>
|
|
||||||
<artifactId>ant-junit</artifactId>
|
|
||||||
<version>1.7.1</version>
|
|
||||||
</jpp>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
11
slf4j.spec
11
slf4j.spec
@ -29,8 +29,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: slf4j
|
Name: slf4j
|
||||||
Version: 1.5.10
|
Version: 1.5.11
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Simple Logging Facade for Java
|
Summary: Simple Logging Facade for Java
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -38,8 +38,6 @@ License: MIT
|
|||||||
URL: http://www.slf4j.org/
|
URL: http://www.slf4j.org/
|
||||||
Source0: http://www.slf4j.org/dist/%{name}-%{version}.tar.gz
|
Source0: http://www.slf4j.org/dist/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-settings.xml
|
Source1: %{name}-settings.xml
|
||||||
Source2: %{name}-jpp-depmap.xml
|
|
||||||
Source3: slf4j-component-info.xml
|
|
||||||
Patch0: %{name}-pom_xml.patch
|
Patch0: %{name}-pom_xml.patch
|
||||||
Patch1: slf4j-1.5.8-skip-integration-tests.patch
|
Patch1: slf4j-1.5.8-skip-integration-tests.patch
|
||||||
Requires(post): jpackage-utils >= 0:1.7.5
|
Requires(post): jpackage-utils >= 0:1.7.5
|
||||||
@ -139,7 +137,6 @@ mvn-jpp \
|
|||||||
-s $(pwd)/settings.xml \
|
-s $(pwd)/settings.xml \
|
||||||
-P skipTests \
|
-P skipTests \
|
||||||
-Dmaven2.jpp.mode=true \
|
-Dmaven2.jpp.mode=true \
|
||||||
-Dmaven2.jpp.depmap.file=%{SOURCE2} \
|
|
||||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||||
-Dmaven.test.skip=true \
|
-Dmaven.test.skip=true \
|
||||||
install javadoc:javadoc
|
install javadoc:javadoc
|
||||||
@ -264,6 +261,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_docdir}/%{name}-%{version}/site
|
%{_docdir}/%{name}-%{version}/site
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 25 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.11-1
|
||||||
|
- Update to 1.5.11.
|
||||||
|
- Drop depmap and component info files.
|
||||||
|
|
||||||
* Wed Feb 10 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.5.10-5
|
* Wed Feb 10 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.5.10-5
|
||||||
- Require cal10n
|
- Require cal10n
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user