2017-01-28 15:53:05 +01:00
|
|
|
#
|
2017-02-06 16:17:12 +01:00
|
|
|
# spec file for package honggfuzz
|
2017-01-28 15:53:05 +01:00
|
|
|
#
|
2021-04-22 09:33:10 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2017-01-28 15:53:05 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2020-03-17 14:10:26 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-01-28 15:53:05 +01:00
|
|
|
#
|
|
|
|
|
2017-04-29 19:37:39 +02:00
|
|
|
|
2017-01-28 15:53:05 +01:00
|
|
|
Name: honggfuzz
|
2021-04-22 09:33:10 +02:00
|
|
|
Version: 2.4
|
2017-01-28 15:53:05 +01:00
|
|
|
Release: 0
|
2017-02-06 16:17:12 +01:00
|
|
|
Summary: Security-oriented fuzzer with various analysis options
|
2017-04-29 19:37:39 +02:00
|
|
|
License: Apache-2.0
|
2017-01-28 15:53:05 +01:00
|
|
|
Group: Development/Tools/Other
|
2020-03-17 14:10:26 +01:00
|
|
|
URL: https://honggfuzz.com
|
2017-01-28 15:53:05 +01:00
|
|
|
Source: https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: binutils-devel
|
2017-04-29 19:37:39 +02:00
|
|
|
BuildRequires: libunwind-devel
|
2017-01-28 15:53:05 +01:00
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
%description
|
2017-02-06 16:17:12 +01:00
|
|
|
Security-oriented fuzzer with powerful analysis options. Supports
|
|
|
|
evolutionary, feedback-driven fuzzing based on code coverage
|
|
|
|
(software and hardware).
|
2017-01-28 15:53:05 +01:00
|
|
|
|
|
|
|
%prep
|
2021-04-22 09:33:10 +02:00
|
|
|
%autosetup
|
2017-01-28 15:53:05 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="%{optflags}"
|
2020-03-17 14:10:26 +01:00
|
|
|
%make_build ARCH_LDFLAGS="-L/usr/local/include -L/usr/include -lpthread -lunwind-ptrace -lunwind-generic -lbfd -lopcodes -lrt -liberty -lz -ldl"
|
2017-01-28 15:53:05 +01:00
|
|
|
|
|
|
|
%install
|
2018-03-08 15:09:42 +01:00
|
|
|
install -Dpm 0755 %{name} \
|
2017-01-28 15:53:05 +01:00
|
|
|
%{buildroot}%{_bindir}/%{name}
|
|
|
|
|
|
|
|
%files
|
2018-03-08 15:09:42 +01:00
|
|
|
%license COPYING
|
2020-08-31 09:45:49 +02:00
|
|
|
%doc CHANGELOG CONTRIBUTING.md README.md
|
2017-01-28 15:53:05 +01:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
|
|
|
%changelog
|