diff --git a/pylast.spec b/pylast.spec index 10e3ddd..e6d4cb9 100644 --- a/pylast.spec +++ b/pylast.spec @@ -6,7 +6,7 @@ Release: 1%{?dist} Summary: A Python interface to Last.fm API compatible social networks License: ASL 2.0 -URL: https://pypi.python.org/pypi/%{srcname} +URL: https://github.com/pylast/pylast Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch @@ -27,13 +27,9 @@ A Python interface to Last.fm (and other API compatible social networks) %build %py3_build - %install %py3_install -%check -#%%{__python3} setup.py test - %files -n python3-%{srcname} %license COPYING %doc README.md @@ -121,4 +117,3 @@ A Python interface to Last.fm (and other API compatible social networks) * Fri Jun 03 2011 Peter Lemenkov - 0.5.11-1 - Initial package -