From 3c6c315d5e5ef4db840f04ac58015957677a1c89 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: May 30 2019 16:55:15 +0000 Subject: Bump to commit f29b9f28d6f9a1f6c4e6fd5db731999eb946574b Signed-off-by: Robert-André Mauchin --- diff --git a/golang-github-msteinert-pam.spec b/golang-github-msteinert-pam.spec index 6c4242d..194403c 100644 --- a/golang-github-msteinert-pam.spec +++ b/golang-github-msteinert-pam.spec @@ -1,52 +1,59 @@ -# Run tests in check section -# disable for bootstrapping -%bcond_with check +# Generated by go2rpm +%bcond_without check -%global goipath github.com/msteinert/pam -%global commit 2c288b3ef8272766b4243917240e04e4221eb4a5 +# 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.5%{?dist} -Summary: Go wrapper module for the Pluggable Authentication Modules(PAM) API +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} -%description -%{summary}. - -%package devel -Summary: %{summary} -BuildArch: noarch BuildRequires: pam-devel +%if %{with check} +# Tests BuildRequires: golang(github.com/bgentry/speakeasy) +%endif -%description devel -%{summary}. +%description +%{common_description} -This package contains library source intended for -building other packages which use import path with -%{import_path} prefix. +%gopkg %prep -%forgeautosetup +%goprep %install -%goinstall +%gopkginstall %if %{with check} %check -%gochecks +%gocheck %endif -%files devel -f devel.file-list -%doc README.md -%license LICENSE +%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 diff --git a/pam-f29b9f28d6f9a1f6c4e6fd5db731999eb946574b.tar.gz b/pam-f29b9f28d6f9a1f6c4e6fd5db731999eb946574b.tar.gz new file mode 100644 index 0000000..e85a610 Binary files /dev/null and b/pam-f29b9f28d6f9a1f6c4e6fd5db731999eb946574b.tar.gz differ