From: wrobell Date: Wed, 12 Sep 2007 22:13:00 +0000 (+0000) Subject: - fixed summary/description X-Git-Tag: auto/th/Zope-Component-3_4_0-2~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2FZope-Component.git;a=commitdiff_plain;h=468e201a9523155805fc107bb2c440abd9972ab6 - fixed summary/description - fixed license - fixed group Changed files: Zope-Component.spec -> 1.2 --- diff --git a/Zope-Component.spec b/Zope-Component.spec index 2bdf298..870e4c1 100644 --- a/Zope-Component.spec +++ b/Zope-Component.spec @@ -1,19 +1,25 @@ %define snap r73807 -Summary: zope.component package used in Zope 3 +Summary: Core of the Zope Component Architecture Name: Zope-Component Version: 3.4 Release: 0.%{snap}.1 -License: ZPL 2.0 -Group: Development/Tools +License: ZPL 2.1 +Group: Libraries/Python Source0: http://download.zope.org/distribution/zope.component-%{version}dev-%{snap}.tar.gz # Source0-md5: d91d7c64259a1a2f8e56860a1326725e BuildRequires: python BuildRequires: python-devel %pyrequires_eq python-modules +Requires: Zope-DeferredImport +Requires: Zope-Deprecation +Requires: Zope-Event +Requires: Zope-Interface +Requires: Zope-Proxy +Requires: Zope-Testing BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -zope.component package used in Zope 3. +Core of the Zope Component Architecture. %prep %setup -q -n zope.component-%{version}dev-%{snap}