From a91bc13d7d787f4b344ee8a3018bcbcaf4735511 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 18 Jan 2025 17:12:18 +0800 Subject: [PATCH] drop useless perl(:MODULE_COMPAT) requirement --- perl-Image-ExifTool.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 19b16bd..8808018 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,17 +1,17 @@ Name: perl-Image-ExifTool Version: 12.97 -Release: 1 +Release: 2 License: GPL-1.0-or-later or Artistic-1.0 Summary: Utility for reading and writing image meta info -URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ -Source0: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz +URL: https://www.sno.phy.queensu.ca/%7Ephil/exiftool/ +Source0: https://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils findutils make perl-interpreter perl-generators BuildRequires: perl(ExtUtils::MakeMaker) perl(File::Spec) perl(Exporter) perl(FileHandle) BuildRequires: perl(integer) perl(strict) perl(vars) perl(Encode) perl(POSIX) BuildRequires: perl(Time::Local) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(FileHandle) + %description ExifTool is a Perl module with an included command-line application for reading and writing meta information in image, audio, and video files. @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Jan 18 2025 Funda Wang - 12.97-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Thu Sep 26 2024 yaoxin - 12.97-1 - Update to 12.97: * Added ability to ignore up to 4095 bytes of garbage at the end of an INDD -- Gitee