Name: perl-MP3-Tag Version: 0.9710 Release: 1%{?dist} Summary: Module for reading tags of MP3 audio files License: CHECK(GPL+ or Artistic) Group: Development/Libraries URL: http://search.cpan.org/dist/MP3-Tag/ Source0: http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/MP3-Tag-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %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. %prep %setup -q -n MP3-Tag-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc cddb.tm cddb.tmp Changes README.shrink README.txt test.mp3 TODO %{perl_vendorlib}/* /usr/bin/audio_rename /usr/bin/mp3info2 /usr/bin/typeset_audio_dir %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sun Aug 17 2008 Dave Cross 0.9710-1 - Specfile autogenerated by cpanspec 1.77.