Package perl-Text-vCard: Specfile

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

%define module Text-vCard
%define m_distro Text-vCard
%define m_name Text::vCard
%define m_author_id unknown
%define _enable_test 1

Name: perl-Text-vCard
Version: 2.12
Release: alt1

Summary: Module for parsing and creating vCards (RFC 2426) address

License: Artistic
Group: Development/Perl
Url: %CPAN %m_distro

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/L/LL/LLAP/Text-vCard-%{version}.tar.gz

# Automatically added by buildreq on Sat Feb 13 2010
BuildRequires: perl-File-Slurp perl-Text-vFile-asData perl-devel perl(Encode.pm) perl(Digest/SHA.pm)

%description
A vCard is an electronic business card.

This package is for a single vCard (person / record / set of address information).
It provides an API to editing and creating vCards, or supplied a specific piece
of the Text::vFile::asData results it generates a vCard with that content.

You should really use Text::vCard::Addressbook as this handles creating
vCards from an existing file for you.

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

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%perl_vendor_privlib/Text/*

%changelog
* Wed Oct 03 2012 Igor Vlasenko <viy@altlinux.ru> 2.12-alt1
- automated CPAN update

* Thu Sep 22 2011 Igor Vlasenko <viy@altlinux.ru> 2.10-alt1
- automated CPAN update

* Sat Feb 13 2010 Vitaly Lipatov <lav@altlinux.ru> 2.07-alt1
- initial build for ALT Linux Sisyphus