summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies/sip4-tqt
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-22 20:06:48 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-22 20:06:48 +0200
commit05d7831a8ff523d690f12e34313a4e3903714235 (patch)
tree93686982a9c25090f3fef4a68c34de389eac8ff4 /redhat/dependencies/sip4-tqt
parentdd92f0a7f714898e80ac6fcec2578d92087bb4ad (diff)
downloadtde-packaging-05d7831a8ff523d690f12e34313a4e3903714235.tar.gz
tde-packaging-05d7831a8ff523d690f12e34313a4e3903714235.zip
RPM Packaging: update tqscintilla
Diffstat (limited to 'redhat/dependencies/sip4-tqt')
-rw-r--r--redhat/dependencies/sip4-tqt/sip4-tqt-14.0.0.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/redhat/dependencies/sip4-tqt/sip4-tqt-14.0.0.spec b/redhat/dependencies/sip4-tqt/sip4-tqt-14.0.0.spec
index 991ea0a33..7e10966e9 100644
--- a/redhat/dependencies/sip4-tqt/sip4-tqt-14.0.0.spec
+++ b/redhat/dependencies/sip4-tqt/sip4-tqt-14.0.0.spec
@@ -70,9 +70,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
-BuildRequires: libtqt4-devel >= %{tde_epoch}:4.2.0
+BuildRequires: libtqt4-devel >= %{?epoch:%{epoch}:}4.2.0
BuildRequires: trinity-filesystem >= %{tde_version}
-Requires: trinity-filesystem >= %{tde_version}
BuildRequires: gcc-c++
BuildRequires: python
@@ -88,6 +87,8 @@ specificity towards C++ and Python.
%package -n sip4-tqt
Summary: Python/C++ bindings generator (Runtime Library)
Group: Development/Tools/Building
+Requires: trinity-filesystem >= %{tde_version}
+Requires: python
%description -n sip4-tqt
SIP is a tool for generating bindings for C++ classes with some ideas
@@ -107,7 +108,8 @@ specificity towards C++ and Python.
%package -n sip4-tqt-devel
Summary: Python/C++ bindings generator (Development Files)
Group: Development/Libraries/Python
-Requires: sip4-tqt = %{version}-%{release}
+Requires: sip4-tqt = %{?epoch:%{epoch}:}%{version}-%{release}
+Requires: python-devel
%description -n sip4-tqt-devel
SIP is a tool for generating bindings for C++ classes with some ideas