rpms/python-pycurl/devel .cvsignore, 1.2, 1.3 python-pycurl.spec, 1.2, 1.3 sources, 1.2, 1.3

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Dec 11 21:35:02 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/python-pycurl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13340

Modified Files:
	.cvsignore python-pycurl.spec sources 
Log Message:
Update to CVS snapshot on development because of newer version of curl.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-pycurl/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Dec 2006 21:54:29 -0000	1.2
+++ .cvsignore	11 Dec 2006 21:34:32 -0000	1.3
@@ -1 +1,2 @@
 pycurl-7.15.5.1.tar.gz
+pycurl-20061207.tar.bz2


Index: python-pycurl.spec
===================================================================
RCS file: /cvs/extras/rpms/python-pycurl/devel/python-pycurl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-pycurl.spec	7 Dec 2006 22:19:40 -0000	1.2
+++ python-pycurl.spec	11 Dec 2006 21:34:32 -0000	1.3
@@ -1,20 +1,28 @@
 %{!?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.15.5.1
-Release:        4%{?dist}
+Version:        7.16.0
+Release:        0.1.%{cvs}%{?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 at 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
-BuildRequires:  curl-devel >= 7.15.5
+BuildRequires:  curl-devel >= 7.16.0
 
-Provides:	pycurl = %{version}-%{release}
+Provides:       pycurl = %{version}-%{release}
 
 %description
 PycURL is a Python interface to libcurl. PycURL can be used to fetch
@@ -23,8 +31,10 @@
 of features.
 
 %prep
-%setup -q -n pycurl-%{version}
+%setup -q -n pycurl-%{cvs}
 chmod a-x examples/*
+rm examples/.cvsignore
+rm tests/.cvsignore
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build
@@ -46,6 +56,9 @@
 %{python_sitearch}/*
 
 %changelog
+* Thu Dec  7 2006 Jeffrey C. Ollie <jeff at 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
+
 * Thu Dec  7 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.15.5.1-4
 - Add -DHAVE_CURL_OPENSSL to fix PPC build problem.
 
@@ -58,4 +71,3 @@
 
 * Thu Dec  7 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.15.5.1-1
 - First version for Fedora Extras
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-pycurl/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Dec 2006 21:54:29 -0000	1.2
+++ sources	11 Dec 2006 21:34:32 -0000	1.3
@@ -1 +1,2 @@
 464cfbeba150d99d92a407c7c8b751de  pycurl-7.15.5.1.tar.gz
+3934d01baffab77ba710f44aaec8d9c6  pycurl-20061207.tar.bz2




More information about the scm-commits mailing list