diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-03 22:03:08 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-03 22:03:08 +0200 |
commit | c64029af7aba4d885977f5d9aab2b5c5536d5c9f (patch) | |
tree | f5fdabd1169d83beb0d45496b8f16452ba6d1ea4 | |
parent | 4e2da6f4fa02537aa129ff3a826e5084962fc877 (diff) | |
download | tde-packaging-c64029af7aba4d885977f5d9aab2b5c5536d5c9f.tar.gz tde-packaging-c64029af7aba4d885977f5d9aab2b5c5536d5c9f.zip |
RPM Packaging: update kopete-otr
-rw-r--r-- | redhat/applications/kopete-otr/kopete-otr-14.0.0.spec | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/redhat/applications/kopete-otr/kopete-otr-14.0.0.spec b/redhat/applications/kopete-otr/kopete-otr-14.0.0.spec index 835c6b649..854bd79c9 100644 --- a/redhat/applications/kopete-otr/kopete-otr-14.0.0.spec +++ b/redhat/applications/kopete-otr/kopete-otr-14.0.0.spec @@ -54,13 +54,11 @@ BuildRequires: desktop-file-utils BuildRequires: trinity-tdenetwork-devel >= %{tde_version} -# Kopete is provided by kdenetwork +# Kopete is provided by tdenetwork Requires: trinity-kopete >= %{tde_version} -%if 0%{?suse_version} >= 1230 -BuildRequires: libotr2-devel -%else + +# OTR support BuildRequires: libotr-devel -%endif %description This plugin enables Off-The-Record encryption for the TDE instant @@ -102,7 +100,7 @@ export PATH="%{tde_bindir}:${PATH}" --enable-rpath \ --disable-gcc-hidden-visibility -%__make %{_smp_mflags} +%__make %{_smp_mflags} || %__make %install |