Package perl-CGI-Lite: Specfile

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

%define module CGI-Lite
%define m_distro CGI-Lite
%define m_name CGI::Lite
%define m_author_id unknown
%define _enable_test 1

Name: perl-CGI-Lite
Version: 2.02
Release: alt2.1

Summary: Process and decode WWW forms and cookies

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/CGI-Lite/

BuildArch: noarch
#Source: http://search.cpan.org//CPAN/authors/id/S/SM/SMYLERS/%m_distro-%version.tar.gz
Source: %m_distro-%version.tar.bz2

# Automatically added by buildreq on Fri Sep 05 2008 (-bi)
BuildRequires: perl-devel

%description
You can use this module to decode form and query information,
including file uploads, as well as cookies in a very simple
manner; you need not concern yourself with the actual details
behind the decoding process.

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

%install
%perl_vendor_install

%files
%perl_vendor_privlib/CGI*
%doc CHANGES README TODO examples

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

* Fri Sep 05 2008 Michael Bochkaryov <misha@altlinux.ru> 2.02-alt2
- fix directory ownership violation
- examples added to package

* Fri Feb 01 2008 Michael Bochkaryov <misha@altlinux.ru> 2.02-alt1
- first build for ALT Linux Sisyphus