2024-01-05 16:33:45 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
Name: python-regex
|
2024-01-05 16:33:45 +01:00
|
|
|
Version: 2022.4.24
|
2024-01-05 16:33:45 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 16:33:43 +01:00
|
|
|
Summary: regex is an alternative to the re package in the Python standard library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:33:44 +01:00
|
|
|
URL: https://pypi.org/project/regex/
|
2024-01-05 16:33:43 +01:00
|
|
|
Source: https://pypi.debian.net/regex/regex-%{version}.tar.gz
|
|
|
|
License: Python Software Foundation License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 16:33:44 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 16:33:43 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n regex-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:33:45 +01:00
|
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
2024-01-05 16:33:43 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:33:45 +01:00
|
|
|
* Thu Jun 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2022.4.24-2mamba
|
|
|
|
- rebuilt with python 3.10 and distdeps
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Mon Apr 25 2022 Automatic Build System <autodist@mambasoft.it> 2022.4.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 2022.3.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 2022.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Wed Jan 19 2022 Automatic Build System <autodist@mambasoft.it> 2022.1.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 2021.11.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Wed Nov 03 2021 Automatic Build System <autodist@mambasoft.it> 2021.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Tue Nov 02 2021 Automatic Build System <autodist@mambasoft.it> 2021.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Sat Oct 23 2021 Automatic Build System <autodist@mambasoft.it> 2021.10.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Thu Oct 21 2021 Automatic Build System <autodist@mambasoft.it> 2021.10.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 2021.10.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Fri Oct 01 2021 Automatic Build System <autodist@mambasoft.it> 2021.9.30-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Sat Sep 25 2021 Automatic Build System <autodist@mambasoft.it> 2021.9.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.28-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Fri Aug 27 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.27-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Sun Aug 22 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 2021.7.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:45 +01:00
|
|
|
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 2021.7.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Fri Jul 02 2021 Automatic Build System <autodist@mambasoft.it> 2021.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 2021.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 2021.3.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon Nov 16 2020 Automatic Build System <autodist@mambasoft.it> 2020.11.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Tue Nov 10 2020 Automatic Build System <autodist@mambasoft.it> 2020.10.28-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon Oct 19 2020 Automatic Build System <autodist@mambasoft.it> 2020.10.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Thu Oct 15 2020 Automatic Build System <autodist@mambasoft.it> 2020.10.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Thu Jul 16 2020 Automatic Build System <autodist@mambasoft.it> 2020.7.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Thu Jun 11 2020 Automatic Build System <autodist@mambasoft.it> 2020.6.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Sat May 23 2020 Automatic Build System <autodist@mambasoft.it> 2020.5.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Tue May 12 2020 Automatic Build System <autodist@mambasoft.it> 2020.5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon Apr 20 2020 Automatic Build System <autodist@mambasoft.it> 2020.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.2.20-2mamba
|
|
|
|
- rebuilt with py3* packages
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Fri Mar 06 2020 Automatic Build System <autodist@mambasoft.it> 2020.2.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 2020.1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 2019.12.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Tue Aug 20 2019 Automatic Build System <autodist@mambasoft.it> 2019.08.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon Jun 03 2019 Automatic Build System <autodist@mambasoft.it> 2019.06.02-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 2019.05.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon Apr 15 2019 Automatic Build System <autodist@mambasoft.it> 2019.04.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Sat Apr 13 2019 Automatic Build System <autodist@mambasoft.it> 2019.04.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Thu Apr 11 2019 Automatic Build System <autodist@mambasoft.it> 2019.04.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Fri Apr 05 2019 Automatic Build System <autodist@mambasoft.it> 2019.03.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Sun Mar 17 2019 Automatic Build System <autodist@mambasoft.it> 2019.03.09-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Tue Feb 19 2019 Automatic Build System <autodist@mambasoft.it> 2019.02.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Thu Feb 07 2019 Automatic Build System <autodist@mambasoft.it> 2019.02.06-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Wed Feb 06 2019 Automatic Build System <autodist@mambasoft.it> 2019.02.05-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 2019.01.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon Nov 26 2018 Automatic Build System <autodist@mambasoft.it> 2018.11.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 2018.11.07-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Sun Nov 04 2018 Automatic Build System <autodist@mambasoft.it> 2018.11.03-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Wed Aug 29 2018 Automatic Build System <autodist@mambasoft.it> 2018.08.29-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Sat Aug 18 2018 Automatic Build System <autodist@mambasoft.it> 2018.08.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:44 +01:00
|
|
|
* Thu Jul 12 2018 Automatic Build System <autodist@mambasoft.it> 2018.07.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Fri Jun 22 2018 Automatic Build System <autodist@mambasoft.it> 2018.06.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Thu Jun 21 2018 Automatic Build System <autodist@mambasoft.it> 2018.06.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Sun Jun 10 2018 Automatic Build System <autodist@mambasoft.it> 2018.06.09-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Wed Jun 06 2018 Automatic Build System <autodist@mambasoft.it> 2018.06.06-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Tue Mar 06 2018 Automatic Build System <autodist@mambasoft.it> 2018.02.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Thu Feb 08 2018 Automatic Build System <autodist@mambasoft.it> 2018.02.08-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Sun Feb 04 2018 Automatic Build System <autodist@mambasoft.it> 2018.02.03-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 2018.01.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 2017.12.12-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Sat Nov 11 2017 Automatic Build System <autodist@mambasoft.it> 2017.11.09-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:33:43 +01:00
|
|
|
* Fri Oct 27 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2017.09.23-1mamba
|
|
|
|
- package created using the webbuild interface
|