diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-11-06 18:26:52 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-11-19 15:07:23 +0100 |
commit | 26d469b405d902b6ba50ae7bf45b940cc6c9d57e (patch) | |
tree | 98f77ad82828b693bae8146af48718a9e684e400 /redhat/libraries/libkexiv2 | |
parent | 4ec2dd7262a31709881d0417b2519113a7bed1c6 (diff) | |
download | tde-packaging-26d469b405d902b6ba50ae7bf45b940cc6c9d57e.tar.gz tde-packaging-26d469b405d902b6ba50ae7bf45b940cc6c9d57e.zip |
RPM: various fixes to build on OBS
Diffstat (limited to 'redhat/libraries/libkexiv2')
-rw-r--r-- | redhat/libraries/libkexiv2/libkexiv2.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/redhat/libraries/libkexiv2/libkexiv2.spec b/redhat/libraries/libkexiv2/libkexiv2.spec index ce0ecd529..bed76d899 100644 --- a/redhat/libraries/libkexiv2/libkexiv2.spec +++ b/redhat/libraries/libkexiv2/libkexiv2.spec @@ -82,6 +82,13 @@ BuildRequires: exiv2-devel BuildRequires: libexiv2-devel %endif +# IDN support +BuildRequires: libidn-devel + +# OPENSSL support +BuildRequires: openssl-devel + + %description libkexif2 contains the library of libkexiv2. Libkexif is a wrapper around Exiv2 library to manipulate pictures metadata. |