diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..650ed7b --- /dev/null +++ b/glide.lock @@ -0,0 +1,4 @@ +hash: 86bb54cf617ba9cdc2adc13e8dccd3730be839ae2343ef2896460ebdda88f4fa +imports: [] +updated: '2018-06-17T13:41:11.847140+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..016bf88 --- /dev/null +++ b/glide.yaml @@ -0,0 +1,3 @@ +import: [] +package: github.com/julienschmidt/httprouter + diff --git a/golang-github-julienschmidt-httprouter.spec b/golang-github-julienschmidt-httprouter.spec index bd1434b..db4fbf9 100644 --- a/golang-github-julienschmidt-httprouter.spec +++ b/golang-github-julienschmidt-httprouter.spec @@ -9,11 +9,13 @@ A high performance HTTP request router that scales well} Name: %{goname} Version: 1.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A high performance HTTP request router that scales well License: BSD URL: %{gourl} -Source: %{gosource} +Source0: %{gosource} +Source1: glide.lock +Source2: glide.yaml %description %{common_description} @@ -30,10 +32,10 @@ building other packages which use import path with %{gobaseipath} prefix. %prep -%gosetup - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -%goinstall +%goinstall glide.lock glide.yaml %check %if %{with check} @@ -48,6 +50,9 @@ building other packages which use import path with %doc README.md %changelog +* Sun Jun 17 2018 Jan Chaloupka - 1.1-13.gitadbc77e +- Upload glide files + * Fri Jun 01 2018 Paul Gier - 1.1-12 - Update to latest snapshot - Minor updates to latest go packaging standards