diff --git python-vkontakte/python-vkontakte.spec python-vkontakte/python-vkontakte.spec.tmp index be070f28bb..8c5d7f6610 100644 --- python-vkontakte/python-vkontakte.spec +++ python-vkontakte/python-vkontakte.spec.tmp @@ -2,7 +2,7 @@ Name: python-%{realname} Version: 1.3.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: vk.com (aka vkontakte.ru) API wrapper Group: Development/Languages License: MIT @@ -13,12 +13,20 @@ BuildRequires: python-setuptools BuildArch: noarch -%description -This is a vk.com (aka vkontakte.ru, largest Russian social network) python API -wrapper. The goal is to support all API methods (current and future) that can -be accessed from server. +%global _description\ +This is a vk.com (aka vkontakte.ru, largest Russian social network) python API\ +wrapper. The goal is to support all API methods (current and future) that can\ +be accessed from server.\ +%description %_description + +%package -n python2-%{realname} +Summary: %summary +%{?python_provide:%python_provide python2-%{realname}} + +%description -n python2-%{realname} %_description + %prep %setup -q -n %{realname}-%{version} @@ -31,7 +39,7 @@ be accessed from server. %py_install -%files +%files -n python2-%{realname} %license LICENSE.txt %doc AUTHORS.txt README.rst %{python_sitelib}/* @@ -39,6 +47,10 @@ be accessed from server. %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.3.3-6 +- Python 2 binary package renamed to python2-vkontakte + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild