Fix provides (RHBZ #1370879)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
9b5b88248e
commit
4b5b3074b5
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.24.1
|
Version: 0.24.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
License: Python
|
License: Python
|
||||||
@ -80,7 +80,7 @@ rm -rf %{buildroot}%{python2_sitelib}/setuptools/tests
|
|||||||
%{__python3} runtests.py -vv
|
%{__python3} runtests.py -vv
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files -n python2-%{srcname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc *.txt Demos Doc Tools
|
%doc *.txt Demos Doc Tools
|
||||||
%{_bindir}/cython
|
%{_bindir}/cython
|
||||||
@ -104,6 +104,9 @@ rm -rf %{buildroot}%{python2_sitelib}/setuptools/tests
|
|||||||
%{python3_sitearch}/__pycache__/%{upname}.*
|
%{python3_sitearch}/__pycache__/%{upname}.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 27 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.24.1-8
|
||||||
|
- Fix provides (RHBZ #1370879)
|
||||||
|
|
||||||
* Thu Aug 25 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.24.1-7
|
* Thu Aug 25 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.24.1-7
|
||||||
- Run test suite
|
- Run test suite
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user