1
0

Accepting request 579494 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/579494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Image-ExifTool?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2018-02-23 14:31:54 +00:00 committed by Git OBS Bridge
commit 334251dc5a
4 changed files with 15 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:029b81a43f423332c00b76b5402fd8f85dee975fad41a734b494faeda4e41f7d
size 4257555

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcf896600776d8ef39a867081b48426837ed5ee8ca19b53dd9d86a3179c93c93
size 4347722

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 23 06:30:32 UTC 2018 - sor.alexei@meowr.ru
- Update to version 10.80 (changes since 10.55):
* See /usr/share/doc/packages/perl-Image-ExifTool/Changes
-------------------------------------------------------------------
Fri Jun 9 15:20:40 UTC 2017 - sor.alexei@meowr.ru

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Image-ExifTool
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define cpan_name Image-ExifTool
Name: perl-Image-ExifTool
Version: 10.55
Version: 10.80
Release: 0
Summary: Perl module to read and write meta information
License: GPL-1.0+ or Artistic-1.0
License: GPL-1.0-or-later OR Artistic-1.0
Group: Development/Languages/Perl
Url: http://exiftool.sourceforge.net/
Source: http://downloads.sf.net/exiftool/%{cpan_name}-%{version}.tar.gz
Url: https://exiftool.sourceforge.io/
Source: https://downloads.sf.net/exiftool/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(File::RandomAccess)
@ -45,7 +45,7 @@ Summary: Customisable application to read and write meta information in f
Group: Productivity/Graphics/Other
Requires: perl(Image::ExifTool) = %{version}
Recommends: perl(Archive::Zip)
# Per http://perldoc.perl.org/index-modules-I.html, these are the part of perl-base.
# Per https://perldoc.perl.org/index-modules-I.html, these are the part of perl-base.
#Recommends: perl(Compress::Zlib)
#Recommends: perl(Digest::MD5)
#Recommends: perl(Digest::SHA)
@ -85,7 +85,6 @@ make %{?_smp_mflags} V=1 test
%perl_gen_filelist
%files
%defattr(-,root,root)
%doc Changes README html
%doc config_files/
%exclude %{_bindir}/exiftool
@ -94,14 +93,12 @@ make %{?_smp_mflags} V=1 test
%{_mandir}/man?/Image::ExifTool*
%files -n exiftool
%defattr(-,root,root)
%doc fmt_files/
%doc arg_files/
%{_bindir}/exiftool
%{_mandir}/man?/exiftool.?%{?ext_man}
%files -n perl-File-RandomAccess
%defattr(-,root,root)
%{perl_vendorlib}/File/
%{_mandir}/man?/File::RandomAccess*