Пакет perl-Net-Stomp: Specfile

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

%define module Net-Stomp
%define m_distro Net-Stomp
%define m_name Net::Stomp
%define m_author_id LBROCARD
%define _enable_test 1

Name: perl-Net-Stomp
Version: 0.45
Release: alt1

Summary: Net::Stomp - a Streaming Text Orientated Messaging Protocol Client

License: Artistic and GPL
Group: Development/Perl
Url: http://search.cpan.org/dist/Net-Stomp/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/J/JT/JTANG/Net-Stomp-%{version}.tar.gz

# Automatically added by buildreq on Fri Sep 05 2008 (-bi)
BuildRequires: perl-Class-Accessor perl-Module-Build perl-Test-Pod perl-Test-Pod-Coverage perl-version

%description
This module allows you to write a Stomp client.

Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol
Briefly Known as TTMP and Represented by the symbol :ttmp).
It's a simple and easy to implement protocol for working with Message
Orientated Middleware from any language. Net::Stomp is useful for talking
to Apache ActiveMQ, an open source (Apache 2.0 licensed) Java Message
Service 1.1 (JMS) message broker packed with many enterprise features.

For details on the protocol see http://stomp.codehaus.org/Protocol

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/Net*
%doc CHANGES README 

%changelog
* Mon Sep 24 2012 Igor Vlasenko <viy@altlinux.ru> 0.45-alt1
- automated CPAN update

* Mon Sep 19 2011 Igor Vlasenko <viy@altlinux.ru> 0.42-alt1
- automated CPAN update

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

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

* Fri Sep 05 2008 Michael Bochkaryov <misha@altlinux.ru> 0.34-alt2
- fix directory ownership violation

* Tue Jul 15 2008 Michael Bochkaryov <misha@altlinux.ru> 0.34-alt1
- first build for ALT Linux Sisyphus