Add BuildRequires on gcc-c++

https://fedoraproject.org/wiki/Packaging:C_and_C++#BuildRequires_and_Requires
This commit is contained in:
David King 2018-05-04 09:48:26 +01:00
parent 3c22017d44
commit 54ebb18b2d

View File

@ -17,8 +17,9 @@ Source1: proxy.1
Patch0: 0001-Add-config-module-for-querying-PacRunner-d-mon.patch Patch0: 0001-Add-config-module-for-querying-PacRunner-d-mon.patch
Patch1: libproxy-0.4.11-crash.patch Patch1: libproxy-0.4.11-crash.patch
BuildRequires: libmodman-devel >= 2.0.1
BuildRequires: cmake >= 2.6.0 BuildRequires: cmake >= 2.6.0
BuildRequires: gcc-c++
BuildRequires: libmodman-devel >= 2.0.1
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}
# gnome # gnome
@ -243,6 +244,7 @@ make test
%changelog %changelog
* Fri May 04 2018 David King <amigadave@amigadave.com> - 0.4.15-6 * Fri May 04 2018 David King <amigadave@amigadave.com> - 0.4.15-6
- Resurrect an old patch (#1459779) - Resurrect an old patch (#1459779)
- Add BuildRequires on gcc-c++
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-5 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild