Add BuildRequires: gcc-c++

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-18 21:26:50 +01:00
commit 5ca1a30711
No known key found for this signature in database
GPG key ID: 695714BD1BBC5F4C

View file

@ -4,7 +4,7 @@
Name: angelscript
Version: 2.32.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Flexible cross-platform scripting library
License: zlib
@ -12,7 +12,7 @@ URL: http://www.angelcode.com/angelscript/
Source0: %{url}/sdk/files/%{name}_%{version}.zip
BuildRequires: meson
#BuildRequires: dos2unix
BuildRequires: gcc-c++
%description
The AngelScript library is a software library for easy integration of
@ -31,9 +31,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -c
#find -type f -exec dos2unix {} ';'
#autopatch -p1
%autosetup -c
%build
%meson
@ -54,6 +52,9 @@ developing applications that use %{name}.
%{_includedir}/%{name}.h
%changelog
* Sun Feb 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.32.0-4
- Add BuildRequires: gcc-c++
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.32.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild