diff --git a/Search-Query-0.18.tar.gz b/Search-Query-0.18.tar.gz deleted file mode 100644 index c002d88..0000000 --- a/Search-Query-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cdf29e37f8d0f2655312af9057f52c5f2a88df3c657f5ccf990dc220a58d771 -size 21572 diff --git a/Search-Query-0.19.tar.gz b/Search-Query-0.19.tar.gz deleted file mode 100644 index 345d9d0..0000000 --- a/Search-Query-0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb59bb35c6927d7aca8fbab537613f0d1ce5ee02214d091857e07cce5652e11 -size 22721 diff --git a/Search-Query-0.304.tar.gz b/Search-Query-0.304.tar.gz new file mode 100644 index 0000000..0710bb5 --- /dev/null +++ b/Search-Query-0.304.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc2ffb14acb31746b53b7dc00371b18fc857fb18f7f049e7b55c85d5b372ec3 +size 27588 diff --git a/perl-Search-Query.changes b/perl-Search-Query.changes index c233abb..4d0610b 100644 --- a/perl-Search-Query.changes +++ b/perl-Search-Query.changes @@ -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 diff --git a/perl-Search-Query.spec b/perl-Search-Query.spec index 5e9d2de..3053778 100644 --- a/perl-Search-Query.spec +++ b/perl-Search-Query.spec @@ -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