require python-zope-interface and python-zope-event [release 4.2.2-2mamba;Sat Dec 05 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 16:56:37 +01:00
parent 49b5bbf7bb
commit e129e58d5d
2 changed files with 51 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# python-zope-component
Zope Component Architecture.

View File

@ -0,0 +1,49 @@
Name: python-zope-component
Version: 4.2.2
Release: 2mamba
Summary: Zope Component Architecture
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://docs.zope.org/zopetoolkit/
Source: https://pypi.python.org/packages/source/z/zope.component/zope.component-%{version}.tar.gz
License: Zope Public License
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
Requires: python-zope-interface
Requires: python-zope-event
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%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
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%changelog
* 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