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