perl-Image-ExifTool/perl-Image-ExifTool.spec
Dirk Stoecker c3f7d90ba5 Accepting request 909950 from home:polslinux:branches:devel:languages:perl
- Update to version 12.29:
* Added a few new Nikon and Olympus lenses (thanks LibRaw)
* Improved a QuickTime "File format error" message to be more
  meaningful, and made it a minor error
* Changed PNG writer to add EXIF before IDAT
* Some changes the way JUMBF metadata is handled
* Patched to read timed GPS from a different type of INSV videos
* Patched a security issue
* Fixed problem where ExifTool could hang when processing mebx
  timed metadata
* Added read support for Leica Image File (LIF) images
* Added a new Olympus LensType (thanks LibRaw)
* Decode another Panasonic tag (thanks LibRaw)
* Decode more timed metadata from Sony MP4 videos
* Attempt to shorten tag names for metadata in CZI files
* Allow full QuickTime Keys tag ID's in UserDefined tags
* Patched to handle special characters in Torrent tag values
* Added two new Nikon LensID values (thanks Daniel)
* Added a new Pentax RawDevelopmentProcess value
* Added a few new Sony LensType values (thanks Jos Roost)
* Added warning if IPTCDigest is not current
* Decode a couple more Pentax tags (thanks LibRaw)
* Decode streaming GPS from Novatek INNOVV MP4 and TS videos
* Improved tag names in confi_files/covert_regions.config 
* Changed MIME types for MS Office macro-enabled formats
  to add the .12
* Patched Canon LensID logic to properly identify the
  Canon RF 24-105mm F4 L IS USM lens
* Patched decoding of camm6 GPSDateTime to use a flexible epoch
  because other apps don't seem to use a consistent time zero
* Fixed family 7 group names for QuickTime Keys tags
* Fixed problem reading BeatsPerMinute from some MP4 files
* Fixed hemisphere problem when extracting GPS from 70mai
  dashcam videos
* Added support for JPEG Stereo (JPS) images
* Added a new Sony LensType (thanks LibRaw)
* Added a new PentaxModelID (thanks LibRaw)
* Changed ExifTool namespace URI to use exiftool.org
  instead of exiftool.ca in the -X option output (exiftool.ca
  is still recognized when reading XML)
* Improved handling of large-array warnings in -htmldump output
* Changed handling of escaped characters in #[CSTR] lines
  of -@ argfile
* Patched security vulnerability in argument of -lang option
* Fixed problem which could cause a "Wide character" warning
  and generate a corrupted output file when writing
  some illegal values

OBS-URL: https://build.opensuse.org/request/show/909950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=91
2021-08-03 11:37:00 +00:00

106 lines
3.5 KiB
RPMSpec

#
# spec file for package perl-Image-ExifTool
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Image-ExifTool
Name: perl-Image-ExifTool
Version: 12.29
Release: 0
Summary: Perl module to read and write meta information
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Languages/Perl
URL: https://exiftool.org/
Source: https://downloads.sf.net/exiftool/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(File::RandomAccess)
Conflicts: exiftool < %{version}
BuildArch: noarch
%{?perl_requires}
%description
ExifTool is a customisable set of Perl modules plus a full-featured
application for reading and writing meta information in a wide variety of
files, including the maker note information of many digital cameras by
various manufacturers such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor,
Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
%package -n exiftool
Summary: Customisable application to read and write meta information in files
Group: Productivity/Graphics/Other
Requires: perl(Image::ExifTool) = %{version}
Recommends: perl(Archive::Zip)
# Per https://perldoc.perl.org/index-modules-I.html, these are the part of perl-base.
#Recommends: perl(Compress::Zlib)
#Recommends: perl(Digest::MD5)
#Recommends: perl(Digest::SHA)
#Recommends: perl(IO::Compress::Bzip2)
#Recommends: perl(Time::HiRes)
%description -n exiftool
ExifTool is a a full-featured application for reading and writing
meta information in a wide variety of files, including the maker
note information of many digital cameras by various manufacturers
such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf,
Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
%package -n perl-File-RandomAccess
Summary: Random access reads of sequential file or scalar
Group: Development/Languages/Perl
%description -n perl-File-RandomAccess
Allows random access to sequential file by buffering the file if
necessary. Also allows access to data in memory to be accessed as
if it were a file.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} V=1
%check
make %{?_smp_mflags} V=1 test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files
%doc Changes README html
%doc config_files/
%exclude %{_bindir}/exiftool
%exclude %{_mandir}/man?/exiftool.?%{?ext_man}
%{perl_vendorlib}/Image/
%{_mandir}/man?/Image::ExifTool*
%files -n exiftool
%doc fmt_files/
%doc arg_files/
%{_bindir}/exiftool
%{_mandir}/man?/exiftool.?%{?ext_man}
%files -n perl-File-RandomAccess
%{perl_vendorlib}/File/
%{_mandir}/man?/File::RandomAccess*
%changelog