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/tdetoys/tdetoys-14.0.0.spec | |
parent | 472a95e30a3c05be3faa1d42877bc2fb3a50d86b (diff) | |
download | tde-packaging-37a9aae98c5921e7c046912b04c9f5b576d3f4d0.tar.gz tde-packaging-37a9aae98c5921e7c046912b04c9f5b576d3f4d0.zip |
RPM Packaging: update lots of main packages
Diffstat (limited to 'redhat/tdetoys/tdetoys-14.0.0.spec')
-rw-r--r-- | redhat/tdetoys/tdetoys-14.0.0.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/tdetoys/tdetoys-14.0.0.spec b/redhat/tdetoys/tdetoys-14.0.0.spec index 5f94e820b..0144e23ce 100644 --- a/redhat/tdetoys/tdetoys-14.0.0.spec +++ b/redhat/tdetoys/tdetoys-14.0.0.spec @@ -39,7 +39,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake >= 2.8 BuildRequires: desktop-file-utils 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: gettext @@ -396,6 +396,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=ON \ \ |