Package perl-Data-Page: Specfile

#
#   - Data::Page -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#

%define module Data-Page
%define m_distro Data-Page
%define m_name Data::Page
%define m_author_id unknown
%def_enable test

Name: perl-Data-Page
Version: 2.03
Release: alt1

Summary: %m_name - help when paging through sets of results

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

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{module}-%{version}.tar.gz

# Automatically added by buildreq on Sat Sep 13 2008 (-bi)
BuildRequires: perl-Class-Accessor-Chained perl-Module-Build perl-Test-Exception perl-Test-Pod perl-Test-Pod-Coverage perl-version

%description
When searching through large amounts of data, it is often the
case that a result set is returned that is larger than we want
to display on one page. This results in wanting to page through
various pages of data. The maths behind this is unfortunately
fiddly, hence this module.

%prep
%setup -q -n %{module}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes CONTRIBUTING README
%perl_vendor_privlib/Data*
%doc README

%changelog
* Sun May 12 2019 Igor Vlasenko <viy@altlinux.ru> 2.03-alt1
- automated CPAN update

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

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

* Sat Sep 13 2008 Michael Bochkaryov <misha@altlinux.ru> 2.00-alt2
- fix directory ownership violation

* Thu Mar 22 2007 Sir Raorn <raorn@altlinux.ru> 2.00-alt1
- first build for ALT Linux Sisyphus