Accepting request 296474 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296474
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-Query?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-15 07:33:36 +00:00
committed by Git OBS Bridge
parent f4dd0cae56
commit 33cf2aedf3
5 changed files with 67 additions and 52 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cdf29e37f8d0f2655312af9057f52c5f2a88df3c657f5ccf990dc220a58d771
size 21572

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bb59bb35c6927d7aca8fbab537613f0d1ce5ee02214d091857e07cce5652e11
size 22721

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfc2ffb14acb31746b53b7dc00371b18fc857fb18f7f049e7b55c85d5b372ec3
size 27588

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 14 20:23:22 UTC 2015 - coolo@suse.com
- updated to 0.304
see /usr/share/doc/packages/perl-Search-Query/Changes
-------------------------------------------------------------------
Tue Apr 14 20:23:20 UTC 2015 - coolo@suse.com
- updated to 0.19
see /usr/share/doc/packages/perl-Search-Query/Changes
-------------------------------------------------------------------
Sat Feb 19 14:30:54 CET 2011 - pascal.bleser@opensuse.org

View File

@@ -1,65 +1,71 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Search-Query
#
# Copyright (c) 2015 SUSE LINUX 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-Search-Query
Version: 0.18
Version: 0.304
Release: 0
Summary: Polyglot query parsing
Source: http://search.cpan.org/CPAN/authors/id/K/KA/KARMAN/Search-Query-%{version}.tar.gz
URL: http://search.cpan.org/dist/Search-Query
%define cpan_name Search-Query
Summary: polyglot query parsing
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version}
%{perl_requires}
BuildRequires: perl-macros
BuildRequires: make
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Rose::ObjectX::CAF) >= 0.03
BuildRequires: perl(Data::Transformer)
Requires: perl(Scalar::Util)
Requires: perl(Module::Pluggable)
Requires: perl(Data::Dump)
Requires: perl(Rose::ObjectX::CAF) >= 0.03
Requires: perl(Data::Transformer)
%if 0%{?suse_version} >= 1120
Url: http://search.cpan.org/dist/Search-Query/
Source: http://www.cpan.org/authors/id/K/KA/KARMAN/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Data::Transformer)
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Moo)
BuildRequires: perl(Type::Tiny)
BuildRequires: perl(namespace::sweep)
Requires: perl(Data::Dump)
Requires: perl(Data::Transformer)
Requires: perl(Module::Pluggable)
Requires: perl(Moo)
Requires: perl(Type::Tiny)
Requires: perl(namespace::sweep)
%{perl_requires}
%description
This class provides documentation and class methods.
Search::Query started as a fork of the excellent Search::QueryParser
module and was then rewritten to provide support for alternate query
dialects.
Search::Query started as a fork of the excellent Search::QueryParser module
and was then rewritten to provide support for alternate query dialects.
%prep
%setup -q -n "Search-Query-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL
%setup -q -n %{cpan_name}-%{version}
%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%check
%__make test
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%{_bindir}/sqd
%doc %{_mandir}/man1/sqd.1%{ext_man}
%dir %{perl_vendorlib}/Search
%{perl_vendorlib}/Search/Query.pm
%{perl_vendorlib}/Search/Query
%doc %{perl_man3dir}/Search::Query.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/Search::Query::*.%{perl_man3ext}%{ext_man}
%changelog