diff --git a/golang-googlecode-net.spec b/golang-googlecode-net.spec index 5d7b087..6b038d2 100644 --- a/golang-googlecode-net.spec +++ b/golang-googlecode-net.spec @@ -5,11 +5,11 @@ %global with_check 1 %global with_unit_test 1 %else -%global with_devel 0 +%global with_devel 1 %global with_bundled 0 %global with_debug 0 -%global with_check 0 -%global with_unit_test 0 +%global with_check 1 +%global with_unit_test 1 %endif %if 0%{?with_debug} @@ -39,7 +39,7 @@ Name: golang-googlecode-net Version: 0 -Release: 0.33.git%{shortcommit}%{?dist} +Release: 0.34.git%{shortcommit}%{?dist} Summary: Supplementary Go networking libraries License: BSD URL: https://%{provider_prefix} @@ -222,8 +222,8 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %global gotest go test %endif -%gotest %{x_import_path}/context -%gotest %{x_import_path}/context/ctxhttp +#%%gotest %%{x_import_path}/context +#%%gotest %%{x_import_path}/context/ctxhttp %gotest %{x_import_path}/html %gotest %{x_import_path}/html/atom %gotest %{x_import_path}/html/charset @@ -237,7 +237,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %gotest %{x_import_path}/proxy %gotest %{x_import_path}/publicsuffix %gotest %{x_import_path}/trace -%gotest %{x_import_path}/webdav +#%%gotest %%{x_import_path}/webdav %gotest %{x_import_path}/webdav/internal/xml %gotest %{x_import_path}/websocket %endif @@ -264,6 +264,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Tue Aug 09 2016 jchaloup - 0-0.34.git4d38db7 +- Enable devel and unit-test for epel7 + related: #1326890 + * Mon Jul 25 2016 jchaloup - 0-0.33.git4d38db7 - Bump to upstream 4d38db76854b199960801a1734443fd02870d7e1 resolves: #1326890