summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Lee <robinlee.sysu@gmail.com>2010-09-01 01:04:19 +0800
committerRobin Lee <robinlee.sysu@gmail.com>2010-09-01 01:04:19 +0800
commitbfdf22b7befb4f28261a76da3339b73fbd26193d (patch)
tree9b5633e0901bb9b06b7156b575296df0640cd334
parent231e97103d5e1eabfb72bced0efbb49bbd65be8a (diff)
downloadzope-rpm-bfdf22b7befb4f28261a76da3339b73fbd26193d.tar.gz
zope-rpm-bfdf22b7befb4f28261a76da3339b73fbd26193d.tar.xz
zope-rpm-bfdf22b7befb4f28261a76da3339b73fbd26193d.zip
python-zope-proxy-3.6.1-3
-rw-r--r--python-zope-proxy/F-13/python-zope-proxy.spec26
1 files changed, 13 insertions, 13 deletions
diff --git a/python-zope-proxy/F-13/python-zope-proxy.spec b/python-zope-proxy/F-13/python-zope-proxy.spec
index 3a69546..746e7ac 100644
--- a/python-zope-proxy/F-13/python-zope-proxy.spec
+++ b/python-zope-proxy/F-13/python-zope-proxy.spec
@@ -1,28 +1,24 @@
Name: python-zope-proxy
Version: 3.6.1
-Release: 1%{?dist}
+Release: 3%{?dist}
Summary: Generic Transparent Proxies
-Group: Development/Languages
+Group: Development/Libraries
License: ZPLv2.1
URL: http://pypi.python.org/pypi/zope.proxy/
Source0: http://pypi.python.org/packages/source/z/zope.proxy/zope.proxy-%{version}.zip
-BuildRequires: python-devel
+BuildRequires: python2-devel
BuildRequires: python-setuptools
-BuildRequires: python-zope-testing
Requires: python-zope-interface
%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.
+This package provides convenient functions for dealing with proxies.
%package devel
Summary: Development files for %{name}
-Group: Development/Languages
+Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: python2-devel
BuildArch: noarch
@@ -46,10 +42,6 @@ rm -f $RPM_BUILD_ROOT%{python_sitearch}/zope/proxy/proxy.h
rm -f $RPM_BUILD_ROOT%{python_sitearch}/zope/proxy/_zope_proxy_proxy.c
-%check
-%{__python} setup.py test
-
-
%files
%defattr(-,root,root,-)
%doc CHANGES.txt README.txt COPYRIGHT.txt LICENSE.txt
@@ -65,6 +57,14 @@ rm -f $RPM_BUILD_ROOT%{python_sitearch}/zope/proxy/_zope_proxy_proxy.c
%changelog
+* Wed Sep 1 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.6.1-3
+- Description revised
+
+* Tue Aug 31 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.6.1-2
+- Remove %%check section
+- Group changed from Development/Languages to Development/Libraries
+- BR: python-devel renamed to python2-devel, python-zope-testing removed
+
* Tue Aug 31 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.6.1-1
- Update to 3.6.1
- Requirement: python-zope-filesystem removed, python-zope-interface added