- Update to 1.5.11.

- Drop depmap and component info files.
This commit is contained in:
Alexander Kurtakov 2010-02-25 15:54:28 +00:00
parent 08060e3061
commit dc3ff01496
5 changed files with 8 additions and 63 deletions

View File

@ -1,2 +1,3 @@
slf4j-1.5.8.tar.gz
slf4j-1.5.10.tar.gz
slf4j-1.5.11.tar.gz

View File

@ -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>

View File

@ -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>

View File

@ -29,8 +29,8 @@
#
Name: slf4j
Version: 1.5.10
Release: 5%{?dist}
Version: 1.5.11
Release: 1%{?dist}
Epoch: 0
Summary: Simple Logging Facade for Java
Group: Development/Libraries
@ -38,8 +38,6 @@ License: MIT
URL: http://www.slf4j.org/
Source0: http://www.slf4j.org/dist/%{name}-%{version}.tar.gz
Source1: %{name}-settings.xml
Source2: %{name}-jpp-depmap.xml
Source3: slf4j-component-info.xml
Patch0: %{name}-pom_xml.patch
Patch1: slf4j-1.5.8-skip-integration-tests.patch
Requires(post): jpackage-utils >= 0:1.7.5
@ -139,7 +137,6 @@ mvn-jpp \
-s $(pwd)/settings.xml \
-P skipTests \
-Dmaven2.jpp.mode=true \
-Dmaven2.jpp.depmap.file=%{SOURCE2} \
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
-Dmaven.test.skip=true \
install javadoc:javadoc
@ -264,6 +261,10 @@ rm -rf $RPM_BUILD_ROOT
%{_docdir}/%{name}-%{version}/site
%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
- Require cal10n

View File

@ -1 +1 @@
9115b86cce99b229333936700ac387b3 slf4j-1.5.10.tar.gz
47da098f960ebd59bc2ca838b4128ed8 slf4j-1.5.11.tar.gz