]> git.pld-linux.org Git - packages/Zope-Testing.git/blame - Zope-Testing.spec
- based on ZopeInterfaces.spec, nfy
[packages/Zope-Testing.git] / Zope-Testing.spec
CommitLineData
6cceccf3 1Summary: zope.testing package used in Zope 3
2Name: Zope-Testing
3Version: 3.5.0
4Release: 0.1
5License: ZPL 2.0
6Group: Development/Tools
7Source0: http://download.zope.org/distribution/zope.testing-%{version}.tar.gz
8# Source0-md5: 3e482a31cc6c6dac8d7abd0b0e146da4
9URL: http://www.zope.org/Products/ZopeInterface/
10BuildRequires: python
11BuildRequires: python-devel
12%pyrequires_eq python-modules
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16zope.testing package used in Zope 3.
17
18%prep
19%setup -q -n zope.testing-%{version}
20
21%build
22python ./setup.py build
23
24%install
25rm -rf $RPM_BUILD_ROOT
26
27python ./setup.py install \
28 --optimize 2 \
29 --root=$RPM_BUILD_ROOT
30
31%{py_postclean}
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%{py_sitescriptdir}/zope/testing
39%{py_sitescriptdir}/zope*egg*
40%{py_sitescriptdir}/zope*pth
This page took 0.231781 seconds and 5 git commands to generate.