Пакет perl-Pg-PQ: Specfile

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

%define module Pg-PQ
%define m_distro Pg-PQ
%define m_name Pg::PQ
%define m_author_id unknown
%define _enable_test 1

Name: perl-Pg-PQ
Version: 0.15
Release: alt1.2

Summary: Perl wrapper for PostgreSQL libpq

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

Packager: Denis Smirnov <mithraen@altlinux.ru>

Source0: http://www.cpan.org/authors/id/S/SA/SALVA/%{module}-%{version}.tar.gz

# Automatically added by buildreq on Sun Nov 04 2012
# optimized out: libpq-devel
BuildRequires: perl-devel postgresql-devel

%description
*******************************************************************
  ***                                                             ***
  *** NOTE: This is a very early release that may contain lots of ***
  *** bugs. The API is not stable and may change between releases ***
  ***                                                             ***
  *******************************************************************

This module is a thin wrapper around PostgreSQL libpq C API.

Its main purpose is to let query a PostgreSQL database asynchronously
from inside common non-blocking frameworks as the AnyEvent manpage, the POE manpage or
even the Coro manpage.

%prep
%setup -q -n %{module}-%{version}
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_archlib/Pg/*
%perl_vendor_autolib/Pg/*

%changelog
* Thu Jan 24 2019 Igor Vlasenko <viy@altlinux.ru> 0.15-alt1.2
- rebuild with new perl 5.28.1

* Fri Dec 15 2017 Igor Vlasenko <viy@altlinux.ru> 0.15-alt1.1
- rebuild with new perl 5.26.1

* Thu Oct 12 2017 Igor Vlasenko <viy@altlinux.ru> 0.15-alt1
- automated CPAN update

* Fri Feb 03 2017 Igor Vlasenko <viy@altlinux.ru> 0.14-alt1.1.1.1
- rebuild with new perl 5.24.1

* Wed Nov 25 2015 Igor Vlasenko <viy@altlinux.ru> 0.14-alt1.1.1
- rebuild with new perl 5.22.0

* Tue Dec 09 2014 Igor Vlasenko <viy@altlinux.ru> 0.14-alt1.1
- rebuild with new perl 5.20.1

* Thu Nov 13 2014 Igor Vlasenko <viy@altlinux.ru> 0.14-alt1
- automated CPAN update

* Fri Oct 04 2013 Igor Vlasenko <viy@altlinux.ru> 0.13-alt1
- automated CPAN update

* Mon Sep 02 2013 Vladimir Lettiev <crux@altlinux.ru> 0.09-alt2
- built for perl 5.18

* Sun Nov 04 2012 Denis Smirnov <mithraen@altlinux.ru> 0.09-alt1
- initial build for ALT Linux Sisyphus