From f6df6917d239abb8a4eafee848059cf0340e6770 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:41:56 +0000 Subject: Python 2 binary package renamed to python2-parsedatetime --- diff --git a/python-parsedatetime.spec b/python-parsedatetime.spec index ece34f5..745bb0a 100644 --- a/python-parsedatetime.spec +++ b/python-parsedatetime.spec @@ -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 19 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