Name: python-zope-component Version: 4.3.0 Release: 1mamba Summary: Zope Component Architecture Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://docs.zope.org/zopetoolkit/ Source: https://pypi.debian.net/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 Sep 17 2016 Automatic Build System 4.3.0-1mamba - automatic update by autodist * Sat Dec 05 2015 Silvan Calarco 4.2.2-2mamba - require python-zope-interface and python-zope-event * Sat Dec 05 2015 Silvan Calarco 4.2.2-1mamba - package created using the webbuild interface