diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22b59e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +Image-ExifTool-8.25.tar.gz +/Image-ExifTool-8.40.tar.gz +/Image-ExifTool-8.50.tar.gz +/Image-ExifTool-8.60.tar.gz +/Image-ExifTool-8.65.tar.gz +/Image-ExifTool-8.75.tar.gz +/Image-ExifTool-8.77.tar.gz +/Image-ExifTool-8.85.tar.gz +/Image-ExifTool-8.90.tar.gz +/Image-ExifTool-9.01.tar.gz +/Image-ExifTool-9.04.tar.gz +/Image-ExifTool-9.12.tar.gz +/Image-ExifTool-9.13.tar.gz +/Image-ExifTool-9.25.tar.gz +/Image-ExifTool-9.27.tar.gz +/Image-ExifTool-9.46.tar.gz +/Image-ExifTool-9.60.tar.gz +/Image-ExifTool-9.70.tar.gz +/Image-ExifTool-9.76.tar.gz +/Image-ExifTool-9.90.tar.gz +/Image-ExifTool-10.00.tar.gz +/Image-ExifTool-10.10.tar.gz +/Image-ExifTool-10.15.tar.gz +/Image-ExifTool-10.20.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 02fcc41..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Image-ExifTool -# $Id$ -NAME := perl-Image-ExifTool -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 8c80dec..aa0cfc9 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 9.90 +Version: 10.20 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -7,8 +7,38 @@ 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 BuildArch: noarch -BuildRequires: perl >= 1:5.6.1, perl(ExtUtils::Command::MM) +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl +BuildRequires: perl-generators +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) +# Run-time: +BuildRequires: perl(Exporter) +BuildRequires: perl(FileHandle) +BuildRequires: perl(integer) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +# Optional run-time: +# Archive::Zip not used at tests +# Compress::Zlib not used at tests +# Cwd not used at tests +# Digest::MD5 not used at tests +# Digest::SHA not used at tests +BuildRequires: perl(Encode) +# File::Basename not used at tests +# File::Glob not used at tests +# IO::File not used at tests +# IO::String not used at tests +# IO::Uncompress::Bunzip2 not used at tests +BuildRequires: perl(POSIX) +# Time::HiRes not used at tests +BuildRequires: perl(Time::Local) +# Win32::API not used on Linux +# Win32::API not used on Linux Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(FileHandle) %description ExifTool is a Perl module with an included command-line application for @@ -51,6 +81,33 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Jun 13 2016 Tom Callaway - 10.20-1 +- update to 10.20 + +* Sun May 15 2016 Jitka Plesnikova - 10.15-2 +- Perl 5.24 rebuild + +* Wed Apr 20 2016 Tom Callaway - 10.15-1 +- update to 10.15 + +* Thu Feb 04 2016 Fedora Release Engineering - 10.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 27 2016 Tom Callaway - 10.10-1 +- update to 10.10 + +* Tue Sep 01 2015 Petr Pisar - 10.00-2 +- Specify all dependencies (CPAN RT#106809) + +* Tue Aug 18 2015 Tom Callaway - 10.00-1 +- update to 10.00 (new stable) + +* Thu Jun 18 2015 Fedora Release Engineering - 9.90-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 03 2015 Jitka Plesnikova - 9.90-2 +- Perl 5.22 rebuild + * Mon Mar 16 2015 Tom Callaway - 9.90-1 - update to 9.90 (new stable) diff --git a/sources b/sources index 1bd4c8c..11cde8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ce15d63f29f682763e77e7bb4685dec Image-ExifTool-9.90.tar.gz +f3e84e5dc94deacaac1546bda5d5b145 Image-ExifTool-10.20.tar.gz