SPECS: Zope-Testing.spec - pl - python deps - noarch
qboosh
qboosh at pld-linux.org
Sat Jan 5 00:27:36 CET 2008
Author: qboosh Date: Fri Jan 4 23:27:36 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
- python deps
- noarch
---- Files affected:
SPECS:
Zope-Testing.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/Zope-Testing.spec
diff -u SPECS/Zope-Testing.spec:1.4 SPECS/Zope-Testing.spec:1.5
--- SPECS/Zope-Testing.spec:1.4 Thu Sep 13 00:26:44 2007
+++ SPECS/Zope-Testing.spec Sat Jan 5 00:27:31 2008
@@ -1,5 +1,6 @@
# $Revision$, $Date$
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
@@ -8,14 +9,22 @@
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}
@@ -30,7 +39,7 @@
--optimize 2 \
--root=$RPM_BUILD_ROOT
-%{py_postclean}
+%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
@@ -38,8 +47,8 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -47,6 +56,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008-01-04 23:27:31 qboosh
+- pl
+- python deps
+- noarch
+
Revision 1.4 2007-09-12 22:26:44 wrobell
- fixed/add url
@@ -58,4 +72,3 @@
Revision 1.1 2007/09/09 23:54:17 wrobell
- based on ZopeInterfaces.spec, nfy
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Zope-Testing.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list