diff --git a/python-decorator.spec b/python-decorator.spec index cbb8e0a..d6234e1 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -5,8 +5,8 @@ %endif Name: python-decorator -Version: 3.4.0 -Release: 5%{?dist} +Version: 3.4.2 +Release: 1%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -46,8 +46,8 @@ etc. The core of this module is a decorator factory called decorator. %prep %setup -q -n decorator-%{version} -chmod a-x *.txt *.py -%{__sed} -i 's/\r//' README.txt +chmod a-x *.py +%{__sed} -i 's/\r//' README.rst %if 0%{?with_python3} rm -rf %{py3dir} @@ -94,18 +94,21 @@ popd %files %defattr(-,root,root,-) -%doc *.txt documentation.py +%doc *.rst %{python_sitelib}/* %if 0%{?with_python3} %files -n python3-decorator %defattr(-,root,root,-) -%doc *.txt documentation3.py +%doc *.rst %{python3_sitelib}/* %endif # with_python3 %changelog +* Mon Mar 23 2015 Ralph Bean - 3.4.2-1 +- new version + * Sat Jun 07 2014 Fedora Release Engineering - 3.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild