]> git.pld-linux.org Git - packages/Zope-Proxy.git/blame - Zope-Proxy.spec
- pl
[packages/Zope-Proxy.git] / Zope-Proxy.spec
CommitLineData
13781963 1Summary: Mostly-transparent wrappers around another object
ede1d7e1 2Summary(pl.UTF-8): Prawie przezroczyste obudowywanie innych obiektów
1dd5fa5d 3Name: Zope-Proxy
4Version: 3.4.0
13781963 5Release: 1
6License: ZPL 2.1
7Group: Libraries/Python
1dd5fa5d 8Source0: http://download.zope.org/distribution/zope.proxy-%{version}.tar.gz
9# Source0-md5: a9e234e90bc4a16bb62b967d4a0412c6
16fa8059 10URL: http://www.zope.org/
ede1d7e1
JB
11BuildRequires: python >= 1:2.5
12BuildRequires: python-devel >= 1:2.5
13BuildRequires: rpm-pythonprov
14BuildRequires: rpmbuild(macros) >= 1.219
1dd5fa5d 15%pyrequires_eq python-modules
13781963 16Requires: Zope-Interface
1dd5fa5d 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
13781963 20Proxies are special objects which serve as mostly-transparent wrappers
ede1d7e1
JB
21around another object, intervening in the apparent behavior of the
22wrapped object only when necessary to apply the policy (e.g., access
23checking, location brokering, etc.) for which the proxy is
24responsible.
25
26%description -l pl.UTF-8
27Proxy to specjalne obiekty służące jako prawie przezroczyste
28obudowanie innego obiektu, wkraczające w zwykłe zachowanie
29obudowywanego obiektu tylko w razie potrzeby, aby zastosować politykę
30(np. kontrolę dostępu, pośredniczenie itp.), za którą odpowiada proxy.
1dd5fa5d 31
32%prep
33%setup -q -n zope.proxy-%{version}
34
35%build
36python ./setup.py build
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41python ./setup.py install \
42 --optimize 2 \
43 --root=$RPM_BUILD_ROOT
44
ede1d7e1 45%py_postclean
1dd5fa5d 46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%{py_sitedir}/zope/proxy
ede1d7e1
JB
53%{py_sitedir}/zope.proxy-*.egg-info
54%{py_sitedir}/zope.proxy-*-nspkg.pth
This page took 0.066859 seconds and 5 git commands to generate.