automatic version update by autodist [release 5.2-1mamba;Fri Dec 01 2023]
This commit is contained in:
parent
75b226ce16
commit
b56ca5fd9a
@ -1,5 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2-)
|
||||
Name: python-tzlocal
|
||||
Version: 5.1
|
||||
Version: 5.2
|
||||
Release: 1mamba
|
||||
Summary: This Python module returns a tzinfo object with the local timezone information
|
||||
Group: System/Libraries
|
||||
@ -25,25 +26,30 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
%setup -q -n tzlocal-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{python_inc} \
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
#%if "%{?with_pyver}" != "3"
|
||||
## Rename any conflicting file outside of python site packages tree
|
||||
#for f in %{_bindir}/tqdm; do
|
||||
# mv %{buildroot}${f}{,-%{?pyappend}}
|
||||
#done
|
||||
#%endif
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%files %{?pyappend}
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/tzlocal-%{version}-py*.egg-info
|
||||
%{python_sitearch}/tzlocal-%{version}-py*.egg-info/*
|
||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||
%dir %{python_sitelib}/%{pkgname}
|
||||
%{python_sitelib}/%{pkgname}/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 05 2023 Automatic Build System <autodist@mambasoft.it> 5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user