packages: python-github2/python-github2.spec - fork with org and teams api ...

glen glen at pld-linux.org
Fri Feb 18 22:47:34 CET 2011


Author: glen                         Date: Fri Feb 18 21:47:34 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fork with org and teams api by patrys

---- Files affected:
packages/python-github2:
   python-github2.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/python-github2/python-github2.spec
diff -u packages/python-github2/python-github2.spec:1.2 packages/python-github2/python-github2.spec:1.3
--- packages/python-github2/python-github2.spec:1.2	Fri Feb 11 07:49:08 2011
+++ packages/python-github2/python-github2.spec	Fri Feb 18 22:47:29 2011
@@ -3,11 +3,12 @@
 Summary:	Github API v2 library for Python
 Name:		python-%{module}
 Version:	0.2.0
-Release:	2
+Release:	3
 License:	New BSD License
 Group:		Development/Languages/Python
-Source0:	http://pypi.python.org/packages/source/g/github2/%{module}-%{version}.tar.gz
-# Source0-md5:	0b4e1d454b03450e818c51f4fb6fcf2c
+#Source0:	http://pypi.python.org/packages/source/g/github2/%{module}-%{version}.tar.gz
+Source0:	https://github.com/patrys/python-github2/tarball/master#/%{module}-%{version}.tar.gz
+# Source0-md5:	5a99c1fc076e894eb39e3612546050ea
 URL:		http://github.com/ask/python-github2
 BuildRequires:	python-distribute
 BuildRequires:	rpm-pythonprov
@@ -17,11 +18,13 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is an experimental python library implementing all of the
+This is an experimental Python library implementing all of the
 features available in version 2 of the Github API.
 
 %prep
-%setup -q -n %{module}-%{version}
+#setup -q -n %{module}-%{version}
+%setup -qc
+mv *-python-github2-*/* .
 
 %build
 %{__python} setup.py build
@@ -61,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/02/18 21:47:29  glen
+- fork with org and teams api by patrys
+
 Revision 1.2  2011/02/11 06:49:08  glen
 - package examples
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-github2/python-github2.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list