diff --git python-pykalman/python-pykalman.spec python-pykalman/python-pykalman.spec.tmp index 758b8c9e9f..926d03ad88 100644 --- python-pykalman/python-pykalman.spec +++ python-pykalman/python-pykalman.spec.tmp @@ -9,8 +9,7 @@ Name: python-%{module_name} Version: 0.9.5 -Release: 13.20140827git%{shortcommit}%{?dist} -Provides: python2-%{module_name} +Release: 14.20140827git%{shortcommit}%{?dist} Summary: Kalman Filter, Smoother, and EM algorithm @@ -24,7 +23,6 @@ Source0: https://github.com/%{module_name}/%{module_name}/archive/%{commi BuildArch: noarch BuildRequires: python2-devel python-nose numpy scipy BuildRequires: python-numpydoc python-sphinx -Requires: scipy %if 0%{?with_python3} BuildRequires: python3-devel python3-nose python3-numpy @@ -35,12 +33,22 @@ BuildRequires: python3-scipy #BuildRequires: python3-numpydoc python3-sphinx %endif -%description -This module implements two algorithms for tracking: the Kalman Filter and -Kalman Smoother. In addition, model parameters which are traditionally -specified by hand can also be learned by the implemented EM algorithm without +%global _description\ +This module implements two algorithms for tracking: the Kalman Filter and\ +Kalman Smoother. In addition, model parameters which are traditionally\ +specified by hand can also be learned by the implemented EM algorithm without\ any labeled training data. +%description %_description + +%package -n python2-%{module_name} +Summary: %summary +Provides: python2-%{module_name} +Requires: scipy +%{?python_provide:%python_provide python2-%{module_name}} + +%description -n python2-%{module_name} %_description + %package doc Summary: Documentation for %{name} @@ -122,7 +130,7 @@ popd #popd #%endif # with_python3 -%files +%files -n python2-%{module_name} %doc COPYING %{python_sitelib}/%{module_name}/ %{python_sitelib}/%{module_name}-%{version}-py?.?.egg-info @@ -142,6 +150,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.9.5-14.20140827git2aeb4ad +- Python 2 binary package renamed to python2-pykalman + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.5-13.20140827git2aeb4ad - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild