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/tdeio-sword | |
parent | a0837c0ccd4281fe21a97f284c8c06c1990d5f5e (diff) | |
download | tde-packaging-a221ed54aa985c004d35de3c9f47f575dcaafaba.tar.gz tde-packaging-a221ed54aa985c004d35de3c9f47f575dcaafaba.zip |
RPM packaging: update R14 packages
Diffstat (limited to 'redhat/applications/tdeio-sword')
-rw-r--r-- | redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec b/redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec index 9279ef5b0..d1e1f428e 100644 --- a/redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec +++ b/redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec @@ -81,7 +81,11 @@ export PATH="%{tde_bindir}:${PATH}" --enable-new-ldflags \ --enable-closure \ --enable-rpath \ - --disable-gcc-hidden-visibility + --disable-gcc-hidden-visibility \ + \ +%if 0%{?fedora} >= 20 || 0%{?pclinuxos} + --with-sword-dir=%{tde_prefix} +%endif %__make %{?_smp_mflags} |