|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Image-ExifTool
|
|
|
|
|
Version: 7.25
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
Summary: Utility for reading and writing image meta info
|
|
|
|
@ -36,6 +36,10 @@ 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/*
|
|
|
|
|
|
|
|
|
|
# Somehow, these empty directories are getting created.
|
|
|
|
|
# Delete them.
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/*-linux-thread-multi
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
@ -46,11 +50,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README Changes
|
|
|
|
|
%{_bindir}/exiftool
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{perl_vendorlib}/File/
|
|
|
|
|
%{perl_vendorlib}/Image/
|
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.25-2
|
|
|
|
|
- get rid of empty arch-specific directories (bz 448744)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.25-1
|
|
|
|
|
- update to 7.25
|
|
|
|
|
|
|
|
|
|