diff --git python-rxjson/python-rxjson.spec python-rxjson/python-rxjson.spec.tmp index 9db2e672cc..333381d092 100644 --- python-rxjson/python-rxjson.spec +++ python-rxjson/python-rxjson.spec.tmp @@ -16,7 +16,7 @@ Name: python-rxjson Summary: JSON RX Schema validation tool Version: 0.2 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2 URL: https://pypi.python.org/pypi/%{module} @@ -28,9 +28,17 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-d2to1 -%description -JSON RX Schema validation tool. +%global _description\ +JSON RX Schema validation tool.\ + + +%description %_description +%package -n python2-rxjson +Summary: %summary +%{?python_provide:%python_provide python2-rxjson} + +%description -n python2-rxjson %_description %if %{with_python3} %package -n python3-rxjson @@ -81,7 +89,7 @@ popd %{__python2} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-rxjson %doc README.rst %{python2_sitelib}/%{module}* @@ -93,6 +101,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2-10 +- Python 2 binary package renamed to python2-rxjson + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild