jplesnik pushed to perl-KinoSearch (master). "perl-KinoSearch is deprecated. Use perl-Lucy as replacement"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 6 12:14:36 UTC 2015


>From 6542bc6f526524c580afa763cbd5efb6916c0ad1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Wed, 6 May 2015 14:14:17 +0200
Subject: perl-KinoSearch is deprecated. Use perl-Lucy as replacement


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 71522e2..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-KinoSearch-0.165.tar.gz
-/KinoSearch-0.31.tar.gz
-/KinoSearch-0.315.tar.gz
diff --git a/LICENSING.mbox b/LICENSING.mbox
deleted file mode 100644
index 216bffc..0000000
--- a/LICENSING.mbox
+++ /dev/null
@@ -1,75 +0,0 @@
-From marvin at rectangular.com Mon Mar 23 01:37:59 2009
-Received: by norkia.v3.sk (Postfix, from userid 99) id 718E880147; Mon, 23
- Mar 2009 01:37:59 +0100 (CET)
-X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on norkia.v3.sk
-X-Spam-Level: 
-X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_NONE autolearn=no
- version=3.2.5
-X-Greylist: delayed 2343 by SQLgrey-1.7.5
-Received: from rectangular.com (unknown [68.116.38.202]) (using TLSv1 with
- cipher AES256-SHA (256/256 bits)) (No client certificate requested) by
- norkia.v3.sk (Postfix) with ESMTP id 8320C80148 for <lkundrak at v3.sk>; Mon,
- 23 Mar 2009 00:37:50 +0000 (UTC)
-Received: from marvin by rectangular.com with local (Exim 4.63)
- (envelope-from <marvin at rectangular.com>) id 1LlXbT-0000Zw-2E for
- lkundrak at v3.sk; Sun, 22 Mar 2009 17:01:19 -0700
-Date: Sun, 22 Mar 2009 17:01:19 -0700
-To: Lubomir Rintel <lkundrak at v3.sk>
-Subject: FW: [Re: KinoSearch licensing and Fedora]
-Message-ID: <20090323000118.GA2217 at rectangular.com>
-MIME-Version: 1.0
-Content-Type: text/plain; charset=us-ascii
-Content-Disposition: inline
-User-Agent: Mutt/1.5.13 (2006-08-11)
-From: Marvin Humphrey <marvin at rectangular.com>
-X-Evolution-Source: imap://lkundrak%40v3.sk@mail.v3.sk/
-Content-Transfer-Encoding: 8bit
-
-Lubomir,
-
-Here you go...
-
-Marvin Humphrey
-
------ Forwarded message from marvin -----
-
-To: Ian Burrell <ianburrell at gmail.com>
-Subject: Re: KinoSearch licensing and Fedora
-
-On Tue, Feb 10, 2009 at 04:21:04PM -0800, Ian Burrell wrote:
-> I am trying to package KinoSearch for Fedora.  There were some
-> questions in the review[1] about the licensing.  My understanding is
-> that KinoSearch is licensed under the GPL or Aristic.  My impression
-> is that it doesn't contain any code licensed under ASL 2.0.  
-
-Correct.  It is all either original code or derived code, and all licensed
-under GPL or Artistic.  I've been quite conscientious about never copying and
-pasting anything directly from Lucene, including documentation and comments.
-That allows me to claim a separate copyright and distribute the project under
-different but compatible licensing terms.
-
-> But that since it was derived from Lucene, it has to include the Apache
-> license text.
-
-That's correct, as per ASL 2.0 section 4.1.
-
-> Is this right?  Is everything in KinoSearch licensed as "GPL+ or
-> Artistic"?  Does the Apache license need to be included in the binary
-> package to satisfy the ASL?
-
-IANAL but... 
-
-I think so.  I've always assumed that derivations/redistributions of
-derivations still need to maintain compatibility with the license terms of the
-original -- otherwise the original author would quickly lose control of their
-work.  It seems to me that you need to determine whether the GPLv3 your
-derivative work will be distributed under is compatible with both the
-KinoSearch license terms (which it obviously is) and the Lucene license terms
--- which ought to be the case so long as you include that file and the
-existing notice embedded in the KinoSearch documentation.
-
-Best,
-
-Marvin Humphrey
-
------ End forwarded message -----
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..bb51851
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+perl-KinoSearch is deprecated. Use perl-Lucy as replacement
diff --git a/perl-KinoSearch.spec b/perl-KinoSearch.spec
deleted file mode 100644
index 262e152..0000000
--- a/perl-KinoSearch.spec
+++ /dev/null
@@ -1,160 +0,0 @@
-# Upstream returns to 2-digit form repeatedly
-%global cpan_version_major 0.31
-%global cpan_version_minor 5
-%global cpan_version %{cpan_version_major}%{cpan_version_minor}
-
-Name:           perl-KinoSearch
-Version:        %{cpan_version_major}%{?cpan_version_minor:.}%{cpan_version_minor}
-Release:        9%{?dist}
-Epoch:          1
-Summary:        Search engine library
-# ApacheLicense2.0.txt included is included just becuase the upstream
-# author decided to include it and is only for informative purposes.
-# We believe that it doesn't apply, since author didn't use any Lucene
-# code (according to mail in LICENSING.mbox)
-License:        GPL+ or Artistic
-Group:          Development/Libraries
-URL:            http://search.cpan.org/dist/KinoSearch/
-Source0:        http://www.cpan.org/authors/id/C/CR/CREAMYG/KinoSearch-%{cpan_version}.tar.gz
-Source1:        LICENSING.mbox
-BuildRequires:  perl(base)
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Devel::PPPort) >= 3.13
-BuildRequires:  perl(Env)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::CBuilder) >= 0.18
-BuildRequires:  perl(ExtUtils::ParseXS) >= 2.16
-BuildRequires:  perl(File::Path)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(lib)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Scalar::Util)
-# Run-time
-BuildRequires:  perl(Compress::Zlib)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(IO::Select)
-BuildRequires:  perl(IO::Socket::INET)
-BuildRequires:  perl(JSON::XS) >= 1.53
-BuildRequires:  perl(Lingua::Stem::Snowball) >= 0.952
-BuildRequires:  perl(Lingua::StopWords) >= 0.09
-BuildRequires:  perl(XSLoader)
-# Tests
-BuildRequires:  perl(CGI)
-BuildRequires:  perl(constant)
-BuildRequires:  perl(Encode)
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Parse::RecDescent)
-BuildRequires:  perl(Storable)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Time::HiRes)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(Data::Dumper)
-Requires:       perl(JSON::XS) >= 1.53
-Requires:       perl(Lingua::Stem::Snowball) >= 0.952
-Requires:       perl(Lingua::StopWords) >= 0.09
-
-%{?perl_default_filter}
-# Remove under-specified dependencies
-%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(JSON::XS\\)$
-
-%description
-KinoSearch is a loose port of the Java search engine library Apache Lucene,
-written in Perl and C. The archetypal application is website search, but it
-can be put to many different uses.
-
-%prep
-%setup -q -n KinoSearch-%{cpan_version}
-cp %{SOURCE1} LICENSING.mbox
-
-%build
-%{__perl} Build.PL installdirs=vendor
-./Build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/KinoSearch/KinoSearch.bs
-
-%{_fixperms} $RPM_BUILD_ROOT/*
-
-
-%check
-./Build test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%doc Changes README ApacheLicense2.0.txt LICENSING.mbox
-%{perl_vendorarch}/*
-%{_mandir}/man3/*
-
-%changelog
-* Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1:0.31.5-9
-- Perl 5.20 rebuild
-
-* Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.31.5-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.31.5-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.31.5-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Mon Jul 22 2013 Petr Pisar <ppisar at redhat.com> - 1:0.31.5-5
-- Perl 5.18 rebuild
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.31.5-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.31.5-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Wed Jun 20 2012 Petr Pisar <ppisar at redhat.com> - 1:0.31.5-2
-- Perl 5.16 rebuild
-
-* Wed Jun 20 2012 Petr Pisar <ppisar at redhat.com> - 1:0.31.5-1
-- 0.315 bump
-
-* Sat Jun 16 2012 Petr Pisar <ppisar at redhat.com> - 1:0.31-5
-- Perl 5.16 rebuild
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.31-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1:0.31-3
-- Perl mass rebuild
-
-* Mon Dec 20 2010 Marcela Maslanova <mmaslano at redhat.com> - 1:0.31-2
-- 661697 rebuild for fixing problems with vendorach/lib
-- add BR
-
-* Sun Dec 12 2010 Lubomir Rintel <lkundrak at v3.sk> - 1:0.31-1
-- BR Time::HiRes to fix el6 build
-- Rebase to later version
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.165-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Mon Apr 13 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.165-1
-- Upstream applied our PowerPC patch
-
-* Sun Mar 29 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.164-1
-- Update to 0.164
-- Add missing Pod::Coverage BRs (Robert Scheck)
-- Fix a PowerPC signedness issue
-- Clarify licensing, re-add ApacheLicense2.0.txt
-
-* Sat Feb 14 2009 Ian Burrell <ianburrell at gmail.com> - 0.163-2
-- remove empty KinoSearch.bs
-- remove ApacheLicense2.0.txt
-
-* Thu Feb 05 2009 Ian Burrell <ianburrell at gmail.com> 0.163-1
-- Change to perl_vendorarch
-- Remove devel, src from doc
-- Specfile autogenerated by cpanspec 1.77.
diff --git a/sources b/sources
deleted file mode 100644
index 2d7c950..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-2801b61f60240dfcfb09aff5b48b8aae  KinoSearch-0.315.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-KinoSearch.git/commit/?h=master&id=6542bc6f526524c580afa763cbd5efb6916c0ad1


More information about the perl-devel mailing list