diff --git a/python-oauth2.spec b/python-oauth2.spec index e94c858..a8a137f 100644 --- a/python-oauth2.spec +++ b/python-oauth2.spec @@ -1,19 +1,18 @@ Name: python-oauth2 -Version: 1.5.211 -Release: 2mamba +Version: 1.9.0.post1 +Release: 1mamba Summary: A fully tested, abstract interface to creating OAuth clients and servers Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/simplegeo/python-oauth2 -Source: http://pypi.python.org/packages/source/o/oauth2/oauth2-%{version}.tar.gz +Source: https://pypi.debian.net/oauth2/oauth2-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A fully tested, abstract interface to creating OAuth clients and servers. @@ -34,12 +33,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build --single-version-externally-managed \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) %changelog +* Thu Feb 25 2021 Automatic Build System 1.9.0.post1-1mamba +- automatic version update by autodist + * Fri May 17 2013 Silvan Calarco 1.5.211-2mamba - python 2.7 mass rebuild