diff --git a/python-zope-component.spec b/python-zope-component.spec index 91ff453..c2eaec8 100644 --- a/python-zope-component.spec +++ b/python-zope-component.spec @@ -1,6 +1,6 @@ Name: python-zope-component Version: 4.5 -Release: 1mamba +Release: 2mamba Summary: Zope Component Architecture Group: System/Libraries Vendor: openmamba @@ -14,13 +14,21 @@ BuildRequires: libpython-devel ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version +Requires: python-zope-deferredimport +Requires: python-zope-deprecation Requires: python-zope-interface Requires: python-zope-event +Requires: python-zope-hookable +Requires: python-zope-proxy BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n zope.component-%{version} @@ -38,10 +46,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Sat Feb 02 2019 Silvan Calarco 4.5-2mamba +- added new python-zope- components + * Mon Nov 12 2018 Automatic Build System 4.5-1mamba - automatic version update by autodist