update to 12.16 [release 12.16-1mamba;Wed Feb 24 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 09:11:45 +01:00
parent ca0a9cf893
commit b3bbfd904c

View File

@ -1,19 +1,21 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Image-ExifTool
Version: 11.85
Version: 12.16
Release: 1mamba
Summary: Image::ExifTool - Utility for reading and writing image meta info
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/Image-ExifTool-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Image/Image-ExifTool-%{version}.tar.gz
License: Artistic
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: perl >= %perl_major_ver
%description
ExifTool is a customizable set of Perl modules plus an application script for reading and writing meta information in image, audio and video files, including the maker note information of many digital cameras by various
@ -48,6 +50,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Wed Feb 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 12.16-1mamba
- update to 12.16
* Wed Apr 22 2020 Automatic Build System <autodist@mambasoft.it> 11.85-1mamba
- automatic update by autodist