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:
committed by
Git OBS Bridge
parent
f4dd0cae56
commit
33cf2aedf3
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2cdf29e37f8d0f2655312af9057f52c5f2a88df3c657f5ccf990dc220a58d771
|
|
||||||
size 21572
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9bb59bb35c6927d7aca8fbab537613f0d1ce5ee02214d091857e07cce5652e11
|
|
||||||
size 22721
|
|
3
Search-Query-0.304.tar.gz
Normal file
3
Search-Query-0.304.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cfc2ffb14acb31746b53b7dc00371b18fc857fb18f7f049e7b55c85d5b372ec3
|
||||||
|
size 27588
|
@@ -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
|
Sat Feb 19 14:30:54 CET 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@@ -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
|
Name: perl-Search-Query
|
||||||
Version: 0.18
|
Version: 0.304
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Polyglot query parsing
|
%define cpan_name Search-Query
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/K/KA/KARMAN/Search-Query-%{version}.tar.gz
|
Summary: polyglot query parsing
|
||||||
URL: http://search.cpan.org/dist/Search-Query
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Perl License
|
Url: http://search.cpan.org/dist/Search-Query/
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
Source: http://www.cpan.org/authors/id/K/KA/KARMAN/%{cpan_name}-%{version}.tar.gz
|
||||||
%{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
|
|
||||||
BuildArch: noarch
|
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
|
%description
|
||||||
This class provides documentation and class methods.
|
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
|
Search::Query started as a fork of the excellent Search::QueryParser module
|
||||||
dialects.
|
and was then rewritten to provide support for alternate query dialects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n "Search-Query-%{version}"
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%__sed -i '/^auto_install/d' Makefile.PL
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%__perl Makefile.PL PREFIX="%{_prefix}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%__make %{?jobs:-j%{jobs}}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%check
|
%files -f %{name}.files
|
||||||
%__make test
|
%defattr(-,root,root,755)
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc Changes README
|
%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
|
||||||
|
Reference in New Issue
Block a user