]> git.pld-linux.org Git - packages/Zope-Component.git/blame - Zope-Component.spec
- updated to 3.6.0
[packages/Zope-Component.git] / Zope-Component.spec
CommitLineData
468e201a 1Summary: Core of the Zope Component Architecture
7df4ba0e 2Summary(pl.UTF-8): Rdzeń Zope Component Architecture
5d8b1fee 3Name: Zope-Component
8d4f9c9a 4Version: 3.6.0
c387674a 5Release: 1
468e201a 6License: ZPL 2.1
7Group: Libraries/Python
4d3949ec 8Source0: http://pypi.python.org/packages/source/z/zope.component//zope.component-%{version}.tar.gz
8d4f9c9a 9# Source0-md5: 6c3ddbfb990e0251b025b19266adae8f
acbb4a33
JB
10BuildRequires: python >= 1:2.5
11BuildRequires: python-devel >= 1:2.5
e1aeb040
JB
12BuildRequires: rpm-pythonprov
13BuildRequires: rpmbuild(macros) >= 1.219
5d8b1fee 14%pyrequires_eq python-modules
468e201a 15Requires: Zope-DeferredImport
16Requires: Zope-Deprecation
17Requires: Zope-Event
18Requires: Zope-Interface
19Requires: Zope-Proxy
20Requires: Zope-Testing
5d8b1fee 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
468e201a 24Core of the Zope Component Architecture.
5d8b1fee 25
7df4ba0e
JB
26%description -l pl.UTF-8
27Rdzeń architektury komponentowej Zope Component Architecture.
28
5d8b1fee 29%prep
4d3949ec 30%setup -q -n zope.component-%{version}
5d8b1fee 31
32%build
33python ./setup.py build
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38python ./setup.py install \
b053b81e 39 --install-purelib=%{py_sitedir} \
5d8b1fee 40 --optimize 2 \
41 --root=$RPM_BUILD_ROOT
42
e1aeb040 43%py_postclean
5d8b1fee 44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
b053b81e 50%{py_sitedir}/zope/component
51%{py_sitedir}/zope.component-*.egg-info
52%{py_sitedir}/zope.component-*-nspkg.pth
This page took 0.065924 seconds and 5 git commands to generate.