|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Image-ExifTool
|
|
|
|
|
Version: 6.95
|
|
|
|
|
Version: 7.00
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
@ -13,14 +13,14 @@ 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, 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, HP, JVC/Victor, Kodak, Leaf,
|
|
|
|
|
Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi,
|
|
|
|
|
Ricoh, Sanyo, Sigma/Foveon, and Sony.
|
|
|
|
|
reading and writing meta information in image, audio, and video files.
|
|
|
|
|
It reads EXIF, GPS, IPTC, 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,
|
|
|
|
|
HP, 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}
|
|
|
|
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 29 2007 Tom "spot" Callaway <tcallawa@redhat.com> 7.00-1
|
|
|
|
|
- 7.00
|
|
|
|
|
|
|
|
|
|
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.95-1
|
|
|
|
|
- 6.95
|
|
|
|
|
- license tag fix
|
|
|
|
|