14
0
forked from pool/python-pycurl

Accepting request 196933 from home:elvigia:branches:devel:languages:python

- remove runtime curl version check and __DATE__ __TIME__ usage 
  (pycurl-no-runtime-curlvercheck.patch)

OBS-URL: https://build.opensuse.org/request/show/196933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=17
This commit is contained in:
Sascha Peilicke
2013-09-02 08:34:49 +00:00
committed by Git OBS Bridge
parent fe6e103996
commit 1e59230168
3 changed files with 35 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ License: LGPL-2.1+ and MIT
Group: Development/Languages/Python
Source: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
Patch0: pycurl-7.18.1-nostaticlibs.patch
Patch1: pycurl-no-runtime-curlvercheck.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libcurl-devel >= 7.19.0
BuildRequires: openssl-devel
@@ -52,7 +53,7 @@ This package contains documentation and examples.
%prep
%setup -q -n pycurl-%{version}
%patch0
%patch1 -p1
%build
CFLAGS="%{optflags}" python setup.py build