786e195
# Copyright (c) 2000-2005, JPackage Project
Ben Konrath 3d037f3
# All rights reserved.
Ben Konrath 3d037f3
#
Ben Konrath 3d037f3
# Redistribution and use in source and binary forms, with or without
Ben Konrath 3d037f3
# modification, are permitted provided that the following conditions
Ben Konrath 3d037f3
# are met:
Ben Konrath 3d037f3
#
Ben Konrath 3d037f3
# 1. Redistributions of source code must retain the above copyright
Ben Konrath 3d037f3
#    notice, this list of conditions and the following disclaimer.
Ben Konrath 3d037f3
# 2. Redistributions in binary form must reproduce the above copyright
Ben Konrath 3d037f3
#    notice, this list of conditions and the following disclaimer in the
Ben Konrath 3d037f3
#    documentation and/or other materials provided with the
Ben Konrath 3d037f3
#    distribution.
Ben Konrath 3d037f3
# 3. Neither the name of the JPackage Project nor the names of its
Ben Konrath 3d037f3
#    contributors may be used to endorse or promote products derived
Ben Konrath 3d037f3
#    from this software without specific prior written permission.
Ben Konrath 3d037f3
#
Ben Konrath 3d037f3
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Ben Konrath 3d037f3
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Ben Konrath 3d037f3
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Ben Konrath 3d037f3
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Ben Konrath 3d037f3
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Ben Konrath 3d037f3
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Ben Konrath 3d037f3
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Ben Konrath 3d037f3
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Ben Konrath 3d037f3
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Ben Konrath 3d037f3
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Ben Konrath 3d037f3
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Ben Konrath 3d037f3
#
Ben Konrath 3d037f3
6074bbb
Summary:        High-performance, full-featured text search engine
635a420
Name:           lucene
17bdd7d
Version:        5.3.0
17bdd7d
Release:        1%{?dist}
6074bbb
Epoch:          0
6c295ed
License:        ASL 2.0
Ben Konrath 3d037f3
URL:            http://lucene.apache.org/
086a17f
Source0:        http://www.apache.org/dist/lucene/java/%{version}/lucene-%{version}-src.tgz
17bdd7d
#svn export http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_5_3_0/dev-tools/
17bdd7d
#tar caf dev-tools-5.3.0.tar.xz dev-tools/
d06a2df
Source4:        dev-tools-%{version}.tar.xz
18be1b8
18be1b8
Patch0:         0001-disable-ivy-settings.patch
73524c0
Patch1:         0001-dependency-generation.patch
18be1b8
18be1b8
BuildRequires:  git
18be1b8
BuildRequires:  ant
635a420
BuildRequires:  ivy-local
635a420
BuildRequires:  icu4j
18be1b8
BuildRequires:  httpcomponents-client
086a17f
BuildRequires:  jetty-continuation
086a17f
BuildRequires:  jetty-http
086a17f
BuildRequires:  jetty-io
086a17f
BuildRequires:  jetty-server
086a17f
BuildRequires:  jetty-servlet
086a17f
BuildRequires:  jetty-util
18be1b8
BuildRequires:  morfologik-stemming
18be1b8
BuildRequires:  uimaj
18be1b8
BuildRequires:  uima-addons
18be1b8
BuildRequires:  spatial4j
18be1b8
BuildRequires:  nekohtml
18be1b8
BuildRequires:  xerces-j2
18be1b8
BuildRequires:  mvn(javax.servlet:servlet-api)
18be1b8
BuildRequires:  mvn(org.antlr:antlr-runtime)
796671a
BuildRequires:  maven-local
cdba1bf
BuildRequires:  apache-parent
db673e2
BuildRequires:  forbidden-apis
18be1b8
d06a2df
# test-framework deps
18be1b8
BuildRequires:  junit
18be1b8
BuildRequires:  randomizedtesting-junit4-ant
18be1b8
BuildRequires:  randomizedtesting-runner
Stanislav Ochotnicky 72a9a98
086a17f
Provides:       %{name}-core = %{epoch}:%{version}-%{release}
Ben Konrath 3d037f3
# previously used by eclipse but no longer needed
086a17f
Obsoletes:      %{name}-devel < %{epoch}:%{version}-%{release}
086a17f
Obsoletes:      %{name}-demo  < %{epoch}:%{version}-%{release}
18be1b8
# previously distributed separately, but merged into main package
086a17f
Provides:       %{name}-contrib = %{version}-%{release}
086a17f
Obsoletes:      %{name}-contrib < %{version}-%{release}
18be1b8
e1ce990
BuildArch:      noarch
Stanislav Ochotnicky 72a9a98
6074bbb
%description
Stanislav Ochotnicky 72a9a98
Apache Lucene is a high-performance, full-featured text search
Stanislav Ochotnicky 72a9a98
engine library written entirely in Java. It is a technology suitable
Stanislav Ochotnicky 72a9a98
for nearly any application that requires full-text search, especially
Stanislav Ochotnicky 72a9a98
cross-platform.
6074bbb
d06a2df
%package parent
086a17f
Summary:      Parent POM for Lucene
d06a2df
d06a2df
%description parent
086a17f
Parent POM for Lucene.
d06a2df
d06a2df
%package solr-grandparent
086a17f
Summary:      Lucene Solr grandparent POM
d06a2df
d06a2df
%description solr-grandparent
086a17f
Lucene Solr grandparent POM.
d06a2df
db673e2
%package backward-codecs
db673e2
Summary:      Lucene Backward Codecs Module
db673e2
db673e2
%description backward-codecs
db673e2
Codecs for older versions of Lucene.
db673e2
d06a2df
%package benchmark
d06a2df
Summary:      Lucene Benchmarking Module
d06a2df
d06a2df
%description benchmark
d06a2df
Lucene Benchmarking Module.
d06a2df
d06a2df
%package replicator
d06a2df
Summary:      Lucene Replicator Module
d06a2df
d06a2df
%description replicator
d06a2df
Lucene Replicator Module.
d06a2df
d06a2df
%package grouping
d06a2df
Summary:      Lucene Grouping Module
d06a2df
d06a2df
%description grouping
d06a2df
Lucene Grouping Module.
d06a2df
d06a2df
%package highlighter
d06a2df
Summary:      Lucene Highlighter Module
d06a2df
d06a2df
%description highlighter
d06a2df
Lucene Highlighter Module.
d06a2df
d06a2df
%package misc
d06a2df
Summary:      Miscellaneous Lucene extensions
d06a2df
d06a2df
%description misc
d06a2df
Miscellaneous Lucene extensions.
d06a2df
d06a2df
%package test-framework
d06a2df
Summary:      Apache Lucene Java Test Framework
d06a2df
d06a2df
%description test-framework
d06a2df
Apache Lucene Java Test Framework.
d06a2df
d06a2df
%package memory
d06a2df
Summary:      Lucene Memory Module
d06a2df
d06a2df
%description memory
d06a2df
High-performance single-document index to compare against Query.
d06a2df
d06a2df
%package expressions
d06a2df
Summary:      Lucene Expressions Module
d06a2df
d06a2df
%description expressions
d06a2df
Dynamically computed values to sort/facet/search on based on a pluggable
d06a2df
grammar.
d06a2df
d06a2df
%package demo
d06a2df
Summary:      Lucene Demo Module
d06a2df
d06a2df
%description demo
d06a2df
Demo for Apache Lucene Java.
d06a2df
d06a2df
%package classification
d06a2df
Summary:      Lucene Classification Module
d06a2df
d06a2df
%description classification
d06a2df
Lucene Classification Module.
d06a2df
d06a2df
%package join
d06a2df
Summary:      Lucene Join Module
d06a2df
d06a2df
%description join
d06a2df
Lucene Join Module.
d06a2df
d06a2df
%package suggest
d06a2df
Summary:      Lucene Suggest Module
d06a2df
d06a2df
%description suggest
d06a2df
Lucene Suggest Module.
d06a2df
d06a2df
%package facet
d06a2df
Summary:      Lucene Facets Module
d06a2df
d06a2df
%description facet
d06a2df
Package for Faceted Indexing and Search.
d06a2df
d06a2df
%package analysis
d06a2df
Summary:      Lucene Common Analyzers
d06a2df
d06a2df
%description analysis
d06a2df
Lucene Common Analyzers.
d06a2df
d06a2df
%package sandbox
d06a2df
Summary:      Lucene Sandbox Module
d06a2df
d06a2df
%description sandbox
d06a2df
Lucene Sandbox Module.
d06a2df
d06a2df
%package queries
d06a2df
Summary:      Lucene Queries Module
d06a2df
d06a2df
%description queries
d06a2df
Lucene Queries Module.
d06a2df
d06a2df
%package spatial
d06a2df
Summary:      Spatial Strategies for Apache Lucene
d06a2df
d06a2df
%description spatial
d06a2df
Spatial Strategies for Apache Lucene.
d06a2df
17bdd7d
%package spatial3d
17bdd7d
Summary:      Lucene Spatial 3D
17bdd7d
17bdd7d
%description spatial3d
17bdd7d
Spatial shapes implemented using 3D planar geometry
17bdd7d
d06a2df
%package codecs
d06a2df
Summary:      Codecs and postings formats for Apache Lucene
d06a2df
d06a2df
%description codecs
d06a2df
Codecs and postings formats for Apache Lucene.
d06a2df
d06a2df
%package queryparser
d06a2df
Summary:      Lucene QueryParsers Module
d06a2df
d06a2df
%description queryparser
d06a2df
Lucene QueryParsers Module.
d06a2df
d06a2df
%package analyzers-smartcn
d06a2df
Summary:      Smart Chinese Analyzer
d06a2df
d06a2df
%description analyzers-smartcn
d06a2df
Lucene Smart Chinese Analyzer.
d06a2df
d06a2df
%package analyzers-phonetic
d06a2df
Summary:      Lucene Phonetic Filters
d06a2df
d06a2df
%description analyzers-phonetic
d06a2df
Provides phonetic encoding via Commons Codec.
d06a2df
d06a2df
%package analyzers-icu
d06a2df
Summary:      Lucene ICU Analysis Components
d06a2df
d06a2df
%description analyzers-icu
d06a2df
Provides integration with ICU (International Components for Unicode) for
d06a2df
stronger Unicode and internationalization support.
d06a2df
d06a2df
%package analyzers-morfologik
d06a2df
Summary:      Lucene Morfologik Polish Lemmatizer
d06a2df
d06a2df
%description analyzers-morfologik
d06a2df
A dictionary-driven lemmatizer for Polish (includes morphosyntactic
d06a2df
annotations).
d06a2df
d06a2df
%package analyzers-uima
d06a2df
Summary:      Lucene UIMA Analysis Components
d06a2df
d06a2df
%description analyzers-uima
d06a2df
Lucene Integration with UIMA for extracting metadata from arbitrary (text)
d06a2df
fields and enrich document with features extracted from UIMA types (language,
d06a2df
sentences, concepts, named entities, etc.).
d06a2df
d06a2df
%package analyzers-kuromoji
d06a2df
Summary:      Lucene Kuromoji Japanese Morphological Analyzer
d06a2df
d06a2df
%description analyzers-kuromoji
d06a2df
Lucene Kuromoji Japanese Morphological Analyzer.
d06a2df
d06a2df
%package analyzers-stempel
d06a2df
Summary:      Lucene Stempel Analyzer
d06a2df
d06a2df
%description analyzers-stempel
d06a2df
Lucene Stempel Analyzer.
d06a2df
d06a2df
6074bbb
%package javadoc
6074bbb
Summary:        Javadoc for Lucene
6074bbb
6074bbb
%description javadoc
Ben Konrath 3d037f3
%{summary}.
6074bbb
6074bbb
%prep
635a420
%autosetup -n %{name}-%{version} -S git
18be1b8
d06a2df
# dependency generator expects that the directory name is just lucene
635a420
mkdir %{name}
d06a2df
find -maxdepth 1 ! -name CHANGES.txt ! -name LICENSE.txt ! -name README.txt \
d06a2df
    ! -name NOTICE.txt ! -name MIGRATE.txt  ! -name ivy-settings.xml \
635a420
    ! -path %{name} -exec mv \{} %{name}/ \;
6074bbb
d06a2df
tar xf %{SOURCE4}
36b171f
pushd dev-tools/maven
36b171f
sed -i -e "s|/Export-Package>|/Export-Package><_nouses>true</_nouses>|g" pom.xml.template
36b171f
popd
e530045
d06a2df
# remove all binary libs
d06a2df
find . -name "*.jar" -exec rm -f {} \;
e530045
635a420
%mvn_package ":%{name}-analysis-modules-aggregator" %{name}-analysis
635a420
%mvn_package ":%{name}-analyzers-common" %{name}-analysis
d06a2df
%mvn_package ":{*}-aggregator" @1
144f3ff
6074bbb
%build
635a420
pushd %{name}
d06a2df
# generate dependencies
d06a2df
ant filter-pom-templates -Divy.mode=local -Dversion=%{version}
d06a2df
d06a2df
# fix source dir + move to expected place
635a420
for pom in `find build/poms/%{name} -name pom.xml`; do
635a420
    sed 's/\${module-path}/${basedir}/g' "$pom" > "${pom##build/poms/%{name}/}"
d06a2df
done
db673e2
%pom_remove_plugin :forbiddenapis
db673e2
for module in test-framework; do
d06a2df
    %pom_remove_plugin :forbiddenapis ${module}
