Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/client9/plaintext
%global goipath         github.com/client9/plaintext
%global commit          5bf47e7c0c45b7bdff3779011b6d73ab638ec534

%gometa

%global common_description %{expand:
Extract human languages in plain UTF-8 text from computer code and markup.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        Tools to extract plaintext from computer code and markup

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(golang.org/x/net/html)

%description
%{common_description}

%gopkg

%prep
%goprep

%build
for cmd in cmd/* ; do
  %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd
done

%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
%{_bindir}/*

%gopkgfiles

%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Fri May 24 17:50:24 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190703git5bf47e7
- Initial package