- Add documentation.py files to both subpackages (this contains a brief
license assertion among other things).
This commit is contained in:
parent
a690bf0c7d
commit
c769395d31
@ -7,7 +7,7 @@
|
||||
|
||||
Name: python-decorator
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Module to simplify usage of decorators
|
||||
|
||||
Group: Development/Languages
|
||||
@ -99,18 +99,21 @@ popd
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc *.txt
|
||||
%doc *.txt documentation.py
|
||||
%{python_sitelib}/*
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-decorator
|
||||
%defattr(-,root,root,-)
|
||||
%doc *.txt
|
||||
%doc *.txt documentation3.py
|
||||
%{python3_sitelib}/*
|
||||
%endif # with_python3
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 7 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-2
|
||||
- Add documentation.py files to both subpackages (this contains a brief license
|
||||
assertion among other things).
|
||||
* Wed Jun 30 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-1
|
||||
- Minor cleanups
|
||||
- Upgrade to 3.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user