diff --git a/python-hatchling.spec b/python-hatchling.spec index 9001959..f0f73d7 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -36,7 +36,6 @@ Summary: %{summary} %prep %autosetup -n hatchling-%{version} -p1 -cp -p '%{SOURCE1}' . %generate_buildrequires @@ -61,7 +60,7 @@ EOF %install %pyproject_install %pyproject_save_files hatchling -install -t '%{buildroot}/%{_mandir}/man1' -D -p -m 0644 hatchling.1 +install -t '%{buildroot}/%{_mandir}/man1' -D -p -m 0644 '%{SOURCE1}' %check