Package perl-MP3-Tag: Specfile

BuildRequires: unzip
%add_findreq_skiplist %perl_vendor_privlib/MP3/Tag/ID3v2.pm

# vim: set ft=spec: -*- rpm-spec -*-
#   - MP3::Tag -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       MP3::Tag
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module MP3-Tag
%define m_distro MP3-Tag
%define m_name MP3::Tag
%define m_author_id unknown
%def_enable test

Name: perl-MP3-Tag
Version: 1.15
Release: alt1

Summary: Module for reading tags of MP3 audio files

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

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/%{module}-%{version}.zip

# Automatically added by buildreq on Thu Jan 04 2007
BuildRequires: perl-devel perl-MP3-Info

%description
Tag is a wrapper module to read different tags of mp3 files.  It
provides an easy way to access the functions of seperate modules
which do the handling of reading/writing the tags itself.

At the moment MP3::Tag::ID3v1 and MP3::Tag::ID3v2 are supported for
read and write; MP3::Tag::Inf, MP3::Tag::CDDB_File, MP3::Tag::File,
MP3::Tag::LastResort are supported for read access (the information
obtained by parsing CDDB files, .inf file and the filename).

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

%build
%perl_vendor_build -n

%install
%perl_vendor_install

%files
%doc README.shrink Changes README.txt TODO examples
%perl_vendor_privlib/MP3*
%perl_vendor_privlib/Normalize
%perl_vendor_privlib/Encode/transliterate_win1251.pm


%changelog
* Wed Mar 27 2019 Igor Vlasenko <viy@altlinux.ru> 1.15-alt1
- automated CPAN update

* Wed Oct 19 2016 Igor Vlasenko <viy@altlinux.ru> 1.14-alt1
- automated CPAN update

* Thu Sep 27 2012 Igor Vlasenko <viy@altlinux.ru> 1.13-alt1
- automated CPAN update

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

* Sun Apr 27 2008 Sir Raorn <raorn@altlinux.ru> 0.9710-alt1
- [0.9710]
- Dropped useless utils with unmets

* Thu Jan 04 2007 Sir Raorn <raorn@altlinux.ru> 0.9709-alt1
- first build for ALT Linux Sisyphus