SPECS: python-urljr.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Sun Jan 7 01:53:17 CET 2007


Author: patrys                       Date: Sun Jan  7 00:53:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   python-urljr.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-urljr.spec
diff -u /dev/null SPECS/python-urljr.spec:1.1
--- /dev/null	Sun Jan  7 01:53:17 2007
+++ SPECS/python-urljr.spec	Sun Jan  7 01:53:12 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+
+%define		module	urljr
+
+Summary:	URL-related utilites from JanRain, Inc.
+Name:		python-%{module}
+Version:	1.0.1
+Release:	1
+License:	LGPL
+Group:		Libraries/Python
+Source0:	http://www.openidenabled.com/resources/downloads/python-openid/%{name}-%{version}.tar.gz
+# Source0-md5:	0b120d08dc4538ed5c4ee5c77447b865
+URL:		http://www.openidenabled.com/
+BuildRequires:	python-devel
+%pyrequires_eq	python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+URL-related utilites 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
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/*.py
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{py_sitescriptdir}/%{module}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/07 00:53:12  patrys
+- initial PLD release
+
+Revision 1.1  2007/01/07 00:42:10  patrys
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list