# Generated by go2rpm %bcond_without check # https://github.com/bep/go-tocss %global goipath github.com/bep/go-tocss Version: 0.6.0 %gometa %global common_description %{expand: This is currently a, hopefully, simple to use LibSass Go API. It uses the C bindings in https://github.com/wellington/go-libsass/libs to do the heavy lifting. The primary motivation for this project is to add SCSS support to Hugo. It is has some generic tocss package names hoping that there will be a solid native Go implementation that can replace LibSass in the near future.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 11%{?dist} Summary: Simple to use Go API for LibSass. Uses CGO License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: gcc-g++ BuildRequires: golang(github.com/wellington/go-libsass/libs) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0.6.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0.6.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Robert-André Mauchin - 0.6.0-9 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering - 0.6.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.6.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.6.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering - 0.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 23:11:07 CEST 2019 Robert-André Mauchin - 0.6.0-2 - Update to new macros * Mon Feb 18 2019 Elliott Sales de Andrade - 0.6.0-1 - First package for Fedora