- 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
|
Name: python-decorator
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Module to simplify usage of decorators
|
Summary: Module to simplify usage of decorators
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -99,18 +99,21 @@ popd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc *.txt
|
%doc *.txt documentation.py
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-decorator
|
%files -n python3-decorator
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc *.txt
|
%doc *.txt documentation3.py
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 30 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-1
|
||||||
- Minor cleanups
|
- Minor cleanups
|
||||||
- Upgrade to 3.2.0
|
- Upgrade to 3.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user