Ship hugo with extended features

Signed-off-by: Athos Ribeiro <athoscr@fedoraproject.org>
This commit is contained in:
Athos Ribeiro 2020-04-13 01:06:40 +02:00
parent b39ee36c37
commit c47745455c
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@ and templates and renders them into a full HTML website.}
%global godocs docs examples README.md CONTRIBUTING.md
Name: hugo
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The worlds fastest framework for building websites
# Upstream license specification: Apache-2.0 and MIT
@ -157,7 +157,7 @@ rm hugolib/hugo_modules_test.go
%build
%gobuild -o %{gobuilddir}/bin/hugo %{goipath}
BUILDTAGS=extended %gobuild -o %{gobuilddir}/bin/hugo %{goipath}
%{gobuilddir}/bin/hugo gen autocomplete --completionfile hugo-completion
%{gobuilddir}/bin/hugo gen man
@ -191,6 +191,9 @@ install -Dp man/* -t %{buildroot}%{_mandir}/man1
%changelog
* Mon Apr 13 2020 Athos Ribeiro <athoscr@fedoraproject.org> - 0.68.3-2
- Build hugo with extended features for SCSS support
* Wed Apr 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.68.3-1
- Update to latest version