Package perl-CQL-Parser: Specfile

#
#   - CQL-Parser -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       CQL::Parser
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module CQL-Parser
%define m_distro CQL-Parser
%define m_name CQL-Parser
%define m_author_id ESUMMERS
%define _enable_test 1

Name: perl-CQL-Parser
Version: 1.13
Release: alt1

Summary: Common Query Language Parser

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/B/BR/BRICAS/CQL-Parser-%{version}.tar.gz
#Source: http://www.cpan.org/modules/by-module/CQL/%m_distro-%version.tar.bz2

# Automatically added by buildreq on Fri Jun 13 2008
BuildRequires: perl-Class-Accessor perl-Clone perl-String-Tokenizer perl-Test-Exception perl-Test-Pod

%description
CQL::Parser provides a mechanism to parse Common Query Language (CQL)
statements. The best description of CQL comes from the CQL homepage
at the Library of Congress <http://www.loc.gov/z3950/agency/zing/cql/>;

CQL is a formal language for representing queries to information
retrieval systems such as web indexes, bibliographic catalogs and museum
collection information. The CQL design objective is that queries be
human readable and human writable, and that the language be intuitive
while maintaining the expressiveness of more complex languages.

A CQL statement can be as simple as a single keyword, or as complicated as a set
of compoenents indicating search indexes, relations, relational modifiers,
proximity clauses and boolean logic. CQL::Parser will parse CQL statements
and return the root node for a tree of nodes which describes the CQL statement.
This data structure can then be used by a client application to analyze the
statement, and possibly turn it into a query for a local repository.

Each CQL component in the tree inherits from CQL::Node and can be one
of the following: CQL::AndNode, CQL::NotNode, CQL::OrNode,
CQL::ProxNode, CQL::TermNode, CQL::PrefixNode. See the
documentation for those modules for their respective APIs.

%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/CQL/

%changelog
* Wed Oct 02 2013 Igor Vlasenko <viy@altlinux.ru> 1.13-alt1
- automated CPAN update

* Fri Jul 26 2013 Igor Vlasenko <viy@altlinux.ru> 1.12-alt1
- automated CPAN update

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 1.10-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Jul 13 2010 Igor Vlasenko <viy@altlinux.ru> 1.10-alt1
- automated CPAN update

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 1.0-alt2
- fix directory ownership violation

* Fri Jun 13 2008 Vitaly Lipatov <lav@altlinux.ru> 1.0-alt1
- new version 1.0 (with rpmrb script)
- update buildreqs

* Sat Nov 11 2006 Vitaly Lipatov <lav@altlinux.ru> 0.98-alt1
- first build for ALT Linux Sisyphus