|
|
3a40dc |
# Copyright (c) 2000-2005, JPackage Project
|
|
|
3a40dc |
# All rights reserved.
|
|
|
3a40dc |
#
|
|
|
3a40dc |
# Redistribution and use in source and binary forms, with or without
|
|
|
3a40dc |
# modification, are permitted provided that the following conditions
|
|
|
3a40dc |
# are met:
|
|
|
3a40dc |
#
|
|
|
3a40dc |
# 1. Redistributions of source code must retain the above copyright
|
|
|
3a40dc |
# notice, this list of conditions and the following disclaimer.
|
|
|
3a40dc |
# 2. Redistributions in binary form must reproduce the above copyright
|
|
|
3a40dc |
# notice, this list of conditions and the following disclaimer in the
|
|
|
3a40dc |
# documentation and/or other materials provided with the
|
|
|
3a40dc |
# distribution.
|
|
|
3a40dc |
# 3. Neither the name of the JPackage Project nor the names of its
|
|
|
3a40dc |
# contributors may be used to endorse or promote products derived
|
|
|
3a40dc |
# from this software without specific prior written permission.
|
|
|
3a40dc |
#
|
|
|
3a40dc |
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
3a40dc |
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
3a40dc |
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
3a40dc |
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
3a40dc |
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
3a40dc |
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
3a40dc |
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
3a40dc |
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
3a40dc |
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
3a40dc |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
3a40dc |
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
3a40dc |
#
|
|
|
3a40dc |
|
|
|
3a40dc |
%global pkg_name lucene
|
|
|
3a40dc |
%{?scl:%scl_package %{pkg_name}}
|
|
|
3a40dc |
%{?java_common_find_provides_and_requires}
|
|
|
3a40dc |
|
|
|
3a40dc |
Summary: High-performance, full-featured text search engine
|
|
|
3a40dc |
Name: %{?scl_prefix}%{pkg_name}
|
|
|
3a40dc |
Version: 4.8.0
|
|
|
a37cde |
Release: 6.9%{?dist}
|
|
|
3a40dc |
Epoch: 0
|
|
|
3a40dc |
License: ASL 2.0
|
|
|
3a40dc |
URL: http://lucene.apache.org/
|
|
|
3a40dc |
Source0: http://www.apache.org/dist/lucene/java/%{version}/lucene-%{version}-src.tgz
|
|
|
3a40dc |
Source1: lucene-%{version}-core-OSGi-MANIFEST.MF
|
|
|
3a40dc |
Source2: lucene-%{version}-analysis-OSGi-MANIFEST.MF
|
|
|
3a40dc |
Source3: lucene-%{version}-queryparser-OSGi-MANIFEST.MF
|
|
|
3a40dc |
#svn export http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_8_0/dev-tools/
|
|
|
3a40dc |
#tar caf dev-tools-4.8.0.tar.xz dev-tools/
|
|
|
3a40dc |
Source4: dev-tools-%{version}.tar.xz
|
|
|
3a40dc |
Source5: ivy-conf.xml
|
|
|
3a40dc |
|
|
|
3a40dc |
Patch0: 0001-disable-ivy-settings.patch
|
|
|
3a40dc |
Patch1: 0001-dependency-generation.patch
|
|
|
a37cde |
Patch2: 0001-SOLR-11477-Disallow-resolving-of-external-entities-i.patch
|
|
|
3a40dc |
|
|
|
3a40dc |
BuildRequires: git
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}ant
|
|
|
3a40dc |
%{!?scl:BuildRequires: ivy-local}
|
|
|
3a40dc |
%{?scl:BuildRequires: %{?scl_prefix_maven}apache-ivy}
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}httpcomponents-client
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}jetty-continuation
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}jetty-http
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}jetty-io
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}jetty-server
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}jetty-servlet
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}jetty-util
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}nekohtml
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}xerces-j2
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}mvn(javax.servlet:servlet-api)
|
|
|
3a40dc |
BuildRequires: %{?scl_prefix}maven-local
|
|
|
3a40dc |
|
|
|
3a40dc |
# test-framework deps
|
|
|
3a40dc |
BuildRequires: junit
|
|
|
3a40dc |
|
|
|
3a40dc |
%{?scl:Requires: %scl_runtime}
|
|
|
3a40dc |
|
|
|
3a40dc |
Provides: %{name}-core = %{epoch}:%{version}-%{release}
|
|
|
3a40dc |
# previously used by eclipse but no longer needed
|
|
|
3a40dc |
Obsoletes: %{name}-devel < %{epoch}:%{version}-%{release}
|
|
|
3a40dc |
Obsoletes: %{name}-demo < %{epoch}:%{version}-%{release}
|
|
|
3a40dc |
# previously distributed separately, but merged into main package
|
|
|
3a40dc |
Provides: %{name}-contrib = %{version}-%{release}
|
|
|
3a40dc |
Obsoletes: %{name}-contrib < %{version}-%{release}
|
|
|
3a40dc |
|
|
|
3a40dc |
BuildArch: noarch
|
|
|
3a40dc |
|
|
|
3a40dc |
%description
|
|
|
3a40dc |
Apache Lucene is a high-performance, full-featured text search
|
|
|
3a40dc |
engine library written entirely in Java. It is a technology suitable
|
|
|
3a40dc |
for nearly any application that requires full-text search, especially
|
|
|
3a40dc |
cross-platform.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package parent
|
|
|
3a40dc |
Summary: Parent POM for Lucene
|
|
|
3a40dc |
|
|
|
3a40dc |
%description parent
|
|
|
3a40dc |
Parent POM for Lucene.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package solr-grandparent
|
|
|
3a40dc |
Summary: Lucene Solr grandparent POM
|
|
|
3a40dc |
|
|
|
3a40dc |
%description solr-grandparent
|
|
|
3a40dc |
Lucene Solr grandparent POM.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package replicator
|
|
|
3a40dc |
Summary: Lucene Replicator Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description replicator
|
|
|
3a40dc |
Lucene Replicator Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package grouping
|
|
|
3a40dc |
Summary: Lucene Grouping Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description grouping
|
|
|
3a40dc |
Lucene Grouping Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package highlighter
|
|
|
3a40dc |
Summary: Lucene Highlighter Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description highlighter
|
|
|
3a40dc |
Lucene Highlighter Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package misc
|
|
|
3a40dc |
Summary: Miscellaneous Lucene extensions
|
|
|
3a40dc |
|
|
|
3a40dc |
%description misc
|
|
|
3a40dc |
Miscellaneous Lucene extensions.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package memory
|
|
|
3a40dc |
Summary: Lucene Memory Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description memory
|
|
|
3a40dc |
High-performance single-document index to compare against Query.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package classification
|
|
|
3a40dc |
Summary: Lucene Classification Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description classification
|
|
|
3a40dc |
Lucene Classification Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package join
|
|
|
3a40dc |
Summary: Lucene Join Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description join
|
|
|
3a40dc |
Lucene Join Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package suggest
|
|
|
3a40dc |
Summary: Lucene Suggest Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description suggest
|
|
|
3a40dc |
Lucene Suggest Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package facet
|
|
|
3a40dc |
Summary: Lucene Facets Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description facet
|
|
|
3a40dc |
Package for Faceted Indexing and Search.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package analysis
|
|
|
3a40dc |
Summary: Lucene Common Analyzers
|
|
|
3a40dc |
|
|
|
3a40dc |
%description analysis
|
|
|
3a40dc |
Lucene Common Analyzers.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package sandbox
|
|
|
3a40dc |
Summary: Lucene Sandbox Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description sandbox
|
|
|
3a40dc |
Lucene Sandbox Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package queries
|
|
|
3a40dc |
Summary: Lucene Queries Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description queries
|
|
|
3a40dc |
Lucene Queries Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package codecs
|
|
|
3a40dc |
Summary: Codecs and postings formats for Apache Lucene
|
|
|
3a40dc |
|
|
|
3a40dc |
%description codecs
|
|
|
3a40dc |
Codecs and postings formats for Apache Lucene.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package queryparser
|
|
|
3a40dc |
Summary: Lucene QueryParsers Module
|
|
|
3a40dc |
|
|
|
3a40dc |
%description queryparser
|
|
|
3a40dc |
Lucene QueryParsers Module.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package analyzers-smartcn
|
|
|
3a40dc |
Summary: Smart Chinese Analyzer
|
|
|
3a40dc |
|
|
|
3a40dc |
%description analyzers-smartcn
|
|
|
3a40dc |
Lucene Smart Chinese Analyzer.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package analyzers-phonetic
|
|
|
3a40dc |
Summary: Lucene Phonetic Filters
|
|
|
3a40dc |
|
|
|
3a40dc |
%description analyzers-phonetic
|
|
|
3a40dc |
Provides phonetic encoding via Commons Codec.
|
|
|
3a40dc |
|
|
|
3a40dc |
%package analyzers-stempel
|
|
|
3a40dc |
Summary: Lucene Stempel Analyzer
|
|
|
3a40dc |
|
|
|
3a40dc |
%description analyzers-stempel
|
|
|
3a40dc |
Lucene Stempel Analyzer.
|
|
|
3a40dc |
|
|
|
3a40dc |
|
|
|
3a40dc |
%package javadoc
|
|
|
3a40dc |
Summary: Javadoc for Lucene
|
|
|
3a40dc |
|
|
|
3a40dc |
%description javadoc
|
|
|
3a40dc |
%{summary}.
|
|
|
3a40dc |
|
|
|
3a40dc |
%prep
|
|
|
3a40dc |
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
|
|
|
3a40dc |
set -e -x
|
|
|
3a40dc |
%if 0%{?rhel} <= 6
|
|
|
3a40dc |
%setup -q -n %{pkg_name}-%{version}
|
|
|
3a40dc |
%patch0 -p1
|
|
|
3a40dc |
%patch1 -p1
|
|
|
a37cde |
%patch2 -p1
|
|
|
3a40dc |
%else
|
|
|
3a40dc |
%autosetup -n %{pkg_name}-%{version} -S git
|
|
|
3a40dc |
%endif
|
|
|
3a40dc |
|
|
|
3a40dc |
# dependency generator expects that the directory name is just lucene
|
|
|
3a40dc |
mkdir %{pkg_name}
|
|
|
3a40dc |
find -maxdepth 1 ! -name CHANGES.txt ! -name LICENSE.txt ! -name README.txt \
|
|
|
3a40dc |
! -name NOTICE.txt ! -name MIGRATE.txt ! -name ivy-settings.xml \
|
|
|
3a40dc |
! -path %{pkg_name} -exec mv \{} %{pkg_name}/ \;
|
|
|
3a40dc |
|
|
|
3a40dc |
tar xf %{SOURCE4}
|
|
|
3a40dc |
|
|
|
3a40dc |
pushd %{pkg_name}
|
|
|
3a40dc |
|
|
|
3a40dc |
# remove all binary libs
|
|
|
3a40dc |
find . -name "*.jar" -exec rm -f {} \;
|
|
|
3a40dc |
|
|
|
3a40dc |
rm sandbox/src/test/org/apache/lucene/sandbox/queries/regex/TestJakartaRegexpCapabilities.java
|
|
|
3a40dc |
|
|
|
3a40dc |
# old API
|
|
|
3a40dc |
rm -r replicator/src/test/*
|
|
|
3a40dc |
|
|
|
3a40dc |
# Because ivy-local is not available before F21
|
|
|
3a40dc |
%{?scl:ln -s %{_sysconfdir}/ivy/ivysettings.xml}
|
|
|
3a40dc |
|
|
|
3a40dc |
popd
|
|
|
3a40dc |
|
|
|
3a40dc |
%mvn_package ":%{pkg_name}-analysis-modules-aggregator" %{pkg_name}-analysis
|
|
|
3a40dc |
%mvn_package ":%{pkg_name}-analyzers-common" %{pkg_name}-analysis
|
|
|
3a40dc |
%mvn_package ":{*}-aggregator" @1
|
|
|
3a40dc |
|
|
|
3a40dc |
# Cannot resolve these during ivy build
|
|
|
3a40dc |
rm -rf %{pkg_name}/analysis/{icu,kuromoji}
|
|
|
3a40dc |
%{?scl:EOF}
|
|
|
3a40dc |
|
|
|
3a40dc |
|
|
|
3a40dc |
%build
|
|
|
3a40dc |
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
|
|
|
3a40dc |
set -e -x
|
|
|
3a40dc |
pushd %{pkg_name}
|
|
|
3a40dc |
# generate dependencies
|
|
|
3a40dc |
ant filter-pom-templates -Divy.settings.file=%{SOURCE5} -Dbuild.sysclasspath=first -Dversion=%{version}
|
|
|
3a40dc |
|
|
|
3a40dc |
# These folder are removed
|
|
|
3a40dc |
rm -rf build/poms/%{pkg_name}/analysis/{icu,kuromoji}
|
|
|
3a40dc |
|
|
|
3a40dc |
# fix source dir + move to expected place
|
|
|
3a40dc |
for pom in `find build/poms/%{pkg_name} -name pom.xml`; do
|
|
|
3a40dc |
sed 's/\${module-path}/${basedir}/g' "$pom" > "${pom##build/poms/%{pkg_name}/}"
|
|
|
3a40dc |
done
|
|
|
3a40dc |
|
|
|
3a40dc |
for module in misc test-framework core/src/java facet \
|
|
|
3a40dc |
analysis/stempel codecs/src/java codecs/src/test queryparser \
|
|
|
3a40dc |
core/src/test memory .; do
|
|
|
3a40dc |
%pom_remove_plugin :forbiddenapis ${module}
|
|
|
3a40dc |
done
|
|
|
3a40dc |
|
|
|
3a40dc |
%pom_disable_module src/test core
|
|
|
3a40dc |
%pom_disable_module src/test codecs
|
|
|
3a40dc |
|
|
|
3a40dc |
# Disable unnecessary modules
|
|
|
3a40dc |
%pom_disable_module test-framework
|
|
|
3a40dc |
%pom_disable_module icu analysis
|
|
|
3a40dc |
%pom_disable_module kuromoji analysis
|
|
|
3a40dc |
%pom_disable_module morfologik analysis
|
|
|
3a40dc |
%pom_disable_module uima analysis
|
|
|
3a40dc |
%pom_disable_module spatial
|
|
|
3a40dc |
%pom_disable_module benchmark
|
|
|
3a40dc |
%pom_disable_module expressions
|
|
|
3a40dc |
%pom_disable_module demo
|
|
|
3a40dc |
|
|
|
3a40dc |
popd
|
|
|
3a40dc |
|
|
|
3a40dc |
mv lucene/build/poms/pom.xml .
|
|
|
3a40dc |
|
|
|
3a40dc |
%pom_disable_module solr
|
|
|
3a40dc |
%pom_remove_plugin :gmaven-plugin
|
|
|
3a40dc |
%pom_remove_plugin :forbiddenapis
|
|
|
3a40dc |
|
|
|
3a40dc |
%pom_remove_dep com.carrotsearch.randomizedtesting:
|
|
|
3a40dc |
|
|
|
3a40dc |
# For some reason TestHtmlParser.testTurkish fails when building inside SCLs
|
|
|
3a40dc |
%mvn_build -s -f %{?scl:-- -Dmaven.test.failure.ignore=true}
|
|
|
3a40dc |
|
|
|
3a40dc |
pushd %{pkg_name}
|
|
|
3a40dc |
|
|
|
3a40dc |
# add missing OSGi metadata to manifests
|
|
|
3a40dc |
mkdir META-INF
|
|
|
3a40dc |
unzip -o core/src/java/target/lucene-core-%{version}.jar META-INF/MANIFEST.MF
|
|
|
3a40dc |
cat %{SOURCE1} >> META-INF/MANIFEST.MF
|
|
|
3a40dc |
sed -i '/^\r$/d' META-INF/MANIFEST.MF
|
|
|
3a40dc |
zip -u core/src/java/target/lucene-core-%{version}.jar META-INF/MANIFEST.MF
|
|
|
3a40dc |
|
|
|
3a40dc |
unzip -o analysis/common/target/lucene-analyzers-common-%{version}.jar META-INF/MANIFEST.MF
|
|
|
3a40dc |
cat %{SOURCE2} >> META-INF/MANIFEST.MF
|
|
|
3a40dc |
sed -i '/^\r$/d' META-INF/MANIFEST.MF
|
|
|
3a40dc |
zip -u analysis/common/target/lucene-analyzers-common-%{version}.jar META-INF/MANIFEST.MF
|
|
|
3a40dc |
|
|
|
3a40dc |
unzip -o queryparser/target/lucene-queryparser-%{version}.jar META-INF/MANIFEST.MF
|
|
|
3a40dc |
cat %{SOURCE3} >> META-INF/MANIFEST.MF
|
|
|
3a40dc |
sed -i '/^\r$/d' META-INF/MANIFEST.MF
|
|
|
3a40dc |
zip -u queryparser/target/lucene-queryparser-%{version}.jar META-INF/MANIFEST.MF
|
|
|
3a40dc |
|
|
|
3a40dc |
popd
|
|
|
3a40dc |
%{?scl:EOF}
|
|
|
3a40dc |
|
|
|
3a40dc |
%install
|
|
|
3a40dc |
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
|
|
|
3a40dc |
set -e -x
|
|
|
3a40dc |
|
|
|
3a40dc |
# suggest provides spellchecker
|
|
|
3a40dc |
%mvn_alias :%{pkg_name}-suggest :%{pkg_name}-spellchecker
|
|
|
3a40dc |
|
|
|
3a40dc |
# compatibility with existing packages
|
|
|
3a40dc |
%mvn_alias :%{pkg_name}-analyzers-common :%{pkg_name}-analyzers
|
|
|
3a40dc |
|
|
|
3a40dc |
%mvn_install
|
|
|
3a40dc |
%{?scl:EOF}
|
|
|
3a40dc |
|
|
|
3a40dc |
%files -f .mfiles-%{pkg_name}-core
|
|
|
3a40dc |
%dir %{_javadir}/%{pkg_name}
|
|
|
3a40dc |
%dir %{_mavenpomdir}/%{pkg_name}
|
|
|
3a40dc |
%doc CHANGES.txt LICENSE.txt README.txt NOTICE.txt MIGRATE.txt
|
|
|
3a40dc |
|
|
|
3a40dc |
%files parent -f .mfiles-%{pkg_name}-parent
|
|
|
3a40dc |
%dir %{_mavenpomdir}/%{pkg_name}
|
|
|
3a40dc |
%files solr-grandparent -f .mfiles-%{pkg_name}-solr-grandparent
|
|
|
3a40dc |
%dir %{_mavenpomdir}/%{pkg_name}
|
|
|
3a40dc |
%files replicator -f .mfiles-%{pkg_name}-replicator
|
|
|
3a40dc |
%files grouping -f .mfiles-%{pkg_name}-grouping
|
|
|
3a40dc |
%files highlighter -f .mfiles-%{pkg_name}-highlighter
|
|
|
3a40dc |
%files misc -f .mfiles-%{pkg_name}-misc
|
|
|
3a40dc |
%dir %{_jnidir}/%{pkg_name}
|
|
|
3a40dc |
%files memory -f .mfiles-%{pkg_name}-memory
|
|
|
3a40dc |
%files classification -f .mfiles-%{pkg_name}-classification
|
|
|
3a40dc |
%files join -f .mfiles-%{pkg_name}-join
|
|
|
3a40dc |
%files suggest -f .mfiles-%{pkg_name}-suggest
|
|
|
3a40dc |
%files facet -f .mfiles-%{pkg_name}-facet
|
|
|
3a40dc |
%files analysis -f .mfiles-%{pkg_name}-analysis
|
|
|
3a40dc |
%files sandbox -f .mfiles-%{pkg_name}-sandbox
|
|
|
3a40dc |
%files queries -f .mfiles-%{pkg_name}-queries
|
|
|
3a40dc |
%files codecs -f .mfiles-%{pkg_name}-codecs
|
|
|
3a40dc |
%files queryparser -f .mfiles-%{pkg_name}-queryparser
|
|
|
3a40dc |
%files analyzers-smartcn -f .mfiles-%{pkg_name}-analyzers-smartcn
|
|
|
3a40dc |
%files analyzers-phonetic -f .mfiles-%{pkg_name}-analyzers-phonetic
|
|
|
3a40dc |
%files analyzers-stempel -f .mfiles-%{pkg_name}-analyzers-stempel
|
|
|
3a40dc |
|
|
|
3a40dc |
%files javadoc -f .mfiles-javadoc
|
|
|
3a40dc |
%doc LICENSE.txt
|
|
|
3a40dc |
|
|
|
3a40dc |
%changelog
|
|
|
a37cde |
* Fri Oct 27 2017 Michael Simacek <msimacek@redhat.com> - 0:4.8.0-6.9
|
|
|
a37cde |
- Backport fix for CVE-2017-12629
|
|
|
a37cde |
|
|
|
cdbc48 |
* Wed Nov 16 2016 Mat Booth <mat.booth@redhat.com> - 0:4.8.0-6.8
|
|
|
cdbc48 |
- Be more strict with versions in require-bundle directives
|
|
|
cdbc48 |
- Resolves: rhbz#1395709
|
|
|
cdbc48 |
|
|
|
3a40dc |
* Thu Jan 15 2015 Michael Simacek <msimacek@redhat.com> - 0:4.8.0-6.7
|
|
|
3a40dc |
- Fix unowned directory
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Jan 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:4.8.0-6.6
|
|
|
3a40dc |
- Fix Ivy config
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Jan 14 2015 Michal Srb <msrb@redhat.com> - 0:4.8.0-6.5
|
|
|
3a40dc |
- SCL-ize whole prep section, fail on non-zero return code
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Jan 14 2015 Michal Srb <msrb@redhat.com> - 0:4.8.0-6.4
|
|
|
3a40dc |
- Fix directory ownership
|
|
|
3a40dc |
- Fix BR: ant
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 0:4.8.0-6.3
|
|
|
3a40dc |
- Mass rebuild 2015-01-13
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Jan 12 2015 Michael Simacek <msimacek@redhat.com> - 0:4.8.0-6.2
|
|
|
3a40dc |
- Rebuild to regenerate requires
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Jan 09 2015 Michal Srb <msrb@redhat.com> - 0:4.8.0-6.1
|
|
|
3a40dc |
- Mass rebuild 2015-01-09
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Dec 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:4.8.0-6
|
|
|
3a40dc |
- Migrate requires and build-requires to rh-java-common
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Dec 15 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:4.8.0-5
|
|
|
3a40dc |
- Mass rebuild 2014-12-15
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Dec 15 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:4.8.0-4
|
|
|
3a40dc |
- Rebuild for rh-java-common collection
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri May 16 2014 Roland Grunberg <rgrunber@redhat.com> - 0:4.8.0-3
|
|
|
3a40dc |
- Make final changes to build on DTS 3.0.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri May 02 2014 Mat Booth <mat.booth@redhat.com> - 0:4.8.0-2
|
|
|
3a40dc |
- SCL-ize package
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri May 02 2014 Michael Simacek <msimacek@redhat.com> - 0:4.8.0-1
|
|
|
3a40dc |
- Update to upstream release 4.8.0
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri May 2 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.8.0-0.1
|
|
|
3a40dc |
- Initial 4.8.0 effort.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Apr 17 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.2-1
|
|
|
3a40dc |
- Update to 4.7.2 upstream release.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Apr 3 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.1-1
|
|
|
3a40dc |
- Update to 4.7.1 upstream release.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Mar 25 2014 Michael Simacek <msimacek@redhat.com> - 0:4.7.0-8
|
|
|
3a40dc |
- Enable tests that required newer icu4j and nekohtml
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Mar 14 2014 Michael Simacek <msimacek@redhat.com> - 0:4.7.0-7
|
|
|
3a40dc |
- Generate dependencies for POMs
|
|
|
3a40dc |
- Revert to using POM files for build and installation (ivy files don't specify
|
|
|
3a40dc |
interproject dependencies)
|
|
|
3a40dc |
- Split into subpackages
|
|
|
3a40dc |
- Clean up BR's
|
|
|
3a40dc |
- Remove unused patches
|
|
|
3a40dc |
- Enable tests
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Mar 13 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.0-6
|
|
|
3a40dc |
- Don't export package that is not in queryparser.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Mar 12 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.0-5
|
|
|
3a40dc |
- Add queryparser osgi metadata properly.
|
|
|
3a40dc |
- Export lucene.analysys.standard too.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Mar 12 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.0-4
|
|
|
3a40dc |
- Export queryParser and queryParser.classic packages for OSGi.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Mar 06 2014 Severin Gehwolf <sgehwolf@redhat.com> - 0:4.7.0-3
|
|
|
3a40dc |
- Fix analyzers-common OSGi metadata: Export o.a.l.a.core and
|
|
|
3a40dc |
fix Require-Bundle header.
|
|
|
3a40dc |
- Resolves: RHBZ#1073073
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Mar 05 2014 Roland Grunberg <rgrunber@redhat.com> - 0:4.7.0-2
|
|
|
3a40dc |
- Fix Bundle-RequiredExecutionEnvironment for manifests. (rhbz#1072985)
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Mar 04 2014 Michael Simacek <msimacek@redhat.com> - 0:4.7.0-1
|
|
|
3a40dc |
- Update to upstream version 4.7.0
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Feb 10 2014 Michael Simacek <msimacek@redhat.com> - 0:4.6.1-1
|
|
|
3a40dc |
- Update to upstream version 4.6.1
|
|
|
3a40dc |
- Use XMvn to resolve ivy artifacts and for installation
|
|
|
3a40dc |
- Remove contrib subpackage (was merged into main package)
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Nov 06 2013 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.2-4
|
|
|
3a40dc |
- Remove unneeded BR jline. Resolves RHBZ#1023015.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.6.2-3
|
|
|
3a40dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Mar 1 2013 Krzysztof Daniel <kdaniel@redhat.com> 0:3.6.2-2
|
|
|
3a40dc |
- 830762: lucene ships POMs with uninitialized version properties
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Feb 26 2013 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.2-1
|
|
|
3a40dc |
- Update to upstream release 3.6.2
|
|
|
3a40dc |
- Fix build errors related to icu4j v50 incompatibility.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.6.0-12
|
|
|
3a40dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Dec 5 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-11
|
|
|
3a40dc |
- Remove patches which weren't applied (rpmlint warnings).
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Dec 3 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-10
|
|
|
3a40dc |
- Upload new tarball for dev-tools as checksum could not be
|
|
|
3a40dc |
reproduced with given commands listed in comment.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Nov 27 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-9
|
|
|
3a40dc |
- Always install grand-parent pom as well.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Nov 27 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-8
|
|
|
3a40dc |
- Always install lucene-parent pom.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Nov 26 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-7
|
|
|
3a40dc |
- Only build lucene-contrib for Fedora.
|
|
|
3a40dc |
- This removes BR on icu4j on rhel.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Nov 23 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-6
|
|
|
3a40dc |
- Fix OSGi medatada. In particular:
|
|
|
3a40dc |
- Missing import javax.management (lucene-core)
|
|
|
3a40dc |
- Missing import javax.xml.parsers and org.xml.sax.helpers
|
|
|
3a40dc |
(lucene-analysis)
|
|
|
3a40dc |
- BundleVersion updated to 3.6.0 (lucene-core & lucene-analysis)
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.6.0-5
|
|
|
3a40dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Jul 5 2012 Alexander Kurtakov <akurtako@redhat.com> 0:3.6.0-4
|
|
|
3a40dc |
- Properly install analyzers.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Jul 4 2012 Alexander Kurtakov <akurtako@redhat.com> 0:3.6.0-3
|
|
|
3a40dc |
- Really fix manifests.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Jul 4 2012 Alexander Kurtakov <akurtako@redhat.com> 0:3.6.0-2
|
|
|
3a40dc |
- Remove duplicated manifest entries.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Jul 3 2012 Alexander Kurtakov <akurtako@redhat.com> 0:3.6.0-1
|
|
|
3a40dc |
- Update to upstream 3.6.0.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.9.4-8
|
|
|
3a40dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Sep 12 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.9.4-7
|
|
|
3a40dc |
- Fix duplicate Manifes-version warnings.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Jun 27 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.9.4-6
|
|
|
3a40dc |
- BR zip - fixes FTBFS.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue May 3 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.9.4-5
|
|
|
3a40dc |
- Update OSGi manifests.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.9.4-4
|
|
|
3a40dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Feb 8 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.9.4-3
|
|
|
3a40dc |
- Fix empty lucene-analyzers (rhbz#675950)
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Feb 2 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.9.4-2
|
|
|
3a40dc |
- Add maven metadata (rhbz#566775)
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Jan 31 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.9.4-1
|
|
|
3a40dc |
- Update to latest 2.x version (3.x is not API compatible)
|
|
|
3a40dc |
- Add new modules
|
|
|
3a40dc |
- Enable tests again
|
|
|
3a40dc |
- Versionless jars & javadocs
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Oct 13 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.4.1-7
|
|
|
3a40dc |
- BR java 1.6.0.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Oct 13 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.4.1-6
|
|
|
3a40dc |
- Fix merge review comments (rhbz#226110).
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Oct 01 2010 Caolán McNamara <caolanm@redhat.com> 0:2.4.1-5
|
|
|
3a40dc |
- remove empty lines from MANIFEST.MF
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Oct 01 2010 Caolán McNamara <caolanm@redhat.com> 0:2.4.1-4
|
|
|
3a40dc |
- Resolves: rhbz#615609 custom MANIFEST.MF in lucene drops
|
|
|
3a40dc |
"Specification-Version"
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Jun 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.4.1-3
|
|
|
3a40dc |
- Fix build.
|
|
|
3a40dc |
- FIx various rpmlint warnings.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Mar 5 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.4.1-2
|
|
|
3a40dc |
- Drop gcj_support.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Dec 1 2009 Orion Poplawski <orion@cora.nwra.com> - 0:2.4.1-1
|
|
|
3a40dc |
- Update to 2.4.1
|
|
|
3a40dc |
|
|
|
3a40dc |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.3.1-5.5
|
|
|
3a40dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Apr 30 2009 Deepak Bhole <dbhole@redhat.com> - 0:2.3.1-4.5
|
|
|
3a40dc |
- rhbz #465344: Fix Implementation-Version and remove Class-Path from manifest
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.3.1-4.4
|
|
|
3a40dc |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Jul 14 2008 Andrew Overholt <overholt@redhat.com> 0:2.3.1-3.4
|
|
|
3a40dc |
- Update OSGi manifest data for Eclipse SDK 3.4
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:2.3.1-3.2
|
|
|
3a40dc |
- drop repotag
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:2.3.1-3jpp.1
|
|
|
3a40dc |
- fix license tag
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon May 19 2008 Lubomir Rintel <lkundrak@v3.sk> - 0:2.3.1-3jpp.0
|
|
|
3a40dc |
- Correct gcj-compat dependencies, so that this builds on RHEL
|
|
|
3a40dc |
- Use --without gcj to disable gcj aot compilation
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon May 5 2008 Lubomir Rintel <lkundrak@v3.sk> - 0:2.3.1-2jpp.0
|
|
|
3a40dc |
- Unbreak build by repacing the version patch with and -Dversion
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon May 5 2008 Lubomir Rintel <lkundrak@v3.sk> - 0:2.3.1-1jpp.0
|
|
|
3a40dc |
- 2.3.1, bugfixes only
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Feb 19 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0:2.3.0-1jpp.0
|
|
|
3a40dc |
- 2.3.0 (#228141)
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.9.1-2jpp.5
|
|
|
3a40dc |
- Autorebuild for GCC 4.3
|
|
|
3a40dc |
|
|
|
3a40dc |
* Fri Sep 21 2007 Deepak Bhole <dbhole@redhat.com> 1.9.1-1jpp.5
|
|
|
3a40dc |
- Disable tests due to random hangs (see FIXME comment above ant call)
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Sep 20 2007 Deepak Bhole <dbhole@redhat.com> 0:1.9.1-1jpp.4
|
|
|
3a40dc |
- Rebuild for ppc32 execmem issue and new build-id
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Aug 02 2007 Ben Konrath <bkonrath@redhat.com> 0:1.9.1-1jpp.3
|
|
|
3a40dc |
- Cleanup packaging of OSGi manifests.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Jul 31 2007 Ben Konrath <bkonrath@redhat.com> 0:1.9.1-1jpp.2
|
|
|
3a40dc |
- Use OSGi manifests from eclipse 3.3.0 instead of merged manifests.
|
|
|
3a40dc |
- Resolves: #250221.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Jul 17 2007 Ben Konrath <bkonrath@redhat.com> 0:1.9.1-1jpp.1
|
|
|
3a40dc |
- Disable db sub-package.
|
|
|
3a40dc |
- Disable generating test report.
|
|
|
3a40dc |
- Add OSGi manifest.
|
|
|
3a40dc |
- Obsolete lucene-devel.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Mar 29 2006 Ralph Apel <r.apel@r-apel.de> 0:1.9.1-1jpp
|
|
|
3a40dc |
- Upgrade to 1.9.1
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Apr 26 2005 Ville Skyttä <scop at jpackage.org> - 0:1.4.3-2jpp
|
|
|
3a40dc |
- Add unversioned javadoc dir symlink.
|
|
|
3a40dc |
- Crosslink with local JDK javadocs.
|
|
|
3a40dc |
- Convert specfile to UTF-8.
|
|
|
3a40dc |
- Fix URLs.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Jan 10 2005 Kaj J. Niemi <kajtzu@fi.basen.net> 0:1.4.3
|
|
|
3a40dc |
- 1.4.3
|
|
|
3a40dc |
|
|
|
3a40dc |
* Mon Aug 23 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.3-3jpp
|
|
|
3a40dc |
- Rebuild with Ant 1.6.2
|
|
|
3a40dc |
|
|
|
3a40dc |
* Tue Jun 01 2004 Randy Watler <rwatler at finali.com> - 0:1.3-2jpp
|
|
|
3a40dc |
- Upgrade to Ant 1.6.X
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Jan 21 2004 David Walluck <david@anti-microsoft.org> 0:1.3-1jpp
|
|
|
3a40dc |
- 1.3
|
|
|
3a40dc |
|
|
|
3a40dc |
* Wed Mar 26 2003 Ville Skyttä <scop at jpackage.org> - 0:1.2-2jpp
|
|
|
3a40dc |
- Rebuilt for JPackage 1.5.
|
|
|
3a40dc |
|
|
|
3a40dc |
* Thu Mar 6 2003 Ville Skyttä <scop at jpackage.org> - 1.2-1jpp
|
|
|
3a40dc |
- First JPackage release.
|