!8 Update to version 1.5

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-12-19 01:25:52 +00:00 committed by Gitee
commit ac70fde8a7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
1.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: spec-version-maven-plugin
Version: 1.2
Release: 2
Version: 1.5
Release: 1
Summary: Spec Version Maven Plugin
License: CDDL-1.1 or GPLv2 with exceptions
URL: http://glassfish.java.net/
Source0: https://github.com/javaee/spec-version-maven-plugin/archive/1.2.tar.gz
Source0: https://github.com/javaee/spec-version-maven-plugin/archive/refs/tags/1.5.tar.gz
Source1: https://github.com/javaee/spec-version-maven-plugin/raw/master/LICENSE
BuildRequires: mvn(net.java:jvnet-parent:pom:) mvn(org.apache.maven:maven-core)
BuildRequires: mvn(org.apache.maven:maven-model) mvn(org.apache.maven:maven-plugin-api)
@ -26,6 +26,8 @@ This package contains javadoc for %{name}.
sed -i "s|mvn|mvn-rpmbuild|" src/main/resources/checkVersion.sh
cp -p %{SOURCE1} LICENSE.txt
sed -i 's/\r//' LICENSE.txt
%pom_remove_plugin org.glassfish.copyright:glassfish-copyright-maven-plugin
%pom_remove_plugin org.apache.maven.plugins:maven-checkstyle-plugin
%mvn_file :%{name} %{name}
%build
@ -41,6 +43,9 @@ sed -i 's/\r//' LICENSE.txt
%license LICENSE.txt
%changelog
* Mon Dec 18 2023 Ge Wang <wang__ge@126.com> - 1.5-1
- Update to version 1.5
* Mon Jun 20 2022 Chenyx <chenyixiong3@huawei.com> - 1.2-2
- License compliance rectification