diff --git python-doit/python-doit.spec python-doit/python-doit.spec.tmp index 7a2996e9a4..c32b137294 100644 --- python-doit/python-doit.spec +++ python-doit/python-doit.spec.tmp @@ -1,6 +1,6 @@ Name: python-doit Version: 0.28.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Automation Tool License: MIT @@ -22,20 +22,28 @@ BuildRequires: python-sphinx BuildRequires: python-mock BuildRequires: strace +%global _description\ +python-doit is a build tool (in the same class as make, cmake, scons,\ +ant and others)\ +\ +python-doit can be used as:\ + * a build tool (generic and flexible)\ + * home of your management scripts (it helps you organize and combine\ + shell scripts and python scripts)\ + * a functional tests runner (combine together different tools)\ + * a configuration management system\ + * manage computational pipelines\ + + +%description %_description + +%package -n python2-doit +Summary: %summary Requires: python-inotify Requires: python-configparser -%description -python-doit is a build tool (in the same class as make, cmake, scons, -ant and others) - -python-doit can be used as: - * a build tool (generic and flexible) - * home of your management scripts (it helps you organize and combine - shell scripts and python scripts) - * a functional tests runner (combine together different tools) - * a configuration management system - * manage computational pipelines +%{?python_provide:%python_provide python2-doit} +%description -n python2-doit %_description %package -n python3-doit Summary: Automation Tool @@ -107,7 +115,7 @@ install -p -D -m 0644 bash_completion_doit %{buildroot}%{_sysconfdir}/bash_compl #popd -%files +%files -n python2-doit %{_bindir}/doit %doc LICENSE %doc README.rst @@ -129,6 +137,10 @@ install -p -D -m 0644 bash_completion_doit %{buildroot}%{_sysconfdir}/bash_compl %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.28.0-9 +- Python 2 binary package renamed to python2-doit + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.28.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild