diff --git a/golang-github-fatih-structs.spec b/golang-github-fatih-structs.spec index ff2723c..17a57ee 100644 --- a/golang-github-fatih-structs.spec +++ b/golang-github-fatih-structs.spec @@ -8,13 +8,18 @@ Version: 1.1.0 %gometa %global common_description %{expand: -Structs contains various utilities to work with Go (Golang) structs. It was initially used by me to convert a struct -into a map[string]interface{}. With time I've added other utilities for structs. It's basically a high level package -based on primitives from the reflect package. Feel free to add new functions or improve the existing code.} +Structs contains various utilities to work with Go structs. It was initially +used by me to convert a struct into a map[string]interface{}. With time I've +added other utilities for structs. It's basically a high level package based on +primitives from the reflect package. Feel free to add new functions or improve +the existing code.} + +%global golicenses LICENSE +%global godocs README.md Name: %{goname} -Release: 1%{?dist} -Summary: Utilities for go structs +Release: 2%{?dist} +Summary: Utilities for Go structs License: MIT URL: %{gourl} @@ -23,33 +28,25 @@ Source0: %{gosource} %description %{common_description} -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel -%{common_description} - -This package contains library source intended for -building other packages which use import path with -%{goipath} prefix. +%gopkg %prep -%forgeautosetup -p1 +%goprep %install -%goinstall +%gopkginstall %if %{with check} %check -%gochecks +%gocheck %endif -%files devel -f devel.file-list -%license LICENSE -%doc README.md +%gopkgfiles %changelog +* Tue Apr 30 00:55:44 CEST 2019 Robert-André Mauchin - 1.1.0-2 +- Update to new macros + * Sat Apr 06 01:49:37 CEST 2019 Robert-André Mauchin - 1.1.0-1 - Release 1.1.0 (#1695257)