File harec.spec of Package harec
#
# spec file for package harec
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: harec
Version: 1650449363~c1caaf0
Release: 0
Summary: Hare compiler
License: GPL-3.0-only
URL: https://harelang.org/
Source0: %{name}-%{version}.tar.xz
Patch1: 0001-rename-mktemp-to-mktemporary.patch
BuildRequires: gcc
BuildRequires: qbe
Requires: qbe
Suggests: hare-build
%description
This is a Hare compiler written in C11 for POSIX-compatible systems.
%prep
%autosetup -p1
sed -e 's/option "$arg"/echo "Unknown option $arg"/' -i config.sh
%build
%configure
make %{?_smp_mflags}
%check
make %{?_smp_mflags} check
%install
%make_install
%files
%license COPYING
%doc README.md
%{_bindir}/%{name}
%changelog