# Generated by go2rpm %bcond_without check # https://github.com/rakyll/statik %global goipath github.com/rakyll/statik Version: 0.1.6 %gometa %global common_description %{expand: Statik allows you to embed a directory of static files into your Go binary to be later served from an http.FileSystem.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Embed files into a Go executable # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %build %gobuild -o %{gobuilddir}/bin/statik %{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 example README.md %{_bindir}/* %gopkgfiles %changelog * Sun Jun 02 16:58:28 CEST 2019 Robert-André Mauchin - 0.1.6-1 - Release 0.1.6 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.13.gitf19d7c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.12.gitf19d7c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.11.gitf19d7c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.10.gitf19d7c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.9.gitf19d7c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0-0.8.gitf19d7c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jul 21 2016 Fedora Release Engineering - 0-0.7.gitf19d7c2 - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Feb 22 2016 Fedora Release Engineering - 0-0.6.gitf19d7c2 - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering - 0-0.5.gitf19d7c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Aug 10 2015 jchaloup - 0-0.4.gitf19d7c2 - Remove superfluous Provides related: #1250500 * Fri Aug 07 2015 Fridolin Pokorny - 0-0.3.gitf19d7c2 - Update spec file to spec-2.0 resolves: #1250500 * Wed Jun 17 2015 Fedora Release Engineering - 0-0.2.gitf19d7c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Nov 10 2014 jchaloup - 0-0.1.gitf19d7c2 - First package for Fedora resolves: #1162091