diff --git python-yolk/python-yolk.spec python-yolk/python-yolk.spec.tmp index 7e18dd3db8..0112123e1f 100644 --- python-yolk/python-yolk.spec +++ python-yolk/python-yolk.spec.tmp @@ -6,7 +6,7 @@ Name: python-%{mod_name} Version: 0.4.3 -Release: 7%{?dist} +Release: 8%{?dist} Url: https://pypi.python.org/pypi/yolk Summary: Command-line tool querying PyPI and Python packages installed on your system License: BSD @@ -17,16 +17,24 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools -%description -Yolk is a Python tool for obtaining information about packages installed by -distutils, setuptools and easy_install and querying packages on PyPI -(Python Package Index a.k.a. The Cheese Shop). - -Yolk can list all the packages installed by distutils or setuptools on your -system by Python2.5 or packages installed by setuptools if you have Python2.4. -You can see which packages are active, non-active or in development mode and +%global _description\ +Yolk is a Python tool for obtaining information about packages installed by\ +distutils, setuptools and easy_install and querying packages on PyPI\ +(Python Package Index a.k.a. The Cheese Shop).\ +\ +Yolk can list all the packages installed by distutils or setuptools on your\ +system by Python2.5 or packages installed by setuptools if you have Python2.4.\ +You can see which packages are active, non-active or in development mode and\ show you which have newer versions available by querying PyPI. +%description %_description + +%package -n python2-%{mod_name} +Summary: %summary +%{?python_provide:%python_provide python2-%{mod_name}} + +%description -n python2-%{mod_name} %_description + %prep %setup -q -n %{mod_name}-%{version} @@ -46,7 +54,7 @@ cp docs/yolk.1 %{buildroot}/%{_mandir}/man1/ %clean rm -rf %{buildroot} -%files +%files -n python2-%{mod_name} %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING CREDITS FAQ INSTALL NEWS PKG-INFO README THANKS TODO examples/* %{_bindir}/* @@ -54,6 +62,10 @@ rm -rf %{buildroot} %{_mandir}/man1/%{mod_name}.1.gz %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4.3-8 +- Python 2 binary package renamed to python2-yolk + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild