!2 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
ed1d019918
13
lucene4.spec
13
lucene4.spec
@ -1,7 +1,7 @@
|
||||
Summary: High-performance, full-featured text search engine
|
||||
Name: lucene4
|
||||
Version: 4.10.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 0
|
||||
License: ASL 2.0
|
||||
URL: http://lucene.apache.org/
|
||||
@ -20,8 +20,12 @@ BuildRequires: git subversion ant ivy-local apache-ivy icu4j httpcomponent
|
||||
BuildRequires: jetty-continuation jetty-http jetty-io jetty-server jetty-servlet jetty-util
|
||||
BuildRequires: morfologik-stemming uimaj uima-addons spatial4j nekohtml xerces-j2
|
||||
BuildRequires: mvn(javax.servlet:javax.servlet-api) mvn(org.antlr:antlr-runtime) maven-local
|
||||
BuildRequires: apache-parent buildnumber-maven-plugin maven-plugin-bundle regexp
|
||||
BuildRequires: apache-parent maven-plugin-bundle regexp
|
||||
BuildRequires: junit randomizedtesting-junit4-ant randomizedtesting-runner
|
||||
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)
|
||||
Provides: %{name}-core = %{epoch}:%{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -84,7 +88,7 @@ mv lucene/build/poms/pom.xml .
|
||||
%pom_change_dep org.eclipse.jetty.orbit:javax.servlet javax.servlet:javax.servlet-api:3.1.0 lucene/replicator
|
||||
%pom_change_dep -r :servlet-api javax.servlet:javax.servlet-api:3.1.0
|
||||
%pom_remove_plugin -r :maven-enforcer-plugin
|
||||
%mvn_build -f
|
||||
%mvn_build -f -b
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -97,5 +101,8 @@ mv lucene/build/poms/pom.xml .
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Aug 18 2023 Ge Wang <wang_ge@126.com> - 0:4.10.4-2
|
||||
- Fix build failure due to buildnumber-maven-plugin updated
|
||||
|
||||
* Thu Jul 30 2020 leiju <leiju4@huawei.com> - 4.10.4-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user