From f21f4e8c1cb4940519c7691f95cff24b0e52302d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Aug 04 2005 20:55:50 +0000 Subject: auto-import perl-Image-ExifTool-5.53-1 on branch devel from perl-Image-ExifTool-5.53-1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..03d2361 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Image-ExifTool-5.53.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec new file mode 100644 index 0000000..9c0cb06 --- /dev/null +++ b/perl-Image-ExifTool.spec @@ -0,0 +1,53 @@ +Name: perl-Image-ExifTool +Version: 5.53 +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 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1 +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. + +%prep +%setup -q -n Image-ExifTool-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make + +%install +rm -rf $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +chmod -R u+w $RPM_BUILD_ROOT/* + +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README Changes +%{_bindir}/exiftool +%{perl_vendorlib}/* +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* + +%changelog +* Thu Aug 4 2005 Tom "spot" Callaway 5.53-1 +- initial package for Fedora Extras diff --git a/sources b/sources index e69de29..d10f403 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +61cb796b444d16d2af7bb1c9c4d4991d Image-ExifTool-5.53.tar.gz