Author: wrobell Date: Wed Sep 12 22:20:20 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed summary/description/group and install requirements - rel. 1
---- Files affected: SPECS: Zope-Proxy.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/Zope-Proxy.spec diff -u SPECS/Zope-Proxy.spec:1.1 SPECS/Zope-Proxy.spec:1.2 --- SPECS/Zope-Proxy.spec:1.1 Mon Sep 10 19:58:06 2007 +++ SPECS/Zope-Proxy.spec Thu Sep 13 00:20:15 2007 @@ -1,20 +1,24 @@ # $Revision$, $Date$ -Summary: zope.proxy package used in Zope 3 +Summary: Mostly-transparent wrappers around another object Name: Zope-Proxy 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.proxy-%{version}.tar.gz # Source0-md5: a9e234e90bc4a16bb62b967d4a0412c6 URL: http://pypi.python.org/pypi/zope.proxy/3.5.1 BuildRequires: python BuildRequires: python-devel %pyrequires_eq python-modules +Requires: Zope-Interface BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -zope.proxy package used in Zope 3. +Proxies are special objects which serve as mostly-transparent wrappers +around another object, intervening in the apparent behavior of the wrapped +object only when necessary to apply the policy (e.g., access checking, +location brokering, etc.) for which the proxy is responsible. %prep %setup -q -n zope.proxy-%{version} @@ -46,6 +50,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/09/12 22:20:15 wrobell +- fixed summary/description/group and install requirements +- rel. 1 + Revision 1.1 2007/09/10 17:58:06 wrobell - based on Zope-Testing.spec ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Zope-Proxy.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