d06a2df
done
d06a2df
d06a2df
%pom_disable_module src/test core
d06a2df
%pom_disable_module src/test codecs
d06a2df
d06a2df
# test deps
d06a2df
%pom_add_dep org.ow2.asm:asm::test demo
d06a2df
%pom_add_dep org.ow2.asm:asm-commons::test demo
d06a2df
%pom_add_dep org.antlr:antlr-runtime::test demo
d06a2df
d06a2df
popd
d06a2df
d06a2df
mv lucene/build/poms/pom.xml .
d06a2df
d06a2df
%pom_disable_module solr
d06a2df
%pom_remove_plugin :gmaven-plugin
d06a2df
%pom_remove_plugin :forbiddenapis
db673e2
%pom_remove_plugin :maven-enforcer-plugin
d06a2df
086a17f
# For some reason TestHtmlParser.testTurkish fails when building inside SCLs
f7b4326
%mvn_build -s -f
d06a2df
d06a2df
%install
18be1b8
# suggest provides spellchecker
635a420
%mvn_alias :%{name}-suggest :%{name}-spellchecker
6074bbb
18be1b8
# compatibility with existing packages
635a420
%mvn_alias :%{name}-analyzers-common :%{name}-analyzers
6074bbb
d06a2df
%mvn_install
18be1b8
d1937c0
# Use the same directory of the main package for subpackage licence and docs
d1937c0
%global _docdir_fmt %{name}
d1937c0
635a420
%files -f .mfiles-%{name}-core
635a420
%dir %{_javadir}/%{name}
1b604f8
%doc CHANGES.txt README.txt MIGRATE.txt
1b604f8
%license LICENSE.txt NOTICE.txt
18be1b8
635a420
%files parent -f .mfiles-%{name}-parent
635a420
%files solr-grandparent -f .mfiles-%{name}-solr-grandparent
635a420
%files benchmark -f .mfiles-%{name}-benchmark
635a420
%files backward-codecs -f .mfiles-%{name}-backward-codecs
635a420
%files replicator -f .mfiles-%{name}-replicator
635a420
%files grouping -f .mfiles-%{name}-grouping
635a420
%files highlighter -f .mfiles-%{name}-highlighter
635a420
%files misc -f .mfiles-%{name}-misc
635a420
%files test-framework -f .mfiles-%{name}-test-framework
635a420
%files memory -f .mfiles-%{name}-memory
635a420
%files expressions -f .mfiles-%{name}-expressions
635a420
%files demo -f .mfiles-%{name}-demo
635a420
%files classification -f .mfiles-%{name}-classification
635a420
%files join -f .mfiles-%{name}-join
635a420
%files suggest -f .mfiles-%{name}-suggest
635a420
%files facet -f .mfiles-%{name}-facet
635a420
%files analysis -f .mfiles-%{name}-analysis
635a420
%files sandbox -f .mfiles-%{name}-sandbox
635a420
%files queries -f .mfiles-%{name}-queries
635a420
%files spatial -f .mfiles-%{name}-spatial
17bdd7d
%files spatial3d -f .mfiles-%{name}-spatial3d
635a420
%files codecs -f .mfiles-%{name}-codecs
635a420
%files queryparser -f .mfiles-%{name}-queryparser
635a420
%files analyzers-smartcn -f .mfiles-%{name}-analyzers-smartcn
635a420
%files analyzers-phonetic -f .mfiles-%{name}-analyzers-phonetic
635a420
%files analyzers-icu -f .mfiles-%{name}-analyzers-icu
635a420
%files analyzers-morfologik -f .mfiles-%{name}-analyzers-morfologik
635a420
%files analyzers-uima -f .mfiles-%{name}-analyzers-uima
635a420
%files analyzers-kuromoji -f .mfiles-%{name}-analyzers-kuromoji
635a420
%files analyzers-stempel -f .mfiles-%{name}-analyzers-stempel
d06a2df
18be1b8
%files javadoc -f .mfiles-javadoc
1b604f8
%license LICENSE.txt NOTICE.txt
6074bbb
6074bbb
%changelog
17bdd7d
* Thu Aug 27 2015 Alexander Kurtakov <akurtako@redhat.com> 0:5.3.0-1
17bdd7d
- Update to upstream 5.3.0 release.
17bdd7d
635a420
* Wed Aug 26 2015 Mat Booth <mat.booth@redhat.com> - 0:5.2.1-4
635a420
- Remove forbidden SCL macros
635a420
36b171f
* Wed Jun 24 2015 Alexander Kurtakov <akurtako@redhat.com> 0:5.2.1-3
36b171f
- Disable generation of uses clauses in OSGi manifests.
36b171f
98d0f1c
* Wed Jun 24 2015 Alexander Kurtakov <akurtako@redhat.com> 0:5.2.1-2
98d0f1c
- Drop old workarounds.
98d0f1c
db673e2
* Tue Jun 23 2015 Alexander Kurtakov <akurtako@redhat.com> 0:5.2.1-1
db673e2
- Update to upstream 5.2.1.
db673e2
4b246c4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:4.10.4-2
4b246c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4b246c4
0f80e05
* Tue May 5 2015 Alexander Kurtakov <akurtako@redhat.com> 0:4.10.4-1
0f80e05
- Update to upstream 4.10.4.
0f80e05
bce9cd5
* Tue Jan 6 2015 Alexander Kurtakov <akurtako@redhat.com> 0:4.10.3-1
bce9cd5
- Update to upstream 4.10.3.
bce9cd5
8346e2f
* Wed Nov 12 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.10.2-1
8346e2f
- Update to upstream 4.10.2.
8346e2f
ff7f5a1
* Fri Oct 24 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.10.1-1
ff7f5a1
- Update to upstream 4.10.1.
ff7f5a1
f7b4326
* Fri Sep 5 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.10.0-1
f7b4326
- Update to upstream 4.10.0.
f7b4326
a4c9133
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:4.8.1-3
a4c9133
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a4c9133
c9af4ea
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:4.8.1-2
c9af4ea
- Rebuild to regenerate Maven auto-requires
c9af4ea
3fc915d
* Thu May 22 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.8.1-1
3fc915d
- Update to 4.8.1.
3fc915d
086a17f
* Fri May 02 2014 Mat Booth <mat.booth@redhat.com> - 0:4.8.0-2
086a17f
- SCL-ize package
086a17f
73524c0
* Fri May 02 2014 Michael Simacek <msimacek@redhat.com> - 0:4.8.0-1
73524c0
- Update to upstream release 4.8.0
73524c0
144f3ff
* Fri May 2 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.8.0-0.1
144f3ff
- Initial 4.8.0 effort.
144f3ff
c35c543
* Thu Apr 17 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.2-1
c35c543
- Update to 4.7.2 upstream release.
c35c543
ebae18e
* Thu Apr 3 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.1-1
ebae18e
- Update to 4.7.1 upstream release.
ebae18e
c49c8e4
* Tue Mar 25 2014 Michael Simacek <msimacek@redhat.com> - 0:4.7.0-8
c49c8e4
- Enable tests that required newer icu4j and nekohtml
c49c8e4
d06a2df
* Fri Mar 14 2014 Michael Simacek <msimacek@redhat.com> - 0:4.7.0-7
d06a2df
- Generate dependencies for POMs
d06a2df
- Revert to using POM files for build and installation (ivy files don't specify
d06a2df
  interproject dependencies)
d06a2df
- Split into subpackages
d06a2df
- Clean up BR's
d06a2df
- Remove unused patches
d06a2df
- Enable tests
d06a2df
238d3b8
* Thu Mar 13 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.0-6
238d3b8
- Don't export package that is not in queryparser.
238d3b8
c93d403
* Wed Mar 12 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.0-5
c93d403
- Add queryparser osgi metadata properly.
c93d403
- Export lucene.analysys.standard too.
c93d403
796671a
* Wed Mar 12 2014 Alexander Kurtakov <akurtako@redhat.com> 0:4.7.0-4
796671a
- Export queryParser and queryParser.classic packages for OSGi.
796671a
Severin Gehwolf 25d379a
* Thu Mar 06 2014 Severin Gehwolf <sgehwolf@redhat.com> - 0:4.7.0-3
Severin Gehwolf 25d379a
- Fix analyzers-common OSGi metadata: Export o.a.l.a.core and
Severin Gehwolf 25d379a
  fix Require-Bundle header.
Severin Gehwolf 25d379a
- Resolves: RHBZ#1073073
Severin Gehwolf 25d379a
dad5f7a
* Wed Mar 05 2014 Roland Grunberg <rgrunber@redhat.com> - 0:4.7.0-2
dad5f7a
- Fix Bundle-RequiredExecutionEnvironment for manifests. (rhbz#1072985)
dad5f7a
62c327a
* Tue Mar 04 2014 Michael Simacek <msimacek@redhat.com> - 0:4.7.0-1
62c327a
- Update to upstream version 4.7.0
62c327a
18be1b8
* Mon Feb 10 2014 Michael Simacek <msimacek@redhat.com> - 0:4.6.1-1
18be1b8
- Update to upstream version 4.6.1
18be1b8
- Use XMvn to resolve ivy artifacts and for installation
18be1b8
- Remove contrib subpackage (was merged into main package)
18be1b8
Severin Gehwolf 40ef060
* Wed Nov 06 2013 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.2-4
Severin Gehwolf 40ef060
- Remove unneeded BR jline. Resolves RHBZ#1023015.
Severin Gehwolf 40ef060
6171ba8
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.6.2-3
6171ba8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6171ba8
5d70442
* Fri Mar 1 2013 Krzysztof Daniel <kdaniel@redhat.com> 0:3.6.2-2
5d70442
- 830762: lucene ships POMs with uninitialized version properties
5d70442
Severin Gehwolf fcff817
* Tue Feb 26 2013 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.2-1
Severin Gehwolf fcff817
- Update to upstream release 3.6.2
Severin Gehwolf fcff817
- Fix build errors related to icu4j v50 incompatibility.
Severin Gehwolf fcff817
0412449
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.6.0-12
0412449
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0412449
Severin Gehwolf aa9d9f4
* Wed Dec 5 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-11
Severin Gehwolf aa9d9f4
- Remove patches which weren't applied (rpmlint warnings).
Severin Gehwolf aa9d9f4
Severin Gehwolf 78104c3
* Mon Dec 3 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-10
Severin Gehwolf 78104c3
- Upload new tarball for dev-tools as checksum could not be
Severin Gehwolf 78104c3
  reproduced with given commands listed in comment.
Severin Gehwolf 78104c3
Severin Gehwolf 4186065
* Tue Nov 27 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-9
Severin Gehwolf 4186065
- Always install grand-parent pom as well.
Severin Gehwolf 4186065
Severin Gehwolf e4473d1
* Tue Nov 27 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-8
Severin Gehwolf e4473d1
- Always install lucene-parent pom.
Severin Gehwolf e4473d1
Severin Gehwolf 7b42e91
* Mon Nov 26 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-7
Severin Gehwolf 7b42e91
- Only build lucene-contrib for Fedora.
Severin Gehwolf 7b42e91
- This removes BR on icu4j on rhel.
Severin Gehwolf 7b42e91
Severin Gehwolf e9befe8
* Fri Nov 23 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:3.6.0-6
Severin Gehwolf e9befe8
- Fix OSGi medatada. In particular:
Severin Gehwolf e9befe8
- Missing import javax.management (lucene-core)
Severin Gehwolf e9befe8
- Missing import javax.xml.parsers and org.xml.sax.helpers
Severin Gehwolf e9befe8
  (lucene-analysis)
Severin Gehwolf e9befe8
- BundleVersion updated to 3.6.0 (lucene-core & lucene-analysis)
Severin Gehwolf e9befe8
77d6875
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.6.0-5
77d6875
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
77d6875
a321b10
* Thu Jul 5 2012 Alexander Kurtakov <akurtako@redhat.com> 0:3.6.0-4
a321b10
- Properly install analyzers.
a321b10
e2d6568
* Wed Jul 4 2012 Alexander Kurtakov <akurtako@redhat.com> 0:3.6.0-3
e2d6568
- Really fix manifests.
e2d6568
0b5fb79
* Wed Jul 4 2012 Alexander Kurtakov <akurtako@redhat.com> 0:3.6.0-2
0b5fb79
- Remove duplicated manifest entries.
0b5fb79
e530045
* Tue Jul 3 2012 Alexander Kurtakov <akurtako@redhat.com> 0:3.6.0-1
e530045
- Update to upstream 3.6.0.
e530045
978b910
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.9.4-8
978b910
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
978b910
b6aae3b
* Mon Sep 12 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.9.4-7
b6aae3b
- Fix duplicate Manifes-version warnings.
b6aae3b
b0abd0c
* Mon Jun 27 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.9.4-6
b0abd0c
- BR zip - fixes FTBFS.
b0abd0c
6400597
* Tue May 3 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.9.4-5
6400597
- Update OSGi manifests.
6400597
5c2bb59
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.9.4-4
5c2bb59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5c2bb59
Stanislav Ochotnicky dc964f5
* Tue Feb  8 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.9.4-3
Stanislav Ochotnicky dc964f5
- Fix empty lucene-analyzers (rhbz#675950)
Stanislav Ochotnicky dc964f5
Stanislav Ochotnicky 0fde251
* Wed Feb  2 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.9.4-2
Stanislav Ochotnicky 0fde251
- Add maven metadata (rhbz#566775)
Stanislav Ochotnicky 0fde251
Stanislav Ochotnicky 72a9a98
* Mon Jan 31 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.9.4-1
Stanislav Ochotnicky 72a9a98
- Update to latest 2.x version (3.x is not API compatible)
Stanislav Ochotnicky 72a9a98
- Add new modules
Stanislav Ochotnicky 72a9a98
- Enable tests again
Stanislav Ochotnicky 72a9a98
- Versionless jars & javadocs
Stanislav Ochotnicky 72a9a98
1ab82d7
* Wed Oct 13 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.4.1-7
1ab82d7
- BR java 1.6.0.
1ab82d7
e1ce990
* Wed Oct 13 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.4.1-6
e1ce990
- Fix merge review comments (rhbz#226110).
e1ce990
4121323
* Fri Oct 01 2010 Caolán McNamara <caolanm@redhat.com> 0:2.4.1-5
4121323
- remove empty lines from MANIFEST.MF
4121323
7a9809d
* Fri Oct 01 2010 Caolán McNamara <caolanm@redhat.com> 0:2.4.1-4
7a9809d
- Resolves: rhbz#615609 custom MANIFEST.MF in lucene drops
7a9809d
  "Specification-Version"
7a9809d
d1c4eb5
* Mon Jun 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.4.1-3
d1c4eb5
- Fix build.
d1c4eb5
- FIx various rpmlint warnings.
d1c4eb5
8b65325
* Fri Mar 5 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.4.1-2
8b65325
- Drop gcj_support.
8b65325
34f66db
* Tue Dec  1 2009 Orion Poplawski <orion@cora.nwra.com> - 0:2.4.1-1
34f66db
- Update to 2.4.1
34f66db
1c2d2b4
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.3.1-5.5
1c2d2b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1c2d2b4
ddfc99a
* Thu Apr 30 2009 Deepak Bhole <dbhole@redhat.com> - 0:2.3.1-4.5
ddfc99a
- rhbz #465344: Fix Implementation-Version and remove Class-Path from manifest
ddfc99a
e50cd71
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.3.1-4.4
e50cd71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e50cd71
Andrew Overholt 74c9380
* Mon Jul 14 2008 Andrew Overholt <overholt@redhat.com> 0:2.3.1-3.4
Andrew Overholt f56f999
- Update OSGi manifest data for Eclipse SDK 3.4
Andrew Overholt f56f999
185f837
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:2.3.1-3.2
185f837
- drop repotag
185f837
dad5f7a
* Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:2.3.1-3jpp.1
6c295ed
- fix license tag
6c295ed
786e195
* Mon May 19 2008 Lubomir Rintel <lkundrak@v3.sk> - 0:2.3.1-3jpp.0
786e195
- Correct gcj-compat dependencies, so that this builds on RHEL
786e195
- Use --without gcj to disable gcj aot compilation
786e195
ed321fc
* Mon May 5 2008 Lubomir Rintel <lkundrak@v3.sk> - 0:2.3.1-2jpp.0
ed321fc
- Unbreak build by repacing the version patch with and -Dversion
ed321fc
69a0ec4
* Mon May 5 2008 Lubomir Rintel <lkundrak@v3.sk> - 0:2.3.1-1jpp.0
69a0ec4
- 2.3.1, bugfixes only
69a0ec4
c323c9a
* Tue Feb 19 2008 Lubomir Kundrak <lkundrak@redhat.com> - 0:2.3.0-1jpp.0
c323c9a
- 2.3.0 (#228141)
c323c9a
d56c04d
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.9.1-2jpp.5
d56c04d
- Autorebuild for GCC 4.3
d56c04d
f1cdee4
* Fri Sep 21 2007 Deepak Bhole <dbhole@redhat.com> 1.9.1-1jpp.5
f1cdee4
- Disable tests due to random hangs (see FIXME comment above ant call)
f1cdee4
cad016d
* Thu Sep 20 2007 Deepak Bhole <dbhole@redhat.com> 0:1.9.1-1jpp.4
cad016d
- Rebuild for ppc32 execmem issue and new build-id
cad016d
Ben Konrath 5b778f2
* Thu Aug 02 2007 Ben Konrath <bkonrath@redhat.com> 0:1.9.1-1jpp.3
Ben Konrath 5b778f2
- Cleanup packaging of OSGi manifests.
Ben Konrath 5b778f2
Ben Konrath f575e1a
* Tue Jul 31 2007 Ben Konrath <bkonrath@redhat.com> 0:1.9.1-1jpp.2
Ben Konrath f575e1a
- Use OSGi manifests from eclipse 3.3.0 instead of merged manifests.
Ben Konrath f575e1a
- Resolves: #250221.
Ben Konrath f575e1a
Ben Konrath 3d037f3
* Tue Jul 17 2007 Ben Konrath <bkonrath@redhat.com> 0:1.9.1-1jpp.1
Ben Konrath 3d037f3
- Disable db sub-package.
Ben Konrath 3d037f3
- Disable generating test report.
Ben Konrath 3d037f3
- Add OSGi manifest.
Ben Konrath 3d037f3
- Obsolete lucene-devel.
Florian La Roche d54c39a
Ben Konrath 3d037f3
* Wed Mar 29 2006 Ralph Apel <r.apel@r-apel.de> 0:1.9.1-1jpp
Ben Konrath 3d037f3
- Upgrade to 1.9.1
Andrew Overholt 4eb65e3
Ben Konrath 3d037f3
* Tue Apr 26 2005 Ville Skyttä <scop at jpackage.org> - 0:1.4.3-2jpp
Ben Konrath 3d037f3
- Add unversioned javadoc dir symlink.
Ben Konrath 3d037f3
- Crosslink with local JDK javadocs.
Ben Konrath 3d037f3
- Convert specfile to UTF-8.
Ben Konrath 3d037f3
- Fix URLs.
Andrew Overholt 1d2b954
6074bbb
* Mon Jan 10 2005 Kaj J. Niemi <kajtzu@fi.basen.net> 0:1.4.3
6074bbb
- 1.4.3
6074bbb
6074bbb
* Mon Aug 23 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.3-3jpp
6074bbb
- Rebuild with Ant 1.6.2
6074bbb
6074bbb
* Tue Jun 01 2004 Randy Watler <rwatler at finali.com> - 0:1.3-2jpp
6074bbb
- Upgrade to Ant 1.6.X
6074bbb
6074bbb
* Wed Jan 21 2004 David Walluck <david@anti-microsoft.org> 0:1.3-1jpp
6074bbb
- 1.3
6074bbb
Ben Konrath 3d037f3
* Wed Mar 26 2003 Ville Skyttä <scop at jpackage.org> - 0:1.2-2jpp
6074bbb
- Rebuilt for JPackage 1.5.
6074bbb
Ben Konrath 3d037f3
* Thu Mar  6 2003 Ville Skyttä <scop at jpackage.org> - 1.2-1jpp
6074bbb
- First JPackage release.