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.43
Release: alt2

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: %m_distro-%version.tar.gz

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

%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
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%_bindir/marclint
%perl_vendor_privlib/MARC*
%perl_vendor_man1dir/*
%perl_vendor_man3dir/*

%changelog
* 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