4.0.2
This commit is contained in:
parent
7f1f8b01bd
commit
ea649aff69
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user