0.19
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-SearchEngine-Solr?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
3
Data-SearchEngine-Solr-0.19.tar.gz
Normal file
3
Data-SearchEngine-Solr-0.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26a15adb11b4026dae543ad870fe6745b7243ef681746e653f97004be907d930
|
||||
size 13424
|
5
perl-Data-SearchEngine-Solr.changes
Normal file
5
perl-Data-SearchEngine-Solr.changes
Normal file
@@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 23:01:56 CET 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- initial version (0.19)
|
||||
|
92
perl-Data-SearchEngine-Solr.spec
Normal file
92
perl-Data-SearchEngine-Solr.spec
Normal file
@@ -0,0 +1,92 @@
|
||||
#
|
||||
# spec file for package perl-Data-SearchEngine-Solr
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-Data-SearchEngine-Solr
|
||||
Version: 0.19
|
||||
Release: 0
|
||||
Summary: Data::SearchEngine backend for Solr
|
||||
Source: http://search.cpan.org/CPAN/authors/id/G/GP/GPHAT/Data-SearchEngine-Solr-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Data-SearchEngine-Solr
|
||||
Group: Development/Libraries/Perl
|
||||
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: make
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(HTTP::Response)
|
||||
BuildRequires: perl(HTTP::Headers)
|
||||
BuildRequires: perl(WebService::Solr::Response)
|
||||
BuildRequires: perl(Data::SearchEngine::Query)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(Data::SearchEngine) >= 0.27
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
BuildRequires: perl(Clone)
|
||||
BuildRequires: perl(Data::SearchEngine::Paginator)
|
||||
BuildRequires: perl(Data::SearchEngine::Results)
|
||||
BuildRequires: perl(Data::SearchEngine::Item)
|
||||
BuildRequires: perl(Data::SearchEngine::Results::Spellcheck::Suggestion)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(WebService::Solr) >= 0.11
|
||||
Requires: perl(Data::SearchEngine) >= 0.27
|
||||
Requires: perl(Time::HiRes)
|
||||
Requires: perl(Clone)
|
||||
Requires: perl(Data::SearchEngine::Paginator)
|
||||
Requires: perl(Data::SearchEngine::Results)
|
||||
Requires: perl(Data::SearchEngine::Item)
|
||||
Requires: perl(Data::SearchEngine::Results::Spellcheck::Suggestion)
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(WebService::Solr) >= 0.11
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description
|
||||
Data::SearchEngine::Solr is a Data::SearchEngine backend for the Solr
|
||||
search server.
|
||||
|
||||
%prep
|
||||
%setup -q -n "Data-SearchEngine-Solr-%{version}"
|
||||
%__sed -i '/^auto_install/d' Makefile.PL
|
||||
|
||||
%build
|
||||
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||||
%__make %{?_smp_flags}
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
|
||||
%check
|
||||
%__make test
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes ignore.txt LICENSE README README.mkdn
|
||||
%dir %{perl_vendorlib}/Data
|
||||
%dir %{perl_vendorlib}/Data/SearchEngine
|
||||
%{perl_vendorlib}/Data/SearchEngine/Solr.pm
|
||||
%{perl_vendorlib}/Data/SearchEngine/Solr
|
||||
%doc %{perl_man3dir}/Data::SearchEngine::Solr.%{perl_man3ext}%{ext_man}
|
||||
%doc %{perl_man3dir}/Data::SearchEngine::Solr::*.%{perl_man3ext}%{ext_man}
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user