diff --git a/python-boututils.spec b/python-boututils.spec index fb1228d..06c72c5 100644 --- a/python-boututils.spec +++ b/python-boututils.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.1.7 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: Python package containing BOUT++ utils License: LGPLv3+ @@ -40,9 +40,6 @@ Utils for BOUT++ %prep %autosetup -n %{pypi_name}-%{version} -pushd %{pypi_name} -sed -r -i '1{/#!/d}' anim.py boutgrid.py geqdsk.py -popd # Remove bundled egg-info rm -rf %{pypi_name}.egg-info @@ -60,14 +57,15 @@ rm -rf %{pypi_name}.egg-info %pytest -%files -n python3-%{pypi_name} +%files -n python3-%{pypi_name} -f %{pyproject_files} %license LICENSE %doc README.md -%{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}*info %changelog +* Mon May 31 2021 David - 0.1.7-1 +- Minor cleanup + * Fri Jan 22 2021 David - 0.1.7-0.1 - Update to 0.1.7