From 32fb770ae4ed0851491a59df5e23e27fb8afdadf Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Sat, 24 Nov 2012 09:58:05 +0100 Subject: RPM: add PCLinuxOS support --- redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec') diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec b/redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec index bcbc29aaa..9e35b3833 100644 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec +++ b/redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec @@ -105,7 +105,7 @@ General documentation and examples for PyKDE providing programming tips and working code you can use to learn from. -%if 0%{?suse_version} +%if 0%{?suse_version} || 0%{?pclinuxos} %debug_package %endif @@ -136,11 +136,15 @@ export PYTHONPATH=%{python_sitearch}/trinity-sip:%{python_sitearch}/trinity-PyQt -L %{_lib} \ -v %{_datadir}/sip/trinity -%if 0%{?mgaversion} || 0%{?mdkversion} # Shitty hack to add LDFLAGS +%if 0%{?mgaversion} || 0%{?mdkversion} %__sed -i */Makefile \ +%if 0%{?pclinuxos} + -e "/^LIBS = / s|$| -lpython2.6 -lDCOP -lkdecore -lkdefx -lkdeui -lkresources -lkabc -lkparts -lkio|" +%else -e "/^LIBS = / s|$| -lpython2.7 -lDCOP -lkdecore -lkdefx -lkdeui -lkresources -lkabc -lkparts -lkio|" %endif +%endif %__make %{_smp_mflags} -- cgit v1.2.3