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