Add BuildRequires: gcc
This commit is contained in:
parent
a8e7090be2
commit
f4964148e8
@ -3,7 +3,7 @@
|
||||
|
||||
Name: py3c
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Guide and compatibility macros for porting extensions to Python 3
|
||||
|
||||
# Licences differ for subpackages
|
||||
@ -13,6 +13,7 @@ URL: http://py3c.readthedocs.io/
|
||||
|
||||
Source0: https://github.com/encukou/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-sphinx
|
||||
@ -92,6 +93,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc
|
||||
%doc %{_pkgdocdir}/
|
||||
|
||||
%changelog
|
||||
* Mon Feb 19 2018 Petr Viktorin <pviktori@redhat.com> - 1.0-2
|
||||
- Add BuildRequires: gcc
|
||||
|
||||
* Sun Feb 11 2018 Petr Viktorin <pviktorin@redhat.com> - 1.0-1
|
||||
- Update to 1.0 (adds Py_UNREACHABLE, Py_RETURN_RICHCOMPARE, Py_UNUSED)
|
||||
- Strip buildroot name from the pkgconfig file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user