Package perl-MARC-Lint: Specfile

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

%define module MARC-Lint
%define m_distro MARC-Lint
%define m_name MARC-Lint
%define m_author_id unknown
%define _enable_test 1

Name: perl-MARC-Lint
Version: 1.46
Release: alt1

Summary: Perl extension for checking validity of MARC records

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vladimir A. Svyatoshenko <svyt@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/E/EI/EIJABB/MARC-Lint-%{version}.tar.gz

# Automatically added by buildreq on Tue Jul 01 2008
BuildRequires: perl-Business-ISBN perl-MARC-Record perl-devel

# automatically added during perl 5.8 -> 5.12 upgrade.
# perl-podlators is required for pod2man conversion.
BuildRequires: perl-podlators

%description
Module for checking validity of MARC records.  99 persent of the users will want to do
something like is shown in the synopsis.  The other intrepid 1 persent will overload the
"MARC::Lint" module's methods and provide their own special field-level checking.

What this means is that if you have certain requirements, such as making sure that
all 952 tags have a certain call number in them, you can write a function that
checks for that, and still get all the benefits of the MARC::Lint framework.

%prep
#setup -q -n %m_distro-%version
%setup -q -n marc-lint
%build
%perl_vendor_build INSTALLMAN1DIR=%_man1dir

%install
%perl_vendor_install

%files
%_bindir/marclint
%perl_vendor_privlib/MARC*
%_man1dir/*

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

* Mon Sep 19 2011 Igor Vlasenko <viy@altlinux.ru> 1.44-alt1
- automated CPAN update

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

* Tue Oct 07 2008 Vladimir A. Svyatoshenko <svyt@altlinux.ru> 1.43-alt2
- fixed build

* Tue Jul 01 2008 Vladimir A. Svyatoshenko <svyt@altlinux.ru> 1.43-alt1
- first build for ALT Linux Sisyphus