diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-22 14:38:31 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-22 14:38:31 +0200 |
commit | eaa27cfab10809dface087064bb55281502c8336 (patch) | |
tree | 1612618c1bf39aa91fa3510b0ef334c62f495329 /redhat/dependencies/python-tqt | |
parent | fd444009b666a7067a24177ee8e5e7101973ab23 (diff) | |
download | tde-packaging-eaa27cfab10809dface087064bb55281502c8336.tar.gz tde-packaging-eaa27cfab10809dface087064bb55281502c8336.zip |
RPM Packaging: updates for R14
Diffstat (limited to 'redhat/dependencies/python-tqt')
-rw-r--r-- | redhat/dependencies/python-tqt/python-tqt-14.0.0.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec b/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec index 1e33edf24..e86012b01 100644 --- a/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec +++ b/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec @@ -29,10 +29,16 @@ Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz Patch0: python-tqt-14.0.0-ftbfs.patch BuildRequires: gcc-c++ -BuildRequires: python-sip BuildRequires: trinity-tqtinterface-devel >= %{version} BuildRequires: trinity-tqscintilla-devel +%if 0%{?rhel} || 0%{?fedora} || 0%{?suse_version} +BuildRequires: sip-devel +%endif +%if 0%{?mdkversion} || 0%{?mgaversion} +BuildRequires: python-sip +%endif + # TDE specific building variables BuildRequires: cmake >= 2.8 BuildRequires: trinity-tqt3-devel >= 3.5.0 |