diff --git a/python-appdirs.spec b/python-appdirs.spec index 7ed4670..0b57268 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -1,20 +1,18 @@ Name: python-appdirs -Version: 1.4.3 -Release: 1mamba +Version: 1.4.4 +Release: 2mamba Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir" Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://pypi.python.org/pypi/appdirs +URL: https://pypi.org/project/appdirs/ Source: https://pypi.debian.net/appdirs/appdirs-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 python-appdirs' to get the list of build requirements. +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: libpython3-devel %description %{summary}. @@ -38,17 +36,19 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so - -## note: add extra documentation (if any) -# %doc README.rst +%dir %{python_sitearch}/appdirs-%{version}-py*.egg-info +%{python_sitearch}/appdirs-%{version}-py*.egg-info/* %changelog +* Tue Aug 01 2023 Silvan Calarco 1.4.4-2mamba +- rebuilt with python 3.10 + +* Tue Jan 11 2022 Automatic Build System 1.4.4-1mamba +- automatic version update by autodist + * Fri May 08 2020 Silvan Calarco 1.4.3-1mamba - package created using the webbuild interface