]> git.pld-linux.org Git - packages/Zope-Event.git/commitdiff
- fixed summary/description/license
authorwrobell <wrobell@pld-linux.org>
Wed, 12 Sep 2007 22:24:46 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 1

Changed files:
    Zope-Event.spec -> 1.2

Zope-Event.spec

index 6dada251934a1a2b5d9d11c44e7d2e32c3f41415..440a9cc9e38106e5c73528b36bad671bfb8d0743 100644 (file)
@@ -1,18 +1,25 @@
-Summary:       zope.event package used in Zope 3
+Summary:       Simple event system
 Name:          Zope-Event
 Version:       3.4.0
-Release:       0.1
-License:       ZPL 2.0
-Group:         Development/Tools
+Release:       1
+License:       ZPL 2.1
+Group:         Libraries/Python
 Source0:       http://download.zope.org/distribution/zope.event-%{version}.tar.gz
 # Source0-md5: 3a3d4bb9b6275149a05628262aba531f
+URL:           http://www.zope.org/
 BuildRequires: python
 BuildRequires: python-devel
 %pyrequires_eq python-modules
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-zope.event package used in Zope 3.
+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
+
 
 %prep
 %setup -q -n zope.event-%{version}
This page took 0.073732 seconds and 5 git commands to generate.