summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-02 00:04:27 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-02 00:04:27 +0200
commitd783e656a48c3a3f0663d51dc03fa263fe8bc9b4 (patch)
tree5fada82289f8c2824419a9c575ef03c49c0e16f3
parent8d81e55477c11246e16241034e4e4df6e3f28473 (diff)
downloadtde-packaging-d783e656.tar.gz
tde-packaging-d783e656.zip
RPM Packaging: update dbus-1-tqt
-rw-r--r--redhat/dependencies/dbus-1-tqt/dbus-1-tqt-14.0.0.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/redhat/dependencies/dbus-1-tqt/dbus-1-tqt-14.0.0.spec b/redhat/dependencies/dbus-1-tqt/dbus-1-tqt-14.0.0.spec
index 013caed29..b6a1172ac 100644
--- a/redhat/dependencies/dbus-1-tqt/dbus-1-tqt-14.0.0.spec
+++ b/redhat/dependencies/dbus-1-tqt/dbus-1-tqt-14.0.0.spec
@@ -43,8 +43,9 @@ Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
BuildRequires: libtqt3-mt-devel >= 3.5.0
BuildRequires: libtqt4-devel >= 1:4.2.0
-BuildRequires: gcc-c++
BuildRequires: cmake >= 2.8
+BuildRequires: gcc-c++
+BuildRequires: pkgconfig
# DBUS support
%if 0%{?suse_version}
@@ -54,6 +55,13 @@ BuildRequires: dbus-devel
%endif
%description
+D-BUS is a message bus, used for sending messages between applications.
+Conceptually, it fits somewhere in between raw sockets and CORBA in
+terms of complexity.
+
+This package provides bindings for the Trinity Qt TQt interface.
+
+See the dbus description for more information about D-BUS in general.
###########
@@ -131,7 +139,6 @@ See the dbus description for more information about D-BUS in general.
%build
unset QTDIR QTINC QTLIB
-export PKG_CONFIG_PATH="%{_libdir}/pkgconfig"
if ! rpm -E %%cmake|grep -q "cd build"; then
%__mkdir_p build