diff --git a/mimepull.spec b/mimepull.spec index 16a025a..35a38fd 100644 --- a/mimepull.spec +++ b/mimepull.spec @@ -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 - 1.9.6-3 +- Fix build failure due to buildnumber-maven-plugin updated + * Mon May 9 2022 baizhonggui - 1.9.6-2 - modify license identifier