diff --git a/perl-MP3-Info.spec b/perl-MP3-Info.spec index 71991bb..ccbd659 100644 --- a/perl-MP3-Info.spec +++ b/perl-MP3-Info.spec @@ -1,6 +1,6 @@ Name: perl-MP3-Info Version: 1.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries License: Artistic or GPL @@ -8,8 +8,7 @@ URL: http://search.cpan.org/dist/MP3-Info/ Source0: http://www.cpan.org/modules/by-module/MP3/MP3-Info-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is used for getting info out of and into MP3 files. @@ -42,5 +41,8 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' %{_mandir}/man3/*.3* %changelog +* Mon Jun 26 2006 Christopher Stone 1.20-2 +- Remove unneeded BuildRequires + * Fri Jun 23 2006 Christopher Stone 1.20-1 - Initial Release.