|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Summary: Zope Exceptions
|
|
|
|
|
Name: python-zope-exceptions
|
|
|
|
|
Version: 3.6.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.zip
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -31,11 +31,15 @@ python setup.py install --root=$RPM_BUILD_ROOT
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc LICENSE.txt CHANGES.txt README.txt COPYRIGHT.txt
|
|
|
|
|
%{python_sitelib}/zope/exceptions/
|
|
|
|
|
%dir %{python_sitelib}/zope/
|
|
|
|
|
%{python_sitelib}/%{modname}-*.egg-info
|
|
|
|
|
%{python_sitelib}/%{modname}-*-nspkg.pth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 31 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.6.1-4
|
|
|
|
|
- Own %%{python_sitelib}/zope/
|
|
|
|
|
|
|
|
|
|
* Mon Aug 30 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.6.1-3
|
|
|
|
|
- Remove python-zope-filesystem from requirements
|
|
|
|
|
- Import to Fedora repositories
|
|
|
|
|