Updating link to change in openSUSE:Factory/python-sip revision 22.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=c741d7e262bd8153a72c957b2aaed114
This commit is contained in:
parent
6a4291f7a4
commit
032a151c88
11
fix-linking.diff
Normal file
11
fix-linking.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- specs/linux-g++ 2009/08/31 11:59:37 1.1
|
||||
+++ specs/linux-g++ 2009/08/31 12:00:19
|
||||
@@ -53,7 +53,7 @@
|
||||
QMAKE_LFLAGS =
|
||||
QMAKE_LFLAGS_RELEASE =
|
||||
QMAKE_LFLAGS_DEBUG =
|
||||
-QMAKE_LFLAGS_SHLIB = -shared
|
||||
+QMAKE_LFLAGS_SHLIB = -shared -lpython2.6
|
||||
QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB
|
||||
QMAKE_LFLAGS_SONAME = -Wl,-soname,
|
||||
QMAKE_LFLAGS_THREAD =
|
11
fix-linking25.diff
Normal file
11
fix-linking25.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- specs/linux-g++ 2009/08/31 11:59:37 1.1
|
||||
+++ specs/linux-g++ 2009/08/31 12:00:19
|
||||
@@ -53,7 +53,7 @@
|
||||
QMAKE_LFLAGS =
|
||||
QMAKE_LFLAGS_RELEASE =
|
||||
QMAKE_LFLAGS_DEBUG =
|
||||
-QMAKE_LFLAGS_SHLIB = -shared
|
||||
+QMAKE_LFLAGS_SHLIB = -shared -lpython2.5
|
||||
QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB
|
||||
QMAKE_LFLAGS_SONAME = -Wl,-soname,
|
||||
QMAKE_LFLAGS_THREAD =
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 12:55:45 UTC 2009 - beineri@opensuse.org
|
||||
|
||||
- fix plasmoids requiring python-devel to work (part of bnc#535057)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 05 00:46:55 CEST 2009 - hpj@urpla.net
|
||||
|
||||
|
@ -24,13 +24,15 @@ License: GPL v2 or later
|
||||
Group: Development/Libraries/Python
|
||||
Summary: SIP tool to use python sip bindings
|
||||
Version: 4.8.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
%define rversion %version
|
||||
Url: http://www.riverbankcomputing.com/software/sip/intro
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: sip-%{rversion}.tar.bz2
|
||||
Patch0: disable-rpaths.diff
|
||||
Patch1: fix-unresolved-external-types.diff
|
||||
Patch2: fix-linking.diff
|
||||
Patch3: fix-linking25.diff
|
||||
%py_requires
|
||||
|
||||
%description
|
||||
@ -71,10 +73,16 @@ Authors:
|
||||
%setup -q -n sip-%{rversion}
|
||||
%patch0
|
||||
%patch1 -p1
|
||||
%if %suse_version >1100
|
||||
%patch2
|
||||
%else
|
||||
%patch3
|
||||
%endif
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||
export SUSE_ASNEEDED=0
|
||||
python configure.py
|
||||
make %{?jobs:-j %jobs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user