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

Changed files:
    Zope-Proxy.spec -> 1.2

Zope-Proxy.spec

index e6113ac7f6f1fc964d42c17d1678144e1e698345..79039ffc8ecca264584b3dafc5899f7e28749276 100644 (file)
@@ -1,19 +1,23 @@
-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}
This page took 0.084655 seconds and 5 git commands to generate.