diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-09-02 23:16:51 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-09-02 23:16:51 +0200 |
commit | 9deeed971d2b07c3f855e0af3e6c9f047ae46e89 (patch) | |
tree | b632719193da35bf0ae000bd7e5a7479af58fc71 /redhat/dependencies/python-tqt | |
parent | 211ce4a54e04ece6ee31c2495abf6702ad83db6d (diff) | |
download | tde-packaging-9deeed971d2b07c3f855e0af3e6c9f047ae46e89.tar.gz tde-packaging-9deeed971d2b07c3f855e0af3e6c9f047ae46e89.zip |
RPM Packaging: update R14 dependencies
Diffstat (limited to 'redhat/dependencies/python-tqt')
-rw-r--r-- | redhat/dependencies/python-tqt/python-tqt-14.0.0.spec | 7 |
1 files changed, 5 insertions, 2 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 81d48d0a5..f516327d7 100644 --- a/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec +++ b/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec @@ -30,12 +30,15 @@ BuildRequires: gcc-c++ BuildRequires: trinity-tqtinterface-devel >= %{version} BuildRequires: trinity-tqscintilla-devel -%if 0%{?rhel} || 0%{?fedora} || 0%{?suse_version} +%if 0%{?rhel} || 0%{?fedora} BuildRequires: sip-devel %endif %if 0%{?mdkversion} || 0%{?mgaversion} BuildRequires: python-sip %endif +%if 0%{?suse_version} +BuildRequires: python-sip-devel +%endif # TDE specific building variables BuildRequires: trinity-tqt3-devel >= 3.5.0 @@ -137,7 +140,7 @@ packages based on them, like PyTDE. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} -%patch0 -p1 -b .ftbfs +%patch0 -p1 %build |