summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Lee <robinlee.sysu@gmail.com>2010-09-16 14:04:39 +0800
committerRobin Lee <robinlee.sysu@gmail.com>2010-09-16 14:04:39 +0800
commit42c8f5c372fa7f997bf0bd7d4bcd8db69bc8f952 (patch)
treeb802a6d6ccc9a3e935f0063166572a0f553e9f40
parent27cbc4c347ef1a19c4af4b71fa8f63f9533d3644 (diff)
downloadzope-rpm-42c8f5c372fa7f997bf0bd7d4bcd8db69bc8f952.tar.gz
zope-rpm-42c8f5c372fa7f997bf0bd7d4bcd8db69bc8f952.tar.xz
zope-rpm-42c8f5c372fa7f997bf0bd7d4bcd8db69bc8f952.zip
python-zope-schema 3.7.0
-rw-r--r--python-zope-schema/F-13/python-zope-schema.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/python-zope-schema/F-13/python-zope-schema.spec b/python-zope-schema/F-13/python-zope-schema.spec
index 8b10e2a..96faa70 100644
--- a/python-zope-schema/F-13/python-zope-schema.spec
+++ b/python-zope-schema/F-13/python-zope-schema.spec
@@ -2,9 +2,9 @@
Summary: Zope 3 schemas
Name: python-zope-schema
-Version: 3.6.4
-Release: 2%{?dist}
-Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
+Version: 3.7.0
+Release: 1%{?dist}
+Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.zip
License: ZPLv2.1
Group: Development/Libraries
BuildArch: noarch
@@ -38,13 +38,20 @@ python setup.py build
%files
%defattr(-,root,root,-)
-%doc LICENSE.txt CHANGES.txt COPYRIGHT.txt README.txt
+%doc LICENSE.txt CHANGES.txt COPYRIGHT.txt src/zope/schema/*.txt
%{python_sitelib}/zope/schema/
+%exclude %{python_sitelib}/zope/schema/tests/
+%exclude %{python_sitelib}/zope/schema/*.txt
%{python_sitelib}/%{modname}-*.egg-info
%{python_sitelib}/%{modname}-*-nspkg.pth
%changelog
+* Thu Sep 16 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.7.0-1
+- Update to 3.7.0
+- Move the documents to proper place
+- Exclude the tests
+
* Sat Sep 11 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.6.4-2
- Spec cleaned up
- Requires: python-zope-filesystem and python-setuptools removed