- update to 0.14
This commit is contained in:
parent
59a4ac4fe0
commit
8b30146bd0
@ -1 +1 @@
|
||||
File-MimeInfo-0.13.tar.gz
|
||||
File-MimeInfo-0.14.tar.gz
|
||||
|
@ -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 <pertusus@free.fr> 0.14-1
|
||||
- update to 0.14
|
||||
|
||||
* Thu Nov 16 2006 Patrice Dumas <pertusus@free.fr> 0.13-3
|
||||
- add a Requires on shared-mime-info (Bug #215972)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user