14
0
forked from pool/python-pycurl

Accepting request 235419 from home:TheBlackCat:branches:devel:languages:python

- Removed part of patch that breaks now necessary things:
  pycurl-no-runtime-curlvercheck.patch
- Specify ssl type since it is not automatically detected.

OBS-URL: https://build.opensuse.org/request/show/235419
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=21
This commit is contained in:
Todd R
2014-05-26 15:35:09 +00:00
committed by Git OBS Bridge
parent 6f03fb134b
commit a2d3ea1a31
3 changed files with 11 additions and 20 deletions

View File

@@ -58,13 +58,13 @@ This package contains documentation and examples.
%prep
%setup -q -n pycurl-%{version}
%patch0 -p1
# %patch0 -p1
%build
CFLAGS="%{optflags}" python setup.py build
CFLAGS="%{optflags}" python setup.py build --with-ssl
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --with-ssl
rm -rf %{buildroot}%{_datadir}/doc # Remove wrongly installed junk
%files