diff --git a/perl-Image-ExifTool.changes b/perl-Image-ExifTool.changes index d393456..9d6e0ee 100644 --- a/perl-Image-ExifTool.changes +++ b/perl-Image-ExifTool.changes @@ -2,7 +2,9 @@ Mon Sep 26 18:32:34 UTC 2011 - Greg.Freemyer@gmail.com - update to 8.65 - * A new application is now included in addition to just the perl library modules + * /usr/bin/exiftool was previously packaged separately. Upstream has merged the tarballs into one. + * Thus the standalone exiftool package has now been obsoleted + * And /usr/bin/exiftool is now included in this package addition to just the perl library modules * * A significant number of new file formats, etc. are now supported, see * http://cpansearch.perl.org/src/EXIFTOOL/Image-ExifTool-8.65/Changes diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 3fd0290..2155beb 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -25,7 +25,7 @@ License: GPL+ or Artistic Summary: Read and write meta information Url: http://search.cpan.org/dist/Image-ExifTool/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-%{version}.tar.gz +#Source: http://www.cpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,11 +33,13 @@ BuildRequires: perl BuildRequires: perl-macros %{perl_requires} # allow autodepend logic to find this -#Requires: perl-Compress-Zlib -Requires: perl-Archive-Zip -Requires: perl-Digest-MD5 -Requires: perl-Digest-SHA -Requires: perl-IO-Compress +#Requires: perl(Compress::Zlib) +Requires: perl(Archive::Zip) +Requires: perl(Digest::MD5) +Requires: perl(Digest::SHA) +Requires: perl(IO::Compress) +Obsoletes: exiftool < 8.65 +Provides: exiftool %description ExifTool by Phil Harvey (phil at owl.phy.queensu.ca)