# Generated by go2rpm 1 %bcond_without check # https://github.com/ubccr/kerby %global goipath github.com/ubccr/kerby %global commit 201a958fc4535b4528d245ae127de1fa141eb917 %gometa %global common_description %{expand: Go wrapper for Kerberos GSSAPI.} %global golicenses LICENSE %global godocs README.rst Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Go wrapper for Kerberos GSSAPI # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: krb5-devel %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check # The unit tests require KDC which is basically impossible to set up in # rpm build environment. Let's just test that the example is buildable. # This is actually a fairly non-trivial test as this library is interfacing # krb5 C library. %gobuild %{goipath}/cmd/kerby %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Aug 24 2020 Ondřej Budai - 0-0.1.20200824git201a958 - Initial package