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

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Thu Dec 7 21:55:00 UTC 2006


Author: jcollie

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-pycurl.spec 
Log Message:
auto-import python-pycurl-7.15.5.1-3 on branch devel from python-pycurl-7.15.5.1-3.src.rpm


--- NEW FILE python-pycurl.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           python-pycurl
Version:        7.15.5.1
Release:        3%{?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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  curl-devel >= 7.15.5

Provides:	pycurl = %{version}-%{release}

%description
PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the
urllib Python module. PycURL is mature, very fast, and supports a lot
of features.

%prep
%setup -q -n pycurl-%{version}
chmod a-x examples/*

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%check
%{__python} tests/test_internals.py -q

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{_datadir}/doc/pycurl
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog README TODO examples doc tests
%{python_sitearch}/*

%changelog
* Thu Dec  7 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.15.5.1-3
- Don't forget to Provide: pycurl!!!

* Thu Dec  7 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.15.5.1-2
- Remove INSTALL from the list of documentation
- Use python_sitearch for all of the files

* Thu Dec  7 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.15.5.1-1
- First version for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-pycurl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Dec 2006 21:54:06 -0000	1.1
+++ .cvsignore	7 Dec 2006 21:54:29 -0000	1.2
@@ -0,0 +1 @@
+pycurl-7.15.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-pycurl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Dec 2006 21:54:06 -0000	1.1
+++ sources	7 Dec 2006 21:54:29 -0000	1.2
@@ -0,0 +1 @@
+464cfbeba150d99d92a407c7c8b751de  pycurl-7.15.5.1.tar.gz




More information about the fedora-extras-commits mailing list