!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:
commit
2f18cfe4bf
@ -1,6 +1,6 @@
|
|||||||
Name: mimepull
|
Name: mimepull
|
||||||
Version: 1.9.6
|
Version: 1.9.6
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Streaming API to access attachments from a MIME message
|
Summary: Streaming API to access attachments from a MIME message
|
||||||
License: CDDL-1.1 and GPLv2 with exceptions
|
License: CDDL-1.1 and GPLv2 with exceptions
|
||||||
URL: http://mimepull.java.net
|
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.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-release-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
|
%description
|
||||||
Provides a streaming API to access attachments parts in a MIME message
|
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
|
sed -i 's/\r//' LICENSE
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build -b
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -67,6 +71,9 @@ sed -i 's/\r//' LICENSE
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.9.6-2
|
||||||
- modify license identifier
|
- modify license identifier
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user