forked from pool/perl-Image-ExifTool
Accepting request 924825 from home:dstoecker:branches:home:dirkmueller:Factory
Fix request of Dirk Müller. OBS-URL: https://build.opensuse.org/request/show/924825 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=93
This commit is contained in:
parent
6d2c7b85f9
commit
d9653d3cbf
@ -11,8 +11,8 @@ description_paragraphs: 1
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
# baz.patch: PATCH-FIX-OPENSUSE
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
preamble: |-
|
||||
Requires: perl(File::RandomAccess) >= 1.11
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 07:16:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- require File::RandomAccess otherwise exiftool(1) won't start
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 23 14:48:59 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@ -35,6 +35,9 @@ Recommends: perl(IO::Compress::RawDeflate)
|
||||
Recommends: perl(IO::Uncompress::RawInflate)
|
||||
Recommends: perl(POSIX::strptime)
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
Requires: perl(File::RandomAccess) >= 1.11
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
Reads and writes meta information in a wide variety of files, including the
|
||||
|
Loading…
Reference in New Issue
Block a user