Add BuildRequires: gcc-c++
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
9f656d8433
commit
5ca1a30711
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue