Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > 530f7cd6b9106426d207c5a8ed23a807 > files > 2

golang-github-bradfitz-gomemcache-0-2.mga9.src.rpm

# Generated by go2rpm
%bcond_without check

# https://github.com/bradfitz/gomemcache
%global goipath         github.com/bradfitz/gomemcache
%global commit          a41fca850d0b6f392931a78cbae438803ea0b886

%gometa

%global goaltipaths     gopkg.in/bradfitz/gomemcache.v1

%global common_description %{expand:
This is a memcache client library for the Go programming language.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        %mkrel 2
Summary:        Go Memcached client library
Group:          Development/Other
BuildArch:      noarch

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}
# Go 1.15: https://github.com/bradfitz/gomemcache/issues/122
Patch0:         0001-Convert-to-string-using-rune.patch

%description
%{common_description}

%gopkg

%prep
%goprep
%patch0 -p1

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles


%changelog
* Mon Mar 21 2022 umeabot <umeabot> 0-2.mga9
+ Revision: 1815401
- Mageia 9 Mass Rebuild

* Mon Nov 15 2021 guillomovitch <guillomovitch> 0-1.mga9
+ Revision: 1756780
- rebuild for mageia 9

* Sun Oct 11 2020 pterjan <pterjan> 0-0.6.mga8
+ Revision: 1633510
- Sync with Fedora

* Mon Nov 26 2018 pterjan <pterjan> 0-0.5.mga7
+ Revision: 1334773
- imported package golang-github-bradfitz-gomemcache


* Tue Nov 13 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20181113gitbc664df
- Bump to commit bc664df9673713a0ccf26e3b55a673ec7301088b

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.git1952afa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Wed Mar 21 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.3.20180321git1952afa
- Update to new Go packaging

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.gitr60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Tue Apr 5 2016 Matthias Runge <mrunge@redhat.com> - 0.1git-28b053d
- initial package