Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045157
en ru br
ALT Linux repos
S:0.15-alt1.2

Group :: Development/Perl
RPM: perl-Pg-PQ

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#
#   - 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.14
Release: alt1.1.1.1

Summary: Perl wrapper for PostgreSQL libpq

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

Packager: Denis Smirnov <mithraen at altlinux.ru>

Source: http://www.cpan.org/authors/id/S/SA/SALVA/Pg-PQ-%{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 -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_archlib/Pg/*
%perl_vendor_autolib/Pg/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin