diff --git a/.cvsignore b/.cvsignore index 4c5d9f2..8b7815a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File-MimeInfo-0.13.tar.gz +File-MimeInfo-0.14.tar.gz diff --git a/perl-File-MimeInfo.spec b/perl-File-MimeInfo.spec index f8b791a..49bc499 100644 --- a/perl-File-MimeInfo.spec +++ b/perl-File-MimeInfo.spec @@ -1,6 +1,6 @@ Name: perl-File-MimeInfo -Version: 0.13 -Release: 3%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Determine file type and open application License: GPL or Artistic Group: Development/Libraries @@ -9,7 +9,14 @@ Source0: http://www.cpan.org/authors/id/P/PA/PARDUS/File-MimeInfo/File-Mi Patch0: perl-File-MimeInfo-0.13-no-ask-option.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Module::Build) perl(Test::More) perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(File::BaseDir) perl(File::DesktopEntry) +# needed for some tests otherwise there are warnings +BuildRequires: shared-mime-info +# there is also a mimeinfo.cache file created by desktop-file-utils +# needed. It won't be there if building in a chroot, even if +# desktop-file-utils is installed if desktop-file-utils was never run. Requires: shared-mime-info Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -51,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Aug 8 2007 Patrice Dumas 0.14-1 +- update to 0.14 + * Thu Nov 16 2006 Patrice Dumas 0.13-3 - add a Requires on shared-mime-info (Bug #215972) diff --git a/sources b/sources index 4e0b23b..03775fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f87b07e1608f4380bb3f53154ac671bb File-MimeInfo-0.13.tar.gz +b4cb0ea1a30730c24747199784d90968 File-MimeInfo-0.14.tar.gz