]> git.pld-linux.org Git - packages/Zope-Testing.git/blame - Zope-Testing.spec
BR: rpmbuild(macros) >= 1.710
[packages/Zope-Testing.git] / Zope-Testing.spec
CommitLineData
010232c6 1Summary: Support for different testing frameworks
1b7c18e0 2Summary(pl.UTF-8): Obsługa różnych szkieletów testowych
6cceccf3 3Name: Zope-Testing
b09bdf4b 4Version: 3.10.2
f7e68e0c 5Release: 3
010232c6 6License: ZPL 2.1
7Group: Libraries/Python
f16b3e86 8Source0: http://pypi.python.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
b09bdf4b 9# Source0-md5: 35fc3139992a92a4db13653167fc7be9
331424ca 10URL: http://www.zope.org/
1b7c18e0
JB
11BuildRequires: python >= 1:2.5
12BuildRequires: python-devel >= 1:2.5
13BuildRequires: rpm-pythonprov
36afd4c5 14BuildRequires: rpmbuild(macros) >= 1.710
6cceccf3 15%pyrequires_eq python-modules
f7e68e0c 16Requires: Zope
6cceccf3 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
f7e68e0c
JR
19%define _noautoreq_pyegg zope.exceptions
20
6cceccf3 21%description
1b7c18e0
JB
22This package provides a number of testing frameworks. It includes a
23flexible test runner, and supports both doctest and unittest.
24
25%description -l pl.UTF-8
26Ten pakiet udostępnia wiele szkieletów testowych. Zawiera elastyczne
27narzędzie do uruchamiania testów, obsługuje zarówno doctest jak i
28unittest.
6cceccf3 29
30%prep
31%setup -q -n zope.testing-%{version}
32
33%build
a76cb8f3 34%py_build
6cceccf3 35
36%install
37rm -rf $RPM_BUILD_ROOT
38
a76cb8f3 39%py_install \
2e85f911 40 --install-purelib=%{py_sitedir} \
6cceccf3 41 --optimize 2 \
42 --root=$RPM_BUILD_ROOT
43
1b7c18e0 44%py_postclean
6cceccf3 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
2e85f911 51%{py_sitedir}/zope/testing
52%{py_sitedir}/zope.testing-*.egg-info
53%{py_sitedir}/zope.testing-*-nspkg.pth
This page took 0.068033 seconds and 5 git commands to generate.