2024-01-05 16:57:46 +01:00
|
|
|
Name: python-zope-proxy
|
2024-01-05 16:57:47 +01:00
|
|
|
Version: 4.6.0
|
2024-01-05 16:57:46 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:57:46 +01:00
|
|
|
Summary: Zope proxy library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:57:47 +01:00
|
|
|
URL: https://www.zope.dev/
|
2024-01-05 16:57:46 +01:00
|
|
|
Source: http://pypi.debian.net/zope.proxy/zope.proxy-%{version}.tar.gz
|
|
|
|
License: Zope Public License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 16:57:47 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 16:57:46 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:57:46 +01:00
|
|
|
BuildRequires: python >= 2.7.16
|
2024-01-05 16:57:46 +01:00
|
|
|
Requires: python >= %python_version
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n zope.proxy-%{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
|
|
|
|
|
|
|
|
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-05 16:57:46 +01:00
|
|
|
#%ifarch arm
|
|
|
|
#sed -i "/.*_zope_proxy_proxy.so$/d" %{name}.filelist
|
|
|
|
#%endif
|
2024-01-05 16:57:46 +01:00
|
|
|
|
2024-01-05 16:57:46 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:57:47 +01:00
|
|
|
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:47 +01:00
|
|
|
* Fri Sep 16 2022 Automatic Build System <autodist@mambasoft.it> 4.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:47 +01:00
|
|
|
* Thu Nov 18 2021 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:47 +01:00
|
|
|
* Thu Jul 22 2021 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:46 +01:00
|
|
|
* Mon Mar 16 2020 Automatic Build System <autodist@mambasoft.it> 4.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:46 +01:00
|
|
|
* Fri Mar 13 2020 Automatic Build System <autodist@mambasoft.it> 4.3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:46 +01:00
|
|
|
* Fri Nov 15 2019 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:46 +01:00
|
|
|
* Tue Jul 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.2-2mamba
|
|
|
|
- rebuilt with python 2.7.16 to fix %python_inc
|
|
|
|
|
2024-01-05 16:57:46 +01:00
|
|
|
* Sat Jul 13 2019 Automatic Build System <autodist@mambasoft.it> 4.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:46 +01:00
|
|
|
* Sat Feb 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.1-1mamba
|
|
|
|
- package created using the webbuild interface
|