rpms/perl-KinoSearch/devel import.log, NONE, 1.1 perl-KinoSearch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Burrell iburrell at fedoraproject.org
Sat Feb 14 22:14:20 UTC 2009


Author: iburrell

Update of /cvs/pkgs/rpms/perl-KinoSearch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30820/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-KinoSearch.spec 
Log Message:
import perl-KinoSearch-0.163-1



--- NEW FILE import.log ---
perl-KinoSearch-0_163-1_fc10:HEAD:perl-KinoSearch-0.163-1.fc10.src.rpm:1234648329


--- NEW FILE perl-KinoSearch.spec ---
Name:           perl-KinoSearch
Version:        0.163
Release:        1%{?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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ApacheLicense2.0.txt Changes README
%{perl_vendorarch}/*
%{_mandir}/man3/*

%changelog
* 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.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-KinoSearch/devel/.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:13:49 -0000	1.2
@@ -0,0 +1 @@
+KinoSearch-0.163.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-KinoSearch/devel/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:13:49 -0000	1.2
@@ -0,0 +1 @@
+5522cae77847aa6fad24d12a50ba81a7  KinoSearch-0.163.tar.gz




More information about the Fedora-perl-devel-list mailing list