Package perl-Encode-TECkit: Specfile

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

%define module Encode-TECkit
%define m_distro Encode-TECkit
%define m_name Encode::TECkit
%define m_author_id unknown
%define _enable_test 1

Name: perl-Encode-TECkit
Version: 0.04
Release: alt1.1

Summary: Perl TECkit interface

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

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://search.cpan.org//CPAN/authors/id/M/MH/MHOSKEN/%m_distro-%version.tar.gz
Patch: %name.patch

# Automatically added by buildreq on Sat Mar 28 2009
BuildRequires: gcc-c++ libteckit-devel perl-devel zlib-devel

%description
This module interfaces with the TECkit processor to provide a Perl
interface for data conversion.
TECkit is a binary encoding converter designed to handle complex encoding
conversions requiring multiple passes over the data and contextual data
conversion. See the module Encode::UTR22 for a module that handles a
textual language for this kind of conversion. That module contains a
compiler that takes an extended UTR22 description and creates a binary
control file for TECkit. Equally, TECkit contains its own language and
compiler, but these are not written in Perl.
There are two forms of Encode::TECkit (this is probably a bug). The
first is a Perl object which passes methods along to the Encode::TECkit
XS code. The difference is that the Perl object usually contains two
binary Encode::TECkit objects. So, don't go calling XS methods on the
pure Perl object (as returned by new).
Notice that at this stage the interface is not there to use TECkit is a
pure Unicode normalizer or encoding form converter. Use Unicode::Normalize
and (un)pack for that.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_archlib/Encode/
%perl_vendor_autolib/Encode/

%changelog
* Sat Nov 06 2010 Vladimir Lettiev <crux@altlinux.ru> 0.04-alt1.1
- rebuilt with perl 5.12

* Fri Mar 27 2009 Vitaly Lipatov <lav@altlinux.ru> 0.04-alt1
- initial build for ALT Linux Sisyphus