]> git.pld-linux.org Git - packages/Zope-Component.git/blame - Zope-Component.spec
- fixed summary/description
[packages/Zope-Component.git] / Zope-Component.spec
CommitLineData
5d8b1fee 1%define snap r73807
468e201a 2Summary: Core of the Zope Component Architecture
5d8b1fee 3Name: Zope-Component
4Version: 3.4
5Release: 0.%{snap}.1
468e201a 6License: ZPL 2.1
7Group: Libraries/Python
5d8b1fee 8Source0: http://download.zope.org/distribution/zope.component-%{version}dev-%{snap}.tar.gz
9# Source0-md5: d91d7c64259a1a2f8e56860a1326725e
10BuildRequires: python
11BuildRequires: python-devel
12%pyrequires_eq python-modules
468e201a 13Requires: Zope-DeferredImport
14Requires: Zope-Deprecation
15Requires: Zope-Event
16Requires: Zope-Interface
17Requires: Zope-Proxy
18Requires: Zope-Testing
5d8b1fee 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
468e201a 22Core of the Zope Component Architecture.
5d8b1fee 23
24%prep
25%setup -q -n zope.component-%{version}dev-%{snap}
26
27%build
28python ./setup.py build
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33python ./setup.py install \
34 --optimize 2 \
35 --root=$RPM_BUILD_ROOT
36
37%{py_postclean}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%{py_sitescriptdir}/zope/component
45%{py_sitescriptdir}/zope*egg*
46%{py_sitescriptdir}/zope*pth
This page took 0.075011 seconds and 5 git commands to generate.