fix build failure due to buildnumber-maven-plugin updated

This commit is contained in:
wang--ge 2023-08-18 17:20:15 +08:00
parent aaf3ad6f1e
commit fe8b7dcb59

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