!3 Upgrade version to 1.2.6

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-02-04 02:09:59 +00:00 committed by Gitee
commit 79f86c8f32
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 5 deletions

Binary file not shown.

BIN
shrinkwrap-1.2.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,10 @@
%global namedreltag %{nil}
%global namedversion %{version}%{?namedreltag}
Name: shrinkwrap
Version: 1.2.3
Version: 1.2.6
Release: 1
Summary: A simple mechanism to assemble Java archives
License: ASL 2.0
Url: http://arquillian.org/modules/shrinkwrap-shrinkwrap/
Source0: https://github.com/shrinkwrap/shrinkwrap/archive/%{namedversion}.tar.gz
Source0: https://github.com/shrinkwrap/shrinkwrap/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: maven-local mvn(jdepend:jdepend) mvn(junit:junit)
BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.apiviz:apiviz)
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
@ -73,7 +71,7 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}.
%prep
%setup -q -n %{name}-%{namedversion}
%setup -q -n %{name}-%{version}
%pom_disable_module dist
%pom_xpath_remove "pom:requireProperty"
%pom_xpath_remove "pom:configuration/pom:argLine"
@ -124,5 +122,8 @@ rm LICENSE.orig
%license LICENSE
%changelog
* Mon Jan 29 2024 xu_ping <707078654@qq.com> - 1.2.6-1
- Upgrade version to 1.2.6
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 1.2.3-1
- Package init