# Generated by go2rpm 1.3 %bcond_without check # https://github.com/edoardottt/scilla %global goipath github.com/edoardottt/scilla %global commit f9376dd88d77f91ca91b6572c0161e66050deef6 %gometa %global common_description %{expand: An Information Gathering tool for DNS, Subdomains, Ports and Directories enumeration.} %global golicenses LICENSE %global godocs CODE_OF_CONDUCT.md README.md SECURITY.md\\\ lists/dirs.txt lists/subdomains.txt Name: scilla Version: 0 Release: 0.1%{?dist} Summary: DNS/Subdomains/Ports/Directories enumeration tool License: GPLv3 # FIXME: Upstream uses unknown SPDX tag GPL-3.0-only! URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/asaskevich/govalidator) BuildRequires: golang(github.com/fatih/color) %description %{common_description} %gopkg %prep %goprep %build %gobuild -o %{gobuilddir}/bin/scilla %{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 images/license-GPL3.svg %doc CODE_OF_CONDUCT.md README.md SECURITY.md lists/dirs.txt %doc lists/subdomains.txt %{_bindir}/* %gopkgfiles %changelog * Thu Dec 24 14:12:39 CET 2020 Fabian Affolter - 0-0.1.20201224gitf9376dd - Initial package for Fedora