diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-08-06 22:56:45 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-08-06 22:56:45 +0200 |
commit | 37a9aae98c5921e7c046912b04c9f5b576d3f4d0 (patch) | |
tree | 6ed26f2d61c4d6f5e8e9eed40abe2b2fdd871d82 /redhat/tdevelop | |
parent | 472a95e30a3c05be3faa1d42877bc2fb3a50d86b (diff) | |
download | tde-packaging-37a9aae98c5921e7c046912b04c9f5b576d3f4d0.tar.gz tde-packaging-37a9aae98c5921e7c046912b04c9f5b576d3f4d0.zip |
RPM Packaging: update lots of main packages
Diffstat (limited to 'redhat/tdevelop')
-rw-r--r-- | redhat/tdevelop/tdevelop-14.0.0.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/tdevelop/tdevelop-14.0.0.spec b/redhat/tdevelop/tdevelop-14.0.0.spec index 446248fa0..082227c11 100644 --- a/redhat/tdevelop/tdevelop-14.0.0.spec +++ b/redhat/tdevelop/tdevelop-14.0.0.spec @@ -56,7 +56,7 @@ Requires: ctags BuildRequires: cmake >= 2.8 BuildRequires: trinity-tqtinterface-devel >= %{tde_version} -BuildRequires: trinity-arts-devel >= %{tde_version} +BuildRequires: trinity-arts-devel >= 1:1.5.10 BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: trinity-tdesdk-devel >= %{tde_version} %if 0%{?rhel} || 0%{?fedora} @@ -605,6 +605,7 @@ cd build -DCMAKE_C_FLAGS="${RPM_OPT_FLAGS} -DNDEBUG" \ -DCMAKE_CXX_FLAGS="${RPM_OPT_FLAGS} -DNDEBUG" \ -DCMAKE_SKIP_RPATH=OFF \ + -DCMAKE_INSTALL_RPATH="%{tde_libdir}" \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DWITH_GCC_VISIBILITY=OFF \ \ |