summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Marshall <esm@logic.net>2017-10-03 15:51:18 -0700
committerEd Marshall <esm@logic.net>2017-10-03 15:51:18 -0700
commitc777ec4bd3ffef2931a0467460808926e00a8a2d (patch)
tree11b7df79b1acb3084f87d90957131a97634be2c9
parent8ef7046299fd8099cc9e17372ed1311548cb3f94 (diff)
downloadgolang-github-sstarcher-go-okta-c777ec4bd3ffef2931a0467460808926e00a8a2d.tar.gz
golang-github-sstarcher-go-okta-c777ec4bd3ffef2931a0467460808926e00a8a2d.tar.xz
golang-github-sstarcher-go-okta-c777ec4bd3ffef2931a0467460808926e00a8a2d.zip
Update based on reviewHEADmaster
-rw-r--r--golang-github-sstarcher-go-okta.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/golang-github-sstarcher-go-okta.spec b/golang-github-sstarcher-go-okta.spec
index f47574b..4038f35 100644
--- a/golang-github-sstarcher-go-okta.spec
+++ b/golang-github-sstarcher-go-okta.spec
@@ -38,15 +38,17 @@
# https://github.com/sstarcher/go-okta
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
-%global commit 388b6aef4eed400621bd3e3a98d831ef1368582d
+%global commit e1cd21cc5cfdd1ffb4b09577c394adc6a8315107
+%global commitdate 20170901
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: golang-%{provider}-%{project}-%{repo}
Version: 0
-Release: 0.1.git%{shortcommit}%{?dist}
+Release: 0.1.%{commitdate}git%{shortcommit}%{?dist}
Summary: Go (golang) Okta client
-# https://github.com/sstarcher/go-okta/issues/1
-License: Freely redistributable without restriction
+# Detected licences
+# - MIT/X11 (BSD like) at 'LICENSE'
+License: MIT
URL: https://%{provider_prefix}
Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
@@ -168,15 +170,17 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%if 0%{?with_devel}
%files devel -f devel.file-list
+%license LICENSE
%doc README.md
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
%endif
%if 0%{?with_unit_test} && 0%{?with_devel}
%files unit-test-devel -f unit-test-devel.file-list
+%license LICENSE
%doc README.md
%endif
%changelog
-* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.git388b6ae
+* Tue Oct 03 2017 Ed Marshall <esm@logic.net> - 0-0.1.20170901gite1cd21c
- First package for Fedora