License compliance rectification

This commit is contained in:
wk333 2022-05-11 21:12:50 +08:00
parent 4e1edf5618
commit 1043da3f4e

View File

@ -2,9 +2,9 @@
%global namedversion %{version}%{?namedreltag} %global namedversion %{version}%{?namedreltag}
Name: jboss-jms-2.0-api Name: jboss-jms-2.0-api
Version: 1.0.0 Version: 1.0.0
Release: 1 Release: 2
Summary: JBoss JMS API 2.0 Spec Summary: JBoss JMS API 2.0 Spec
License: CDDL or GPLv2 with exceptions License: CDDL-1.0 or GPL-2.0-with-classpath-exception
Url: http://www.jboss.org Url: http://www.jboss.org
Source0: https://github.com/jboss/jboss-jms-api_spec/archive/jboss-jms-api_2.0_spec-%{namedversion}.tar.gz Source0: https://github.com/jboss/jboss-jms-api_spec/archive/jboss-jms-api_2.0_spec-%{namedversion}.tar.gz
Source1: http://repository.jboss.org/licenses/cddl.txt Source1: http://repository.jboss.org/licenses/cddl.txt
@ -40,5 +40,8 @@ sed -i "s,59 Temple Place,51 Franklin Street,;s,Suite 330,Fifth Floor,;s,02111-1
%license LICENSE cddl.txt %license LICENSE cddl.txt
%changelog %changelog
* Wed May 11 2022 wangkai <wangkai385@h-partners.com> - 1.0.0-2
- License compliance rectification
* Thu Jul 30 2020 yaokai <yaokai13@huawei.com> - 1.0.0-1 * Thu Jul 30 2020 yaokai <yaokai13@huawei.com> - 1.0.0-1
- package init - package init