Name: perl-MP3-Tag Version: 1.15 Release: 1%{?dist} Summary: Module for reading tags of MP3 audio files License: CHECK(Distributable) 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}.zip 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 MP3::Tag is a wrapper module to read different tags of mp3 files. It provides an easy way to access the functions of separate 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 META.json README.shrink README.txt test.mp3 TODO %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sun Jun 28 2020 Dave Cross 1.15-1 - Specfile autogenerated by cpanspec 1.78.