diff --git a/python-frozendict.spec b/python-frozendict.spec index 5035121..895623f 100644 --- a/python-frozendict.spec +++ b/python-frozendict.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-frozendict -Version: 2.4.0 +Version: 2.4.1 Release: 1mamba Summary: A simple immutable dictionary Group: System/Libraries @@ -40,12 +40,15 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %files %{?pyappend} %defattr(-,root,root) -%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info -%{python_sitelib}/%{pkgname}-%{version}.dist-info/* -%dir %{python_sitelib}/%{pkgname} -%{python_sitelib}/%{pkgname}/* +%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info +%{python_sitearch}/%{pkgname}-%{version}.dist-info/* +%dir %{python_sitearch}/%{pkgname} +%{python_sitearch}/%{pkgname}/* %changelog +* Wed Apr 03 2024 Automatic Build System 2.4.1-1mamba +- automatic version update by autodist + * Mon Jan 01 2024 Automatic Build System 2.4.0-1mamba - automatic version update by autodist