|
|
|
@ -1,12 +1,11 @@
|
|
|
|
|
Name: perl-Image-ExifTool
|
|
|
|
|
Version: 6.40
|
|
|
|
|
Version: 6.69
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
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
|
|
|
|
|
Patch0: perl-Image-ExifTool-avoidtheworduse.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl >= 1:5.6.1
|
|
|
|
@ -15,16 +14,16 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
%description
|
|
|
|
|
ExifTool is a Perl module with an included command-line application for
|
|
|
|
|
reading and writing meta information in image files. It reads EXIF, GPS, IPTC,
|
|
|
|
|
XMP, GeoTIFF, ICC Profile and Photoshop IRB meta information from JPG, JP2,
|
|
|
|
|
TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2,
|
|
|
|
|
MRW, NEF, PEF, ORF and DNG images. ExifTool also extracts information from the
|
|
|
|
|
maker notes of many digital cameras by various manufacturers including Canon,
|
|
|
|
|
Casio, FujiFilm, Kodak, Minolta/Konica-Minolta, Nikon, Olympus/Epson,
|
|
|
|
|
Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon.
|
|
|
|
|
XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, and ID3 meta
|
|
|
|
|
information from JPG, JP2, TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF,
|
|
|
|
|
PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF and DNG images. ExifTool also
|
|
|
|
|
extracts information from the maker notes of many digital cameras by various
|
|
|
|
|
manufacturers including Canon, Casio, FujiFilm, JVC/Victor, Kodak, Leaf,
|
|
|
|
|
Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi,
|
|
|
|
|
Ricoh, Sanyo, Sigma/Foveon, and Sony.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Image-ExifTool-%{version}
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
@ -51,6 +50,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.69-1
|
|
|
|
|
|
|
|
|
|
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.40-1
|
|
|
|
|
- bump to 6.40
|
|
|
|
|
|
|
|
|
|