diff --git a/golang-github-gddo.spec b/golang-github-gddo.spec index 8dfca10..62e8863 100644 --- a/golang-github-gddo.spec +++ b/golang-github-gddo.spec @@ -5,12 +5,13 @@ # We just want httputil # The rest will be deprecated soon because Golang is moving to pkg.go.dev # https://github.com/golang/gddo -%global goipath github.com/golang/gddo/httputil +%global goipath github.com/golang/gddo %global commit 721e228c7686d830b5decc691a4dc7e6a6e94888 %gometa %global goname golang-github-gddo +%global godevelname golang-github-gddo-httputil-devel %global common_description %{expand: The code in this project is designed to be used by godoc.org.} @@ -20,7 +21,7 @@ The code in this project is designed to be used by godoc.org.} Name: %{goname} Version: 0 -Release: 0.6%{?dist} +Release: 0.7%{?dist} Summary: Go doc dot org # Upstream license specification: BSD-3-Clause @@ -37,6 +38,7 @@ BuildRequires: golang(github.com/google/go-cmp/cmp) %prep %goprep +find . -mindepth 1 -maxdepth 1 -type d -not -name "httputil" -and -not -name "_build" -exec rm -rf "{}" \; %install %gopkginstall @@ -49,6 +51,9 @@ BuildRequires: golang(github.com/google/go-cmp/cmp) %gopkgfiles %changelog +* Wed Sep 09 03:16:38 CEST 2020 Robert-André Mauchin - 0-0.7.20200903git721e228 +- Fix packaging + * Thu Sep 03 22:48:24 CEST 2020 Robert-André Mauchin - 0-0.6.20200903git721e228 - Bump to commit 721e228c7686d830b5decc691a4dc7e6a6e94888