diff --git a/Image-ExifTool-12.16.tar.gz b/Image-ExifTool-12.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..760691775b9081780f8fbbad6e01cbfbf8532cbf Binary files /dev/null and b/Image-ExifTool-12.16.tar.gz differ diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec new file mode 100644 index 0000000000000000000000000000000000000000..a12a3856a5b48c8cf88a02785250ad1b75123e07 --- /dev/null +++ b/perl-Image-ExifTool.spec @@ -0,0 +1,94 @@ +%global _empty_manifest_terminate_build 0 +Name: perl-Image-ExifTool +Version: 12.16 +Release: 1 +Summary: Read and write meta information +License: GPL-1.0-only or Artistic-1.0-Perl +Group: Development/Libraries +URL: http://search.cpan.org/dist/Image-ExifTool/ +Source0: http://www.cpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl >= 0:5.004 +BuildRequires: perl-generators +BuildRequires: perl(Archive::Zip) +BuildRequires: perl(Compress::Zlib) +BuildRequires: perl(Digest::MD5) +BuildRequires: perl(Digest::SHA) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(IO::Compress::RawDeflate) +BuildRequires: perl(IO::Uncompress::RawInflate) +BuildRequires: perl(POSIX::strptime) +BuildRequires: perl(Time::HiRes) +Requires: perl(Archive::Zip) +Requires: perl(Compress::Zlib) +Requires: perl(Digest::MD5) +Requires: perl(Digest::SHA) +Requires: perl(IO::Compress::RawDeflate) +Requires: perl(IO::Uncompress::RawInflate) +Requires: perl(POSIX::strptime) +Requires: perl(Time::HiRes) +%description +Reads and writes meta information in a wide variety of files, including the +maker notes of many digital cameras by various manufacturers such as Canon, +Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica- +Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, +Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony. +%package help +Summary : Read and write meta information +Provides: perl-Image-ExifTool-doc +%description help +Reads and writes meta information in a wide variety of files, including the +maker notes of many digital cameras by various manufacturers such as Canon, +Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica- +Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, +Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony. +%prep +%setup -q -n Image-ExifTool-%{version} +%build +export PERL_MM_OPT="" +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +export PERL_MM_OPT="" +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 {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +pushd %{buildroot} +touch filelist.lst +if [ -d usr/bin ];then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ];then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ];then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib ];then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +popd +mv %{buildroot}/filelist.lst . +%check || : +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f filelist.lst +%defattr(-,root,root,-) +%doc Changes exiftool META.json perl-Image-ExifTool.spec README +%{perl_vendorlib}/* +%files help +%{_mandir}/* + +%changelog +* Sun May 23 2021 Perl_Bot 12.16-1 +- Specfile autogenerated by Perl_Bot