This commit is contained in:
Ralph Bean 2015-09-16 13:33:36 -04:00
parent 7f1f8b01bd
commit ea649aff69
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ decorator-3.2.0.tar.gz
/decorator-3.3.3.tar.gz
/decorator-3.4.0.tar.gz
/decorator-3.4.2.tar.gz
/decorator-4.0.2.tar.gz

View File

@ -5,8 +5,8 @@
%endif
Name: python-decorator
Version: 3.4.2
Release: 2%{?dist}
Version: 4.0.2
Release: 1%{?dist}
Summary: Module to simplify usage of decorators
Group: Development/Languages
@ -47,7 +47,7 @@ etc. The core of this module is a decorator factory called decorator.
%setup -q -n decorator-%{version}
chmod a-x *.py
%{__sed} -i 's/\r//' README.rst
%{__sed} -i 's/\r//' docs/README.rst
%if 0%{?with_python3}
rm -rf %{py3dir}
@ -94,18 +94,23 @@ popd
%files
%defattr(-,root,root,-)
%doc *.rst
%doc docs/README.rst CHANGES.txt documentation.pdf
%license LICENSE.txt
%{python_sitelib}/*
%if 0%{?with_python3}
%files -n python3-decorator
%defattr(-,root,root,-)
%doc *.rst
%doc docs/README.rst CHANGES.txt documentation.pdf
%license LICENSE.txt
%{python3_sitelib}/*
%endif # with_python3
%changelog
* Wed Sep 16 2015 Ralph Bean <rbean@redhat.com> - 4.0.2-1
- new version
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
9e0536870d2b83ae27d58dbf22582f4d decorator-3.4.2.tar.gz
033c9563af492c4ce2680ee6ca481fa7 decorator-4.0.2.tar.gz