Update to 7.16.2.1
This commit is contained in:
parent
0fdcd968b7
commit
f2a5f2a2ff
@ -1,2 +1 @@
|
||||
pycurl-7.15.5.1.tar.gz
|
||||
pycurl-20061207.tar.bz2
|
||||
pycurl-7.16.2.1.tar.gz
|
||||
|
||||
@ -1,22 +1,15 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%define cvs 20061207
|
||||
|
||||
Name: python-pycurl
|
||||
Version: 7.16.0
|
||||
Release: 0.1.%{cvs}%{?dist}
|
||||
Version: 7.16.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python interface to libcurl
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPL
|
||||
URL: http://pycurl.sourceforge.net/
|
||||
#Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
|
||||
Source0: http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
|
||||
|
||||
# to recreate this tarball:
|
||||
# cvs -d:pserver:anonymous@pycurl.cvs.sourceforge.net:/cvsroot/pycurl export -D %{cvs} -d pycurl-%{cvs} pycurl
|
||||
# tar cjf pycurl-%{cvs}.tar.bz2 pycurl-%{cvs}
|
||||
|
||||
Source0: pycurl-%{cvs}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python-devel
|
||||
@ -31,10 +24,8 @@ urllib Python module. PycURL is mature, very fast, and supports a lot
|
||||
of features.
|
||||
|
||||
%prep
|
||||
%setup -q -n pycurl-%{cvs}
|
||||
%setup -q -n pycurl-%{version}
|
||||
chmod a-x examples/*
|
||||
rm examples/.cvsignore
|
||||
rm tests/.cvsignore
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build
|
||||
@ -56,6 +47,9 @@ rm -rf %{buildroot}
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Sat Jun 9 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 7.16.2.1-1
|
||||
- Update to released version.
|
||||
|
||||
* Thu Dec 7 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 7.16.0-0.1.20061207
|
||||
- Update to a CVS snapshot since development has a newer version of curl than is in FC <= 6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user