update to 9.7.0 [release 9.7.0-1mamba;Mon Sep 04 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 00:07:53 +01:00
parent 248ede15b3
commit 77bce80b64

View File

@ -1,6 +1,6 @@
%define javahome %{_jvmdir}/jdk
Name: java-lucene
Version: 9.5.0
Version: 9.7.0
Release: 1mamba
Summary: High-performance, full-featured text search engine
Group: Applications/Networking
@ -33,8 +33,7 @@ mkdir -p %{buildroot}%{_javadir}/lucene
find . -type f -name '*.jar' -exec cp {} %{buildroot}%{_datadir}/java/lucene \;
ln -sf lucene-core-%{version}.jar %{buildroot}%{_javadir}/lucene/lucene.jar
ln -sf lucene-core-%{version}.jar %{buildroot}%{_javadir}/lucene/lucene-%{version}.jar
#ln -sf lucene-core-%{version}.jar %{buildroot}%{_javadir}/lucene/lucene.jar
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -46,6 +45,9 @@ ln -sf lucene-core-%{version}.jar %{buildroot}%{_javadir}/lucene/lucene-%{versio
%doc LICENSE.txt
%changelog
* Mon Sep 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 9.7.0-1mamba
- update to 9.7.0
* Tue Mar 14 2023 Automatic Build System <autodist@mambasoft.it> 9.5.0-1mamba
- automatic update by autodist