added new python-zope- components [release 4.5-2mamba;Sat Feb 02 2019]
This commit is contained in:
parent
7d60fde3ee
commit
f028d29020
@ -1,6 +1,6 @@
|
|||||||
Name: python-zope-component
|
Name: python-zope-component
|
||||||
Version: 4.5
|
Version: 4.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Zope Component Architecture
|
Summary: Zope Component Architecture
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,13 +14,21 @@ BuildRequires: libpython-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
|
Requires: python-zope-deferredimport
|
||||||
|
Requires: python-zope-deprecation
|
||||||
Requires: python-zope-interface
|
Requires: python-zope-interface
|
||||||
Requires: python-zope-event
|
Requires: python-zope-event
|
||||||
|
Requires: python-zope-hookable
|
||||||
|
Requires: python-zope-proxy
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope.component-%{version}
|
%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
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5-2mamba
|
||||||
|
- added new python-zope- components
|
||||||
|
|
||||||
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 4.5-1mamba
|
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 4.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user