Browse code

Removing prebuilt binaries provided by upstream pycurl package (PR 1651118)

Change-Id: I72dd1e7b412a05da4b0f8793074b9cd7a605972d
Reviewed-on: http://photon-jenkins.eng.vmware.com/778
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

dthaluru authored on 2016/04/30 03:36:43
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Name:           pycurl
4 4
 Version:        7.21.5
5
-Release:        1%{?dist}
5
+Release:        2%{?dist}
6 6
 Summary:        A Python interface to libcurl
7 7
 Group:          Development/Languages
8 8
 License:        LGPLv2+ and an MIT/X
... ...
@@ -36,6 +36,9 @@ Documentation and examples for pycurl
36 36
 rm -f doc/*.xml_validity
37 37
 #chmod a-x examples/*
38 38
 
39
+# removing prebuilt-binaries
40
+rm -f tests/fake-curl/libcurl/*.so
41
+
39 42
 %build
40 43
 CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" python setup.py build
41 44
 
... ...
@@ -56,6 +59,8 @@ rm -rf %{buildroot}
56 56
 %doc COPYING-LGPL COPYING-MIT RELEASE-NOTES.rst ChangeLog README.rst examples doc tests
57 57
 
58 58
 %changelog
59
+*	Fri Apr 29 2016 Divya Thaluru <dthaluru@vmware.com> 7.21.5-2
60
+-	Removing prebuilt binaries
59 61
 *	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 7.21.5-1
60 62
 -	Upgrade version
61 63
 *	Mon Jul 6 2015 Alexey Makhalov <amakhalov@vmware.com> 7.19.5.1-2