# Generated by go2rpm %bcond_without check # https://github.com/stretchr/objx %global goipath github.com/stretchr/objx Version: 0.2.0 %gometa %global common_description %{expand: Objx provides the objx.Map type, which is a map[string]interface{} that exposes a powerful Get method (among others) that allows you to easily and quickly get access to data within the map, without having to worry too much about type assertions, missing data, default values etc.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go package for dealing with maps, slices, json and other data License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 15 22:07:50 CEST 2019 Robert-André Mauchin - 0.2.0-1 - Release 0.2.0 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.15.git1a9d0bb - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.14.git1a9d0bb - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.13.git1a9d0bb - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Sep 12 2017 Jan Chaloupka - 0-0.12.git1a9d0bb - Bump to upstream 1a9d0bb9f541897e62256577b352fdbc1fb4fd94 resolves: #1490415 * Wed Aug 02 2017 Fedora Release Engineering - 0-0.11.gitcbeaeb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.10.gitcbeaeb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0-0.9.gitcbeaeb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Dec 17 2016 Jan Chaloupka - 0-0.8.gitcbeaeb1 - Polish the spec file resolves: #1250514 * Thu Jul 21 2016 Fedora Release Engineering - 0-0.7.gitcbeaeb1 - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Feb 22 2016 Fedora Release Engineering - 0-0.6.gitcbeaeb1 - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering - 0-0.5.gitcbeaeb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Aug 10 2015 Fridolin Pokorny - 0-0.4.gitcbeaeb1 - Update spec file to spec-2.0 resolves: #1250514 * Wed Jun 17 2015 Fedora Release Engineering - 0-0.3.gitcbeaeb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Sep 15 2014 Lokesh Mandvekar - 0-0.2.gitcbeaeb1 - do not redefine gopath * Wed Aug 06 2014 Adam Miller - 0-0.1.gitcbeaeb1 - First package for Fedora.