# Generated by go2rpm %bcond_without check # https://github.com/msteinert/pam %global goipath github.com/msteinert/pam %global commit f29b9f28d6f9a1f6c4e6fd5db731999eb946574b %gometa %global godevelheader %{expand: Requires: pam-devel} %global common_description %{expand: Go wrapper module for the Pluggable Authentication Modules (PAM) API.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Go wrapper module for the Pluggable Authentication Modules (PAM) API # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: pam-devel %if %{with check} # Tests BuildRequires: golang(github.com/bgentry/speakeasy) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 30 18:32:44 CEST 2019 Robert-André Mauchin - 0-0.6.20190530gitf29b9f2 - Bump to commit f29b9f28d6f9a1f6c4e6fd5db731999eb946574b * Fri Feb 01 2019 Fedora Release Engineering - 0-0.5.git2c288b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Nov 4 2018 mosquito - 0-0.4.20181104git2c288b3 - Rewrite rpm spec * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.git2c288b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.git2c288b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Aug 7 2017 mosquito - 0-0.1.git2c288b3 - Initial package build