# Generated by go2rpm %bcond_without check # https://github.com/rsc/pdf %global goipath rsc.io/pdf %global forgeurl https://github.com/rsc/pdf Version: 0.1.1 %gometa %global common_description %{expand: PDF reader library in Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 3%{?dist} Summary: PDF reader library in Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %build for cmd in pdfpasswd; 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 May 23 18:24:17 CEST 2019 Robert-André Mauchin - 0.1.1-3 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Nov 28 2018 Derek Parker - 0.1.1-1 - First package for Fedora