|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Image-ExifTool
|
|
|
|
|
Version: 7.15
|
|
|
|
|
Version: 7.25
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
@ -14,12 +14,13 @@ 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, 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,
|
|
|
|
|
It reads EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, 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, DNG, and many other types of 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
|
|
|
|
@ -50,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.25-1
|
|
|
|
|
- update to 7.25
|
|
|
|
|
|
|
|
|
|
* Tue Feb 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.15-1
|
|
|
|
|
- 7.15
|
|
|
|
|
- rebuild for new perl
|
|
|
|
|