diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.bin | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.bin')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.bin | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.bin new file mode 100644 index 000000000..b028c1cf1 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.bin @@ -0,0 +1,45 @@ +%define upstream_name Search-Tools +%define upstream_version 0.65 + +Name: perl-%{upstream_name} +Version: %perl_convert_version %{upstream_version} +Release: %mkrel 1 + +Summary: High-performance tools for building search applications +License: GPL+ or Artistic +Group: Development/Perl +Url: http://search.cpan.org/dist/%{upstream_name} +Source0: http://cpan.metacpan.org/authors/id/K/KA/KARMAN/%{upstream_name}-%{upstream_version}.tar.gz +BuildRequires: perl(Data::Dump) +BuildRequires: perl(Encode) +BuildRequires: perl(Encoding::FixLatin) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Slurp) +BuildRequires: perl(Rose::ObjectX::CAF) +BuildRequires: perl(Search::Query) +BuildRequires: perl(Test::More) +BuildArch: noarch + +%description +This distribution is a set of utilities for building search applications. Rather than adhering to a particular search application or framework, the goal of Search::Tools is to provide general-purpose methods for common search application features. Think of Search::Tools like a toolbox rather than a hammer. + +%prep +%setup -q -n %{upstream_name}-%{upstream_version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +%make + +%check +%make test + +%install +%makeinstall_std + +%files +%doc META.yml Changes README MANIFEST +/usr/src/debug/* +%{_libdir}/debug/.build-id/* +%{_libdir}/debug/* +%{_mandir}/man3/* +%perl_vendorlib/*
\ No newline at end of file |