diff --git a/jboss-jms-1.1-api-1.0.1.Final.tar.xz b/jboss-jms-1.1-api-1.0.1.Final.tar.xz deleted file mode 100644 index 7bf858d..0000000 Binary files a/jboss-jms-1.1-api-1.0.1.Final.tar.xz and /dev/null differ diff --git a/jboss-jms-1.1-api.spec b/jboss-jms-1.1-api.spec index d1a4887..036be5a 100644 --- a/jboss-jms-1.1-api.spec +++ b/jboss-jms-1.1-api.spec @@ -2,13 +2,11 @@ %global namedversion %{version}%{?namedreltag} Name: jboss-jms-1.1-api Version: 1.0.1 -Release: 1 +Release: 2 Summary: JBoss JMS API 1.1 Spec -License: CDDL or GPLv2 with exceptions +License: CDDL-1.0 or GPL-2.0-only with exceptions URL: http://www.jboss.org -# git clone git://github.com/jboss/jboss-jms-api_spec.git jboss-jms-1.1-api -# cd jboss-jms-1.1-api/ && git archive --format=tar --prefix=jboss-jms-1.1-api jboss-jms-api_1.1_spec-1.0.1.Final | xz > jboss-jms-1.1-api-1.0.1.Final.tar.xz -Source0: jboss-jms-1.1-api-%{namedversion}.tar.xz +Source0: https://github.com/jboss/jboss-jms-api_spec/archive/refs/tags/jboss-jms-api_1.1_spec-1.0.1.Final.tar.gz BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.jboss:jboss-parent:pom:) BuildArch: noarch @@ -21,7 +19,7 @@ Summary: Javadoc for jboss-jms-1.1-api This package contains the API documentation for jboss-jms-1.1-api. %prep -%setup -q -n jboss-jms-1.1-api +%setup -q -n jboss-jms-api_spec-jboss-jms-api_1.1_spec-1.0.1.Final %pom_remove_plugin :maven-source-plugin %build @@ -39,5 +37,8 @@ This package contains the API documentation for jboss-jms-1.1-api. %license LICENSE %changelog +* Thu Nov 10 2022 Ge Wang - 1.0.1-2 +- Bring source file into correspondence with described in spec file + * Mon Aug 17 2020 yaokai - 1.0.1-1 - Package init diff --git a/jboss-jms-api_1.1_spec-1.0.1.Final.tar.gz b/jboss-jms-api_1.1_spec-1.0.1.Final.tar.gz new file mode 100644 index 0000000..fa563d9 Binary files /dev/null and b/jboss-jms-api_1.1_spec-1.0.1.Final.tar.gz differ