diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-03-21 17:25:00 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-03-21 17:25:00 +0100 |
commit | de823e19c005ecda21e4739de9aae33f0a0590ae (patch) | |
tree | 7ce5e46dc5b853ff2ff3ceda6e9122aa5301a0f4 /redhat/applications/tdeio-sword | |
parent | 056a3e9bfa2213b295ab52a4881625504203eeef (diff) | |
download | tde-packaging-de823e19c005ecda21e4739de9aae33f0a0590ae.tar.gz tde-packaging-de823e19c005ecda21e4739de9aae33f0a0590ae.zip |
RPM Packaging: rebuild for Fedora 21, RHEL 7, and minor fixes
Diffstat (limited to 'redhat/applications/tdeio-sword')
-rw-r--r-- | redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec | 3 |
1 files changed, 2 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 5ff803701..c71b4093b 100644 --- a/redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec +++ b/redhat/applications/tdeio-sword/tdeio-sword-14.0.0.spec @@ -74,6 +74,7 @@ export PATH="%{tde_bindir}:${PATH}" --bindir=%{tde_bindir} \ --libdir=%{tde_libdir} \ --datadir=%{tde_datadir} \ + --includedir=%{tde_tdeincludedir} \ \ --disable-dependency-tracking \ --disable-debug \ @@ -83,7 +84,7 @@ export PATH="%{tde_bindir}:${PATH}" --enable-rpath \ --disable-gcc-hidden-visibility \ \ -%if 0%{?fedora} >= 20 || 0%{?pclinuxos} || 0%{?rhel} >= 7 +%if 0%{?fedora} >= 20 || 0%{?rhel} >= 7 --with-sword-dir=%{tde_prefix} %endif |