Author: patrys                       Date: Sat May 22 09:53:13 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/python-oauth:
   python-oauth.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/python-oauth/python-oauth.spec
diff -u /dev/null packages/python-oauth/python-oauth.spec:1.1
--- /dev/null   Sat May 22 11:53:13 2010
+++ packages/python-oauth/python-oauth.spec     Sat May 22 11:53:08 2010
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:       Python library for OAuth version 1.0a
+Name:          python-oauth
+Version:       1.0.1
+Release:       1
+License:       MIT
+Group:         Development/Languages
+URL:           http://code.google.com/p/oauth/
+Source0:       
http://pypi.python.org/packages/source/o/oauth/oauth-%{version}.tar.gz
+# Source0-md5: 30ed3cc8c11d7841a89feab437aabf81
+BuildRequires: python-devel
+BuildRequires: python-distribute
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python library for OAuth version 1.0a.
+
+%prep
+%setup -q -n oauth-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+       --skip-build \
+       --root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE.txt
+%{py_sitescriptdir}/oauth-%{version}-py*.egg-info
+%{py_sitescriptdir}/oauth
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/05/22 09:53:08  patrys
+- initial PLD release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to