diff --git a/python-lyricwiki.spec b/python-lyricwiki.spec index 5853706..3be8ffd 100644 --- a/python-lyricwiki.spec +++ b/python-lyricwiki.spec @@ -2,12 +2,12 @@ Name: python-%{realname} Version: 0.1.35 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A Python interface to the http://lyrics.wikia.com Group: Development/Languages License: GPLv2+ -URL: http://pypi.python.org/pypi/lyricwiki -Source0: http://pypi.python.org/packages/source/l/%{realname}/%{realname}-%{version}.tar.gz +URL: https://pypi.python.org/pypi/lyricwiki +Source0: https://pypi.python.org/packages/source/l/%{realname}/%{realname}-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildArch: noarch @@ -23,21 +23,22 @@ http://lyrics.wikia.com %build -%{__python} -c 'import setuptools; execfile("setup.py")' build +%py_build %install -%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT +%py_install %files %license COPYING -%{python_sitelib}/%{realname}.py* -%{python_sitelib}/%{realname}-%{version}-*.egg-info/ - +%{python_sitelib}/* %changelog +* Tue Jan 26 2016 Peter Lemenkov - 0.1.35-9 +- Even more spec-file cleanups + * Tue Jan 26 2016 Peter Lemenkov - 0.1.35-8 - Spec-file cleanups