Author: iburrell Update of /cvs/pkgs/rpms/perl-KinoSearch/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1334 Modified Files: .cvsignore sources Added Files: perl-KinoSearch.spec Log Message: copy from devel --- NEW FILE perl-KinoSearch.spec --- Name: perl-KinoSearch Version: 0.163 Release: 2%{?dist} Summary: Search engine library 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-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(Lingua::Stem::Snowball) >= 0.94 BuildRequires: perl(Lingua::StopWords) >= 0.02 BuildRequires: perl(Module::Build) Requires: perl(Compress::Zlib) Requires: perl(Lingua::Stem::Snowball) >= 0.94 Requires: perl(Lingua::StopWords) >= 0.02 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %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-%{version} %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 %{perl_vendorarch}/* %{_mandir}/man3/* %changelog * Sat Feb 14 2009 Ian Burrell <ianburrell@xxxxxxxxx> - 0.163-2 - remove empty KinoSearch.bs - remove ApacheLicense2.0.txt * Thu Feb 05 2009 Ian Burrell <ianburrell@xxxxxxxxx> 0.163-1 - Change to perl_vendorarch - Remove devel, src from doc - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Feb 2009 06:43:03 -0000 1.1 +++ .cvsignore 14 Feb 2009 22:34:44 -0000 1.2 @@ -0,0 +1 @@ +KinoSearch-0.163.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Feb 2009 06:43:03 -0000 1.1 +++ sources 14 Feb 2009 22:34:44 -0000 1.2 @@ -0,0 +1 @@ +5522cae77847aa6fad24d12a50ba81a7 KinoSearch-0.163.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list