# Generated by go2rpm 1 %bcond_without check # https://github.com/grafov/hulk %global goipath github.com/grafov/hulk %global commit 96706999f6b1dda6598f1365de7f104658cc8c25 %gometa %global common_description %{expand: HULK is a web server denial of service tool. It is designed to generate \ volumes of unique and obfuscated traffic at a web server, bypassing caching \ engines and therefore hitting the server's direct resource pool.} %global golicenses LICENSE %global godocs README.md Name: hulk Version: 0 Release: 0.5%{?dist} Summary: DoS tool using unique and obfuscated traffic License: GPLv3 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %build %gobuild -o %{gobuilddir}/bin/hulk %{goipath} %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license LICENSE %doc README.md docker/README.md %{_bindir}/* %gopkgfiles %changelog * Thu Jan 20 2022 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Mar 27 2020 Fabian Affolter - 0-0.1.20200330git9670699 - Initial package for Fedora