SPECS: Zope-Event.spec - pl - python deps - noarch
qboosh
qboosh at pld-linux.org
Fri Jan 4 23:27:34 CET 2008
Author: qboosh Date: Fri Jan 4 22:27:34 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
- python deps
- noarch
---- Files affected:
SPECS:
Zope-Event.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/Zope-Event.spec
diff -u SPECS/Zope-Event.spec:1.2 SPECS/Zope-Event.spec:1.3
--- SPECS/Zope-Event.spec:1.2 Thu Sep 13 00:24:46 2007
+++ SPECS/Zope-Event.spec Fri Jan 4 23:27:29 2008
@@ -1,5 +1,6 @@
# $Revision$, $Date$
Summary: Simple event system
+Summary(pl.UTF-8): Prosty system zdarzeń
Name: Zope-Event
Version: 3.4.0
Release: 1
@@ -8,19 +9,29 @@
Source0: http://download.zope.org/distribution/zope.event-%{version}.tar.gz
# Source0-md5: 3a3d4bb9b6275149a05628262aba531f
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
-The zope.event package provides a simple event system. It provides:
+The zope.event package provides a simple event system. It provides:
- an event publishing system
-- a very simple event-dispatching system on which more sophisticated event
- dispatching systems can be built. (For example, a type-based event
- dispatching system that builds on zope.event can be found in
- zope.component
-
+- a very simple event-dispatching system on which more sophisticated
+ event dispatching systems can be built. (For example, a type-based
+ event dispatching system that builds on zope.event can be found in
+ zope.component)
+
+%description -l pl.UTF-8
+Pakiet zope.event udostępnia prosty system zdarzeń. Zawiera:
+- system publikacji zdarzeń
+- bardzo prosty system przekazywania zdarzeń, w oparciu o który można
+ stworzyć bardziej wyszukane systemy przekazywania zdarzeń (na
+ przykład system przekazywania zdarzeń oparty na typach, zbudowany w
+ oparciu o zope.event, można znaleźć w zope.component)
%prep
%setup -q -n zope.event-%{version}
@@ -35,7 +46,7 @@
--optimize 2 \
--root=$RPM_BUILD_ROOT
-%{py_postclean}
+%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
@@ -43,8 +54,8 @@
%files
%defattr(644,root,root,755)
%{py_sitescriptdir}/zope/event
-%{py_sitescriptdir}/zope*egg*
-%{py_sitescriptdir}/zope*pth
+%{py_sitescriptdir}/zope.event-*.egg-info
+%{py_sitescriptdir}/zope.event-*-nspkg.pth
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -52,6 +63,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008-01-04 22:27:29 qboosh
+- pl
+- python deps
+- noarch
+
Revision 1.2 2007-09-12 22:24:46 wrobell
- fixed summary/description/license
- rel. 1
@@ -61,4 +77,3 @@
Revision 1.1 2007/09/10 00:03:21 wrobell
- based on Zope-Testing.spec
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Zope-Event.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list