!3 Fix build failure due to buildnumber-maven-plugin updated

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-08-21 03:46:26 +00:00 committed by Gitee
commit 2f18cfe4bf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: mimepull
Version: 1.9.6
Release: 2
Release: 3
Summary: Streaming API to access attachments from a MIME message
License: CDDL-1.1 and GPLv2 with exceptions
URL: http://mimepull.java.net
@ -10,7 +10,11 @@ BuildRequires: maven-local mvn(junit:junit) mvn(net.java:jvnet-parent:pom:
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
BuildRequires: mvn(org.codehaus.mojo:buildnumber-maven-plugin) xmvn
BuildRequires: xmvn
BuildRequires: mvn(org.eclipse.aether:aether-connector-basic)
BuildRequires: mvn(org.eclipse.aether:aether-transport-wagon)
BuildRequires: mvn(org.apache.maven.wagon:wagon-http)
BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api)
%description
Provides a streaming API to access attachments parts in a MIME message
@ -55,7 +59,7 @@ iconv -f iso8859-1 -t utf-8 LICENSE > LICENSE.conv && mv -f LICENSE.conv LICENSE
sed -i 's/\r//' LICENSE
%build
%mvn_build
%mvn_build -b
%install
%mvn_install
@ -67,6 +71,9 @@ sed -i 's/\r//' LICENSE
%license LICENSE
%changelog
* Fri Aug 18 2023 Ge Wang <wang__ge@126.com> - 1.9.6-3
- Fix build failure due to buildnumber-maven-plugin updated
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.9.6-2
- modify license identifier