File honggfuzz.spec of Package honggfuzz

Name: honggfuzz
Version: 2.6
Release: 1
Summary: Security-oriented fuzzer with powerful analysis options
License: Apache-2.0
URL: https://github.com/google/honggfuzz
Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc

%description
Honggfuzz is a security-oriented, feedback-driven, evolutionary fuzzer with
interesting analysis options. It supports several architectures and operating
systems.

%prep
%setup -q

%build
# Disable the problematic warning that causes build failure with newer GCC
export CFLAGS="%{optflags} -Wno-unterminated-string-initialization"
make %{?_smp_mflags}

%install
make install DESTDIR=%{buildroot}

%files
%doc README.md
%{_bindir}/honggfuzz

%changelog
* Thu Sep 25 2025 - autobuild <autobuild@example.com>
- Initial package
openSUSE Build Service is sponsored by