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

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri Dec 8 18:30:01 UTC 2006


Author: jcollie

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-urljr.spec 
Log Message:
auto-import python-urljr-1.0.1-1 on branch devel from python-urljr-1.0.1-1.src.rpm


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

Name:           python-urljr
Version:        1.0.1
Release:        1%{?dist}
Summary:        A common interface to urllib2 and curl for making HTTP requests


Group:          Development/Languages
License:        LGPL
URL:            http://www.openidenabled.com/openid/libraries/python/urljr
Source0:        http://www.openidenabled.com/resources/downloads/python-openid/python-urljr-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-pycurl
Requires:       python-pycurl

%description
URL-related utilities from JanRain, Inc. This package contains the
"fetchers" module, which provides a common interface to urllib2 and
curl for making HTTP requests.

%prep
%setup -q

%build
%{__python} setup.py build

%check
%{__python} admin/runtests

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README
%{python_sitelib}/*

%changelog
* Tue Dec  5 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.0.1-1
- First version for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-urljr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Dec 2006 18:29:04 -0000	1.1
+++ .cvsignore	8 Dec 2006 18:29:31 -0000	1.2
@@ -0,0 +1 @@
+python-urljr-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-urljr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Dec 2006 18:29:04 -0000	1.1
+++ sources	8 Dec 2006 18:29:31 -0000	1.2
@@ -0,0 +1 @@
+0b120d08dc4538ed5c4ee5c77447b865  python-urljr-1.0.1.tar.gz




More information about the scm-commits mailing list