2024-01-05 16:56:37 +01:00
|
|
|
Name: python-zope-component
|
2024-01-05 16:56:37 +01:00
|
|
|
Version: 4.6.2
|
|
|
|
Release: 1mamba
|
2024-01-05 16:56:37 +01:00
|
|
|
Summary: Zope Component Architecture
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://docs.zope.org/zopetoolkit/
|
2024-01-05 16:56:37 +01:00
|
|
|
Source: https://pypi.debian.net/zope.component/zope.component-%{version}.tar.gz
|
2024-01-05 16:56:37 +01:00
|
|
|
License: Zope Public License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
Requires: python >= %python_version
|
2024-01-05 16:56:37 +01:00
|
|
|
Requires: python-zope-deferredimport
|
|
|
|
Requires: python-zope-deprecation
|
2024-01-05 16:56:37 +01:00
|
|
|
Requires: python-zope-interface
|
|
|
|
Requires: python-zope-event
|
2024-01-05 16:56:37 +01:00
|
|
|
Requires: python-zope-hookable
|
|
|
|
Requires: python-zope-proxy
|
2024-01-05 16:56:37 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
%if "%?with_pyver"
|
|
|
|
%define pyver %{with_pyver}
|
|
|
|
%define pyappend py%{with_pyver}
|
|
|
|
%define __python %(rpm --eval %{__python%{with_pyver}})
|
|
|
|
%define python_sitearch %(rpm --eval %{python%{with_pyver}_sitearch})
|
|
|
|
%define python_sitelib %(rpm --eval %{python%{with_pyver}_sitelib})
|
|
|
|
%define python_inc %(rpm --eval %{python%{with_pyver}_inc})
|
|
|
|
%define python_version %(rpm --eval %{python%{with_pyver}_version})
|
|
|
|
%define python_provides %(rpm --eval %{python%{with_pyver}_provides})
|
|
|
|
%define python_requires %(rpm --eval %{python%{with_pyver}_requires})
|
|
|
|
%define py_requires %(rpm --eval %{py%{with_pyver}_requires})
|
|
|
|
|
|
|
|
%package py%{pyver}
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Summary: %{summary}
|
|
|
|
Requires: python-zope-deferredimport-%{?pyappend}
|
|
|
|
Requires: python-zope-deprecation-%{?pyappend}
|
|
|
|
Requires: python-zope-interface-%{?pyappend}
|
|
|
|
Requires: python-zope-event-%{?pyappend}
|
|
|
|
Requires: python-zope-hookable-%{?pyappend}
|
|
|
|
Requires: python-zope-proxy-%{?pyappend}
|
|
|
|
%py_requires
|
|
|
|
|
|
|
|
%description py%{pyver}
|
|
|
|
%{summary}.
|
2024-01-05 16:56:37 +01:00
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n zope.component-%{version}
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:56:37 +01:00
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:56:37 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:56:37 +01:00
|
|
|
* Sat Jul 04 2020 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.1-2mamba
|
|
|
|
- add requirements in py3* packages
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Mon Mar 23 2020 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Fri Nov 15 2019 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Sat Feb 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5-2mamba
|
|
|
|
- added new python-zope- components
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Fri Sep 29 2017 Automatic Build System <autodist@mambasoft.it> 4.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Thu Aug 17 2017 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:56:37 +01:00
|
|
|
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-2mamba
|
|
|
|
- require python-zope-interface and python-zope-event
|
|
|
|
|
|
|
|
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-1mamba
|
|
|
|
- package created using the webbuild interface
|