diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-03-10 22:14:46 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-03-10 22:15:14 +0100 |
commit | 666511ebfbbade27acaec9371a32e866461d8060 (patch) | |
tree | 2fcec35073b727e188db5239a9dc14d3d328cacd /redhat/applications/kbibtex | |
parent | a8d88fa97e78c866843095d3176b95dbb28bd9cd (diff) | |
download | tde-packaging-666511ebfbbade27acaec9371a32e866461d8060.tar.gz tde-packaging-666511ebfbbade27acaec9371a32e866461d8060.zip |
RPM: fix dependencies on newly cmake built packages
Diffstat (limited to 'redhat/applications/kbibtex')
-rw-r--r-- | redhat/applications/kbibtex/kbibtex.spec | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/redhat/applications/kbibtex/kbibtex.spec b/redhat/applications/kbibtex/kbibtex.spec index d6bebcd83..a9c900162 100644 --- a/redhat/applications/kbibtex/kbibtex.spec +++ b/redhat/applications/kbibtex/kbibtex.spec @@ -67,6 +67,21 @@ BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ BuildRequires: pkgconfig +# ACL support +BuildRequires: libacl-devel + +# IDN support +BuildRequires: libidn-devel + +# OPENSSL support +BuildRequires: openssl-devel + +# XSLT support +BuildRequires: libxslt-devel + +# YAZ support +BuildRequires: libyaz-devel + # SUSE desktop files utility %if 0%{?suse_version} BuildRequires: update-desktop-files @@ -77,10 +92,6 @@ BuildRequires: update-desktop-files BuildRequires: brp-check-trinity %endif -# XSLT support -BuildRequires: libxslt-devel - - %description KBibTeX is a BibTeX editor for TDE to edit bibliographies used with LaTeX. KBibTeX is released under the GNU Public License (GPL) version 2 or any later version. |