]> git.pld-linux.org Git - packages/Zope-Proxy.git/blame - Zope-Proxy.spec
- fixed/add url
[packages/Zope-Proxy.git] / Zope-Proxy.spec
CommitLineData
13781963 1Summary: Mostly-transparent wrappers around another object
1dd5fa5d 2Name: Zope-Proxy
3Version: 3.4.0
13781963 4Release: 1
5License: ZPL 2.1
6Group: Libraries/Python
1dd5fa5d 7Source0: http://download.zope.org/distribution/zope.proxy-%{version}.tar.gz
8# Source0-md5: a9e234e90bc4a16bb62b967d4a0412c6
16fa8059 9URL: http://www.zope.org/
1dd5fa5d 10BuildRequires: python
11BuildRequires: python-devel
12%pyrequires_eq python-modules
13781963 13Requires: Zope-Interface
1dd5fa5d 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
13781963 17Proxies are special objects which serve as mostly-transparent wrappers
18around another object, intervening in the apparent behavior of the wrapped
19object only when necessary to apply the policy (e.g., access checking,
20location brokering, etc.) for which the proxy is responsible.
1dd5fa5d 21
22%prep
23%setup -q -n zope.proxy-%{version}
24
25%build
26python ./setup.py build
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31python ./setup.py install \
32 --optimize 2 \
33 --root=$RPM_BUILD_ROOT
34
35%{py_postclean}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%{py_sitedir}/zope/proxy
43%{py_sitedir}/zope*egg*
44%{py_sitedir}/zope*pth
This page took 0.095952 seconds and 5 git commands to generate.