From a9065869bf3a964edf0df06e24a2952bbece22ec Mon Sep 17 00:00:00 2001 From: gil Date: Jun 06 2016 15:36:55 +0000 Subject: update to 1.0.1.Final --- diff --git a/.gitignore b/.gitignore index a0b2ae8..b76dc10 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jboss-transaction-api_1.2_spec-1.0.0.Alpha3.tar.gz +/jboss-transaction-api_1.2_spec-1.0.1.Final.tar.gz diff --git a/jboss-transaction-1.2-api.spec b/jboss-transaction-1.2-api.spec index b08471c..11ac150 100644 --- a/jboss-transaction-1.2-api.spec +++ b/jboss-transaction-1.2-api.spec @@ -1,19 +1,19 @@ -%global namedreltag .Alpha3 +%global namedreltag .Final %global namedversion %{version}%{?namedreltag} Name: jboss-transaction-1.2-api -Version: 1.0.0 -Release: 0.5%{namedreltag}%{dist} +Version: 1.0.1 +Release: 1%{dist} Summary: Transaction 1.2 API License: CDDL or GPLv2 with exceptions -Url: http://www.jboss.org +Url: https://github.com/jboss/jboss-transaction-api_spec Source0: https://github.com/jboss/jboss-transaction-api_spec/archive/jboss-transaction-api_1.2_spec-%{namedversion}.tar.gz -BuildRequires: jboss-parent -BuildRequires: felix-osgi-foundation -BuildRequires: felix-parent BuildRequires: maven-local -BuildRequires: jboss-interceptors-1.2-api +BuildRequires: mvn(javax.enterprise:cdi-api) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.jboss:jboss-parent:pom:) +BuildRequires: mvn(org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec) BuildArch: noarch @@ -21,7 +21,7 @@ BuildArch: noarch The Java Transaction 1.2 API classes. %package javadoc -Summary: Javadocs for %{name} +Summary: Javadoc for %{name} %description javadoc This package contains the API documentation for %{name}. @@ -36,13 +36,19 @@ This package contains the API documentation for %{name}. %mvn_install %files -f .mfiles -%dir %{_javadir}/%{name} -%doc LICENSE.txt README +%doc README +%license LICENSE.txt %files javadoc -f .mfiles-javadoc -%doc LICENSE.txt README +%license LICENSE.txt %changelog +* Mon Jun 06 2016 gil cattaneo 1.0.1-1 +- Upstream release 1.0.1.Final +- fix BR list and use BR mvn()-like +- introduce license macro +- fix some rpmlint problem + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.0-0.5.Alpha3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild @@ -57,5 +63,3 @@ This package contains the API documentation for %{name}. * Thu Jun 13 2013 Marek Goldmann - 1.0.0-0.1.Alpha3 - Initial packaging - - diff --git a/sources b/sources index 6e76705..c4962cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -142ba7688344b75034f009337e958afd jboss-transaction-api_1.2_spec-1.0.0.Alpha3.tar.gz +ebb0c5128be0d69e46854ed1fede9631 jboss-transaction-api_1.2_spec-1.0.1.Final.tar.gz