]> git.pld-linux.org Git - packages/Zope-Testing.git/blobdiff - Zope-Testing.spec
- pl
[packages/Zope-Testing.git] / Zope-Testing.spec
index 1a5515faabfcd4f421685a750f4a0b91c9d80877..29e5decf5138c7e05db0412f8785f64a2e350bcc 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Support for different testing frameworks
+Summary(pl.UTF-8):     Obsługa różnych szkieletów testowych
 Name:          Zope-Testing
 Version:       3.5.0
 Release:       1
@@ -7,14 +8,22 @@ Group:                Libraries/Python
 Source0:       http://download.zope.org/distribution/zope.testing-%{version}.tar.gz
 # Source0-md5: 3e482a31cc6c6dac8d7abd0b0e146da4
 URL:           http://www.zope.org/
-BuildRequires: python
-BuildRequires: python-devel
+BuildRequires: python >= 1:2.5
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
 %pyrequires_eq python-modules
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This package provides a number of testing frameworks.  It includes
-a flexible test runner, and supports both doctest and unittest.
+This package provides a number of testing frameworks. It includes a
+flexible test runner, and supports both doctest and unittest.
+
+%description -l pl.UTF-8
+Ten pakiet udostępnia wiele szkieletów testowych. Zawiera elastyczne
+narzędzie do uruchamiania testów, obsługuje zarówno doctest jak i
+unittest.
 
 %prep
 %setup -q -n zope.testing-%{version}
@@ -29,7 +38,7 @@ python ./setup.py install \
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
 
-%{py_postclean}
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -37,5 +46,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{py_sitescriptdir}/zope/testing
-%{py_sitescriptdir}/zope*egg*
-%{py_sitescriptdir}/zope*pth
+%{py_sitescriptdir}/zope.testing-*.egg-info
+%{py_sitescriptdir}/zope.testing-*-nspkg.pth
This page took 0.062567 seconds and 5 git commands to generate.