]> git.pld-linux.org Git - packages/Zope-Proxy.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 22:47:44 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- python deps

Changed files:
    Zope-Proxy.spec -> 1.4

Zope-Proxy.spec

index b6a67ecbe4da9fdb4df082e99a1d30bc5af5288a..7240d6e7b5b30c5e956180b9efebdfe8f61dcc9e 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Mostly-transparent wrappers around another object
 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
 Name:          Zope-Proxy
 Version:       3.4.0
 Release:       1
@@ -7,17 +8,26 @@ Group:                Libraries/Python
 Source0:       http://download.zope.org/distribution/zope.proxy-%{version}.tar.gz
 # Source0-md5: a9e234e90bc4a16bb62b967d4a0412c6
 URL:           http://www.zope.org/
 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
 %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}
 
 %prep
 %setup -q -n zope.proxy-%{version}
@@ -32,7 +42,7 @@ python ./setup.py install \
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
 
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
 
-%{py_postclean}
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -40,5 +50,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{py_sitedir}/zope/proxy
 %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
This page took 0.069551 seconds and 5 git commands to generate.