diff --git python-irclib/python-irclib.spec python-irclib/python-irclib.spec.tmp index 508c754196..de4459b83c 100644 --- python-irclib/python-irclib.spec +++ python-irclib/python-irclib.spec.tmp @@ -3,7 +3,7 @@ Name: python-irclib Version: 0.4.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A set of Python modules for IRC support Group: Development/Libraries @@ -15,12 +15,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python python-devel BuildArch: noarch -%description -This library is intended to encapsulate the IRC protocol at a quite -low level. It provides an event-driven IRC client framework. It has -a fairly thorough support for the basic IRC protocol, CTCP and DCC +%global _description\ +This library is intended to encapsulate the IRC protocol at a quite\ +low level. It provides an event-driven IRC client framework. It has\ +a fairly thorough support for the basic IRC protocol, CTCP and DCC\ connections. +%description %_description + +%package -n python2-irclib +Summary: %summary +%{?python_provide:%python_provide python2-irclib} + +%description -n python2-irclib %_description + %prep %setup -q %{__sed} -i 's/\r//g' * @@ -35,13 +43,17 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-irclib %defattr(-,root,root,-) %doc README ChangeLog COPYING irccat irccat2 servermap testbot.py dccsend dccreceive %{python_sitelib}/*.py* %{python_sitelib}/python_irclib-%{version}-py%{pyver}.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4.8-14 +- Python 2 binary package renamed to python2-irclib + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild