diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-12-27 13:52:47 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-12-27 13:52:47 +0100 |
commit | bd2480c3dc402786dae7635394dfb6253b3e1061 (patch) | |
tree | 5f6c7f1b2b626ce754d9057a68863cef53800284 /redhat/libraries | |
parent | 51cf0da40497ed45719a25f24a795046caa925db (diff) | |
download | tde-packaging-bd2480c3dc402786dae7635394dfb6253b3e1061.tar.gz tde-packaging-bd2480c3dc402786dae7635394dfb6253b3e1061.zip |
RPM Packaging: update R14 packages
Diffstat (limited to 'redhat/libraries')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-14.0.0.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-14.0.0.spec b/redhat/libraries/python-trinity/python-trinity-14.0.0.spec index f2da1f06d..978c6e036 100644 --- a/redhat/libraries/python-trinity/python-trinity-14.0.0.spec +++ b/redhat/libraries/python-trinity/python-trinity-14.0.0.spec @@ -43,8 +43,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz -Patch0: python-trinity-14.0.0-ftbfs.patch -Patch1: python-trinity-14.0.0-ftbfs2.patch +#Patch0: python-trinity-14.0.0-ftbfs.patch +#Patch1: python-trinity-14.0.0-ftbfs2.patch BuildRequires: trinity-tqtinterface-devel >= %{tde_version} BuildRequires: trinity-arts-devel >= 1:1.5.10 @@ -117,7 +117,7 @@ tips and working code you can use to learn from. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} %if 0%{?suse_version} == 1310 -%patch0 -p1 -b .ftbfs +#patch0 -p1 -b .ftbfs #patch1 -p1 -b .ftbfs %endif |