diff --git python-ferari/python-ferari.spec python-ferari/python-ferari.spec.tmp index 7399e5d700..fb96aac830 100644 --- python-ferari/python-ferari.spec +++ python-ferari/python-ferari.spec.tmp @@ -2,7 +2,7 @@ Name: python-ferari Version: 0.2.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Optimizer for finite element code License: LGPLv2 @@ -13,11 +13,19 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description -FErari (Finite Element rearrangement to automatically reduce instructions) -generates optimized code for evaluation of the element tensor (element +%global _description\ +FErari (Finite Element rearrangement to automatically reduce instructions)\ +generates optimized code for evaluation of the element tensor (element\ stiffness matrix) and functions as an optimizing backend for FFC. +%description %_description + +%package -n python2-ferari +Summary: %summary +%{?python_provide:%python_provide python2-ferari} + +%description -n python2-ferari %_description + %prep %setup -q -n ferari-%{version} sed -i -e '/^#!\//, 1d' ferari/xpermutations.py @@ -28,12 +36,16 @@ sed -i -e '/^#!\//, 1d' ferari/xpermutations.py %install %{__python} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-ferari %doc AUTHORS ChangeLog README %{python_sitelib}/ferari/ %{python_sitelib}/ferari*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.0-16 +- Python 2 binary package renamed to python2-ferari + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild