diff --git python-parsedatetime/python-parsedatetime.spec python-parsedatetime/python-parsedatetime.spec.tmp index ece34f5b38..1c706d6f21 100644 --- python-parsedatetime/python-parsedatetime.spec +++ python-parsedatetime/python-parsedatetime.spec.tmp @@ -8,7 +8,7 @@ Name: python-%{realname} Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parse human-readable date/time strings in Python Group: Development/Languages @@ -42,10 +42,18 @@ BuildRequires: python3-setuptools BuildRequires: python3-tox %endif -%description -parsedatetime is a python module that can parse human-readable date/time +%global _description\ +parsedatetime is a python module that can parse human-readable date/time\ strings. +%description %_description + +%package -n python2-%{realname} +Summary: %summary +%{?python_provide:%python_provide python2-%{realname}} + +%description -n python2-%{realname} %_description + %package doc Summary: Documentation for the parsedatetime python module @@ -121,7 +129,7 @@ fi %endif -%files +%files -n python2-%{realname} %license LICENSE.txt %doc AUTHORS.txt CHANGES.txt README.rst %{python2_sitelib}/%{realname} @@ -139,6 +147,10 @@ fi %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.4-3 +- Python 2 binary package renamed to python2-parsedatetime + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild