diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-03-16 13:00:13 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-03-16 13:00:13 +0100 |
commit | a221ed54aa985c004d35de3c9f47f575dcaafaba (patch) | |
tree | 15114e61b2c45512cf5903c2e0a498202e722c91 /redhat/applications/bibletime | |
parent | a0837c0ccd4281fe21a97f284c8c06c1990d5f5e (diff) | |
download | tde-packaging-a221ed54aa985c004d35de3c9f47f575dcaafaba.tar.gz tde-packaging-a221ed54aa985c004d35de3c9f47f575dcaafaba.zip |
RPM packaging: update R14 packages
Diffstat (limited to 'redhat/applications/bibletime')
-rw-r--r-- | redhat/applications/bibletime/bibletime-14.0.0.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/redhat/applications/bibletime/bibletime-14.0.0.spec b/redhat/applications/bibletime/bibletime-14.0.0.spec index e1d4a97a5..80a34485e 100644 --- a/redhat/applications/bibletime/bibletime-14.0.0.spec +++ b/redhat/applications/bibletime/bibletime-14.0.0.spec @@ -54,8 +54,12 @@ BuildRequires: gettext BuildRequires: clucene-core-devel %endif %if 0%{?mgaversion} || 0%{?mdkversion} +%if 0%{?pclinuxos} +BuildRequires: %{_lib}clucene2-devel +%else BuildRequires: %{_lib}clucene-devel %endif +%endif # Requires: sword BuildRequires: sword-devel @@ -104,7 +108,7 @@ export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}" --enable-rpath \ --disable-gcc-hidden-visibility \ \ -%if 0%{?fedora} >= 20 +%if 0%{?fedora} >= 20 || 0%{?pclinuxos} --with-sword-dir=%{tde_prefix} %endif |