Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > cfe774c1ea412273876dffb24f00e15d > files > 2

perl-Text-Quoted-2.03-alt1.src.rpm

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

%define module Text-Quoted
%define m_distro Text-Quoted
%define m_name Text::Quoted
%define m_author_id RUZ
%define _enable_test 1

Name: perl-Text-Quoted
Version: 2.03
Release: alt1

Summary: Text-Quoted - Extract the structure of a quoted mail message

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/~ruz/%m_distro-%version/

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/%m_distro-%version.tar.bz2

# Automatically added by buildreq on Mon Jun 06 2005
BuildRequires: perl-Text-Autoformat perl-Text-Reform perl-devel

%description
"Text::Quoted" examines the structure of some text which may contain
multiple different levels of quoting, and turns the text into a nested
data structure.

The structure is an array reference containing hash references for each
paragraph belonging to the same author. Each level of quoting recursively
adds another list reference.

This also tells you about what's in the hash references: "raw" is the
paragraph of text as it appeared in the original input; "text" is what
it looked like when we stripped off the quotation characters, and "quoter"
is the quotation string.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/*
%perl_vendor_man3dir/*

%changelog
* Wed Jan 02 2008 Vitaly Lipatov <lav@altlinux.ru> 2.03-alt1
- new version 2.03 (with rpmrb script)

* Fri Jul 06 2007 Vitaly Lipatov <lav@altlinux.ru> 2.02-alt1
- new version 2.02 (with rpmrb script) (fix bug#12226)
- add some doc files

* Mon Jun 06 2005 Vitaly Lipatov <lav@altlinux.ru> 1.8-alt1
- first build for ALT Linux Sisyphus