diff --git python-pyvfs/python-pyvfs.spec python-pyvfs/python-pyvfs.spec.tmp index a8b7f0cfaa..b70d14ed4e 100644 --- python-pyvfs/python-pyvfs.spec +++ python-pyvfs/python-pyvfs.spec.tmp @@ -3,7 +3,7 @@ Name: python-%{pkgname} Version: 0.2.10 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Simple python VFS library License: GPLv2+ Group: Development/Languages @@ -13,16 +13,24 @@ BuildArch: noarch BuildRequires: python2-devel Source: http://peet.spb.ru/archives/%{pypname}-%{version}.tar.gz -%description -PyVFS is a simple VFS library written in Python. It consists of -several layers, allowing to use different low-level protocol -implementations. Now you can choose between 9p (9p2000.u) and -FUSE. - -The library can be used to create own servers as well as deploy -bundled applications, e.g. pyvfs.objectfs -- the library, that allows +%global _description\ +PyVFS is a simple VFS library written in Python. It consists of\ +several layers, allowing to use different low-level protocol\ +implementations. Now you can choose between 9p (9p2000.u) and\ +FUSE.\ +\ +The library can be used to create own servers as well as deploy\ +bundled applications, e.g. pyvfs.objectfs -- the library, that allows\ to represent Python objects as files. +%description %_description + +%package -n python2-%{pkgname} +Summary: %summary +%{?python_provide:%python_provide python2-%{pkgname}} + +%description -n python2-%{pkgname} %_description + %prep %setup -q -n %{pypname}-%{version} @@ -32,12 +40,16 @@ to represent Python objects as files. %install %{__python} setup.py install --root $RPM_BUILD_ROOT -%files +%files -n python2-%{pkgname} %doc README* LICENSE %{python_sitelib}/%{pkgname}* %{python_sitelib}/%{pypname}* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.10-9 +- Python 2 binary package renamed to python2-pyvfs + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.10-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild