summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20111203/16a8f103
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20111203/16a8f103
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20111203/16a8f103')
-rw-r--r--zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.bin45
-rw-r--r--zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.html2
-rw-r--r--zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment.bin45
-rw-r--r--zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment.html2
4 files changed, 94 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
diff --git a/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.html
new file mode 100644
index 000000000..8eee9b3d9
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment-0001.html
@@ -0,0 +1,2 @@
+Hi there!<br><br>I&#39;ve made a complicated perl pkg today (instead of sepc file that&#39;s very simple). I&#39;ve got a build error and I&#39;m mailing here for help :) <br><br>In PJ, the spec file and the error here: <a href="http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20111203113946.kharec.valstar.31298/log/perl-Search-Tools-0.650.0-1.mga2/build.0.20111203114002.log">http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20111203113946.kharec.valstar.31298/log/perl-Search-Tools-0.650.0-1.mga2/build.0.20111203114002.log</a><br>
+<br>Maybe a missing BR? Thanks :)<br>
diff --git a/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment.bin b/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment.bin
new file mode 100644
index 000000000..b028c1cf1
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment.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
diff --git a/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment.html b/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment.html
new file mode 100644
index 000000000..8eee9b3d9
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20111203/16a8f103/attachment.html
@@ -0,0 +1,2 @@
+Hi there!<br><br>I&#39;ve made a complicated perl pkg today (instead of sepc file that&#39;s very simple). I&#39;ve got a build error and I&#39;m mailing here for help :) <br><br>In PJ, the spec file and the error here: <a href="http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20111203113946.kharec.valstar.31298/log/perl-Search-Tools-0.650.0-1.mga2/build.0.20111203114002.log">http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20111203113946.kharec.valstar.31298/log/perl-Search-Tools-0.650.0-1.mga2/build.0.20111203114002.log</a><br>
+<br>Maybe a missing BR? Thanks :)<br>