2024-01-06 10:38:55 +01:00
|
|
|
Name: pyicu
|
2024-05-05 10:32:49 +02:00
|
|
|
Version: 2.13.1
|
2024-01-06 10:38:56 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 10:38:55 +01:00
|
|
|
Summary: A Python extension wrapping IBM's International Components for Unicode C++ library (ICU)
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/ovalhub/pyicu
|
2024-01-06 10:38:55 +01:00
|
|
|
Source: https://pypi.debian.net/PyICU/PyICU-%{version}.tar.gz
|
2024-01-06 10:38:55 +01:00
|
|
|
License: OSI Approved
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libicu-devel
|
2024-01-06 10:38:56 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 10:38:55 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:38:56 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 10:38:55 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
%if "%{?with_pyver}"
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
%prep
|
2024-05-05 10:32:49 +02:00
|
|
|
%setup -q
|
2024-01-06 10:38:55 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 10:38:55 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{python_sitearch}/PyICU-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/PyICU-%{version}-py*.egg-info/*
|
|
|
|
|
|
|
|
%changelog
|
2024-05-05 10:32:49 +02:00
|
|
|
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 2.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:56 +01:00
|
|
|
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 2.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:56 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 2.11-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Sun Jun 18 2023 Automatic Build System <autodist@mambasoft.it> 2.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Thu Oct 27 2022 Automatic Build System <autodist@mambasoft.it> 2.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Sat Apr 23 2022 Automatic Build System <autodist@mambasoft.it> 2.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Thu Aug 12 2021 Automatic Build System <autodist@mambasoft.it> 2.7.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Sat May 22 2021 Automatic Build System <autodist@mambasoft.it> 2.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 1.9.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 1.9.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 1.9.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 10:38:55 +01:00
|
|
|
* Sat Mar 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.2-1mamba
|
|
|
|
- package created using the webbuild interface
|