diff --git python-GnuPGInterface/python-GnuPGInterface.spec python-GnuPGInterface/python-GnuPGInterface.spec.tmp index d74ddf1165..498076f5aa 100644 --- python-GnuPGInterface/python-GnuPGInterface.spec +++ python-GnuPGInterface/python-GnuPGInterface.spec.tmp @@ -4,7 +4,7 @@ Summary: A Python module to interface with GnuPG Name: python-GnuPGInterface Version: 0.3.2 -Release: 18%{?dist} +Release: 19%{?dist} License: LGPLv2+ Group: Development/Languages URL: http://py-gnupg.sourceforge.net/ @@ -13,11 +13,19 @@ BuildRequires: python-devel BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%description -GnuPGInterface is a Python module to interface with GnuPG. It -concentrates on interacting with GnuPG via filehandles, providing +%global _description\ +GnuPGInterface is a Python module to interface with GnuPG. It\ +concentrates on interacting with GnuPG via filehandles, providing\ access to control GnuPG via versatile and extensible means. +%description %_description + +%package -n python2-gnupginterface +Summary: %summary +%{?python_provide:%python_provide python2-gnupginterface} + +%description -n python2-gnupginterface %_description + %prep %setup -q -n %{pkgname}-%{version} @@ -34,12 +42,16 @@ chmod 644 ChangeLog COPYING NEWS THANKS %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-gnupginterface %defattr(-,root,root) %doc ChangeLog COPYING NEWS THANKS %{python_sitelib}/%{pkgname}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.2-19 +- Python 2 binary package renamed to python2-gnupginterface + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild