From b3a8248211f725b3aad5fd6b276e78165a75182b1cd7a4d95360fd3c3e379de0 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 21 Nov 2011 22:38:07 +0000 Subject: [PATCH] Accepting request 92971 from home:gregfreemyer:Tools-for-forensic-boot-cd OBS-URL: https://build.opensuse.org/request/show/92971 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=6 --- perl-Image-ExifTool.changes | 4 +++- perl-Image-ExifTool.spec | 14 ++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) 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)