diff --git python-rosinstall/python-rosinstall.spec python-rosinstall/python-rosinstall.spec.tmp index 816bc64d3d..e5a709e291 100644 --- python-rosinstall/python-rosinstall.spec +++ python-rosinstall/python-rosinstall.spec.tmp @@ -10,7 +10,7 @@ %global realname rosinstall Name: python-rosinstall Version: 0.7.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: ROS installation utilities License: BSD @@ -39,17 +39,25 @@ BuildRequires: python3-wstool >= 0.1.12 %endif # install_requires from setup.py + +%global _description\ +rosinstall is a tool to check out ROS source code (or any source code, really)\ +from multiple version control repositories and updating these checkouts. Given\ +a *.rosinstall file that specifies where to get code, rosinstall will check\ +out a working copy for you. + +%description %_description + +%package -n python2-%{realname} +Summary: %summary Requires: python-vcstools >= 0.1.38 Requires: PyYAML Requires: python-rosdistro >= 0.3.0 Requires: python-catkin_pkg Requires: python-wstool >= 0.1.12 +%{?python_provide:%python_provide python2-%{realname}} -%description -rosinstall is a tool to check out ROS source code (or any source code, really) -from multiple version control repositories and updating these checkouts. Given -a *.rosinstall file that specifies where to get code, rosinstall will check -out a working copy for you. +%description -n python2-%{realname} %_description %if 0%{?with_python3} %package -n python3-%{realname} @@ -113,7 +121,7 @@ rm -rf doc/_build/html/.buildinfo #popd #nosetests -%files +%files -n python2-%{realname} %license LICENSE %doc doc/_build/html README.rst %{_bindir}/* @@ -129,6 +137,10 @@ rm -rf doc/_build/html/.buildinfo %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.7-8 +- Python 2 binary package renamed to python2-rosinstall + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild