!4 Bring source file into correspondence with described in spec file

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-10 07:53:39 +00:00 committed by Gitee
commit 19829c03e7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 6 deletions

Binary file not shown.

View File

@ -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 <wangge20@h-partners.com> - 1.0.1-2
- Bring source file into correspondence with described in spec file
* Mon Aug 17 2020 yaokai <yaokai13@huawei.com> - 1.0.1-1
- Package init

Binary file not shown.