Author: qboosh Date: Fri Jan 4 22:47:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl - python deps
---- Files affected: SPECS: Zope-Proxy.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/Zope-Proxy.spec diff -u SPECS/Zope-Proxy.spec:1.3 SPECS/Zope-Proxy.spec:1.4 --- SPECS/Zope-Proxy.spec:1.3 Thu Sep 13 00:26:44 2007 +++ SPECS/Zope-Proxy.spec Fri Jan 4 23:47:44 2008 @@ -1,5 +1,6 @@ # $Revision$, $Date$ Summary: Mostly-transparent wrappers around another object +Summary(pl.UTF-8): Prawie przezroczyste obudowywanie innych obiektów Name: Zope-Proxy Version: 3.4.0 Release: 1 @@ -8,17 +9,26 @@ Source0: http://download.zope.org/distribution/zope.proxy-%{version}.tar.gz # Source0-md5: a9e234e90bc4a16bb62b967d4a0412c6 URL: http://www.zope.org/ -BuildRequires: python -BuildRequires: python-devel +BuildRequires: python >= 1:2.5 +BuildRequires: python-devel >= 1:2.5 +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules Requires: Zope-Interface BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description 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. +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. + +%description -l pl.UTF-8 +Proxy to specjalne obiekty służące jako prawie przezroczyste +obudowanie innego obiektu, wkraczające w zwykłe zachowanie +obudowywanego obiektu tylko w razie potrzeby, aby zastosować politykę +(np. kontrolę dostępu, pośredniczenie itp.), za którą odpowiada proxy. %prep %setup -q -n zope.proxy-%{version} @@ -33,7 +43,7 @@ --optimize 2 \ --root=$RPM_BUILD_ROOT -%{py_postclean} +%py_postclean %clean rm -rf $RPM_BUILD_ROOT @@ -41,8 +51,8 @@ %files %defattr(644,root,root,755) %{py_sitedir}/zope/proxy -%{py_sitedir}/zope*egg* -%{py_sitedir}/zope*pth +%{py_sitedir}/zope.proxy-*.egg-info +%{py_sitedir}/zope.proxy-*-nspkg.pth %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -50,6 +60,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2008-01-04 22:47:44 qboosh +- pl +- python deps + Revision 1.3 2007-09-12 22:26:44 wrobell - fixed/add url @@ -59,4 +73,3 @@ 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.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
