summaryrefslogtreecommitdiffstats
path: root/redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2015-07-22 21:26:05 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2015-07-22 21:26:05 +0200
commitf490f5210b1597b85d66ae1fd54a51bdab7ca779 (patch)
treedccb24a2e302a13c2332d330578ad97e5eecc63a /redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec
parent3691b7f09c6fe434f1fedec711520e4b8dab37a0 (diff)
downloadtde-packaging-f490f5210b1597b85d66ae1fd54a51bdab7ca779.tar.gz
tde-packaging-f490f5210b1597b85d66ae1fd54a51bdab7ca779.zip
RPM Packaging: massive updates for R14.0.1
Diffstat (limited to 'redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec')
-rw-r--r--redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec b/redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec
index 043878b56..09f3a68aa 100644
--- a/redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec
+++ b/redhat/main/tdeaccessibility/tdeaccessibility-14.0.0.spec
@@ -27,6 +27,7 @@
%define tde_pkg tdeaccessibility
%define tde_prefix /opt/trinity
%define tde_bindir %{tde_prefix}/bin
+%define tde_confdir %{_sysconfdir}/trinity
%define tde_datadir %{tde_prefix}/share
%define tde_docdir %{tde_datadir}/doc
%define tde_includedir %{tde_prefix}/include
@@ -272,7 +273,7 @@ This package is part of Trinity, as a component of the TDE accessibility module.
%files -n trinity-kmouth
%defattr(-,root,root,-)
-%{tde_datadir}/config/kmouthrc
+%{tde_confdir}/kmouthrc
%{tde_bindir}/kmouth
%{tde_tdeappdir}/kmouth.desktop
%{tde_datadir}/apps/kmouth/
@@ -515,6 +516,7 @@ programs.
unset QTDIR QTINC QTLIB
export PATH="%{tde_bindir}:${PATH}"
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig"
+export kde_confdir="%{tde_confdir}"
%configure \
--prefix=%{tde_prefix} \