1
0
perl-Image-ExifTool/perl-Image-ExifTool.spec
Dirk Stoecker 9b0735cab8 Accepting request 1170663 from home:jubalh:branches:devel:languages:perl
- Update to 12.84:
  * Added ability to read speed and accuracy_horizontal when geotagging from OpenTracks GPX files
  * Decode a few more Apple tags and a new CanonVRD tag
  * Enhanced Geolocation option with the ability to return any number of nearby cities
  * Fixed long-standing bug in Windows version that didn't properly handle dates older than 50 years when writing
  FileModifyDate or FileCreateDate
  * Fixed API TimeZone option to work in Windows
  * Fixed problem where the SetTags helper function didn't properly copy tags which have print conversions
  * Fixed problem where a new subregion couldn't be added through a user-defined Geolocation database entry
  * Fixed problem where GeolocFeature option didn't work for some features if a user-generated custom database
  was used

- Update to 12.83:
  * Added SetTags helper function for use in advanced formatting expressions
  * Added a couple of new tags from the DNG 1.7.1 specification
  * Added a new Nikon Z lens
  * Added a couple of new QuickTime tags
  * Added a few more XMP-GCamera tags
  * Added build_geolocation utility to the full distribution
  * Decode a new CanonVRD tag and rename another one
  * Updates to Sony maker note decoding for newer models (thanks Jos Roost)
  * Minor change in -p option to avoid adding the trailing newline if the -b option is also used
  * Minor changes to GM PDR decoding for Gear and angle measurements
  * Removed Geolocation alternate language support from the standard distribution, and added PPLX feature codes
  * Set family 1 group name for NextBase 'nbmt' information to "Nextbase"
  * Fixed incorrect ID of a DNG tag
  * API Changes:
    + Added IgnoreGroups option

OBS-URL: https://build.opensuse.org/request/show/1170663
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=152
2024-04-29 11:09:45 +00:00

114 lines
3.8 KiB
RPMSpec

#
# spec file for package perl-Image-ExifTool
#
# Copyright (c) 2024 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.84
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Read and write meta information
URL: https://www.exiftool.org/index.html
Source0: https://www.exiftool.org/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Archive::Zip)
Recommends: perl(Compress::Zlib)
Recommends: perl(Digest::SHA)
Recommends: perl(IO::Compress::RawDeflate)
Recommends: perl(IO::Uncompress::RawInflate)
Recommends: perl(POSIX::strptime)
%{perl_requires}
# MANUAL BEGIN
Requires: perl(File::RandomAccess) >= 1.11
# MANUAL END
%description
Reads and writes meta information in a wide variety of files, including the
maker notes of many digital cameras by various manufacturers such as Canon,
Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf,
Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica,
Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and
Sony.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes config_files html README
%exclude %{_bindir}/exiftool
%exclude %{_mandir}/man?/exiftool.?%{?ext_man}
%exclude %{perl_vendorlib}/File/
%exclude %{_mandir}/man?/File::RandomAccess*
%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.
%files -n exiftool
%doc fmt_files/
%doc arg_files/
%{_bindir}/exiftool
%{_mandir}/man?/exiftool.?%{?ext_man}
%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.
%files -n perl-File-RandomAccess
%{perl_vendorlib}/File/
%{_mandir}/man?/File::RandomAccess*
%changelog