Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 936275 Details for
Bug 1120857
Review Request: golang-github-mreiferson-go-httpclient - A Go HTTP client library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
tweaks on layout
golang-github-mreiferson-go-httpclient.spec.patch (text/plain), 2.14 KB, created by
Vincent Batts
on 2014-09-10 17:43:17 UTC
(
hide
)
Description:
tweaks on layout
Filename:
MIME Type:
Creator:
Vincent Batts
Created:
2014-09-10 17:43:17 UTC
Size:
2.14 KB
patch
obsolete
>diff --git a/golang-github-mreiferson-go-httpclient.spec b/golang-github-mreiferson-go-httpclient.spec >index 88e1c97..7d8b17d 100644 >--- a/golang-github-mreiferson-go-httpclient.spec >+++ b/golang-github-mreiferson-go-httpclient.spec >@@ -1,6 +1,5 @@ > %global debug_package %{nil} > %global import_path github.com/mreiferson/go-httpclient >-%global gopath %{_datadir}/gocode > %global commit c121dfe45d66997e43e25a6823fbe7466c8403fe > %global shortcommit %(c=%{commit}; echo ${c:0:7}) > >@@ -11,20 +10,21 @@ Summary: A Go HTTP client library > License: BSD > URL: https://github.com/mreiferson/go-httpclient > Source0: https://github.com/mreiferson/go-httpclient/archive/%{commit}/%{name}-%{commit}.tar.gz >-BuildArch: noarch >+ExclusiveArch: %{go_arches} noarch > > %description > Provides an HTTP Transport that implements the `RoundTripper` interface and > can be used as a built in replacement for the standard librarys. > > %package devel >-BuildRequires: golang >-Requires: golang >+BuildRequires: golang >= 1.2.1-3 >+Requires: golang >= 1.2.1-3 > Summary: A Go HTTP client library > Provides: golang(%{import_path}) = %{version}-%{release} >+BuildArch: noarch > > %description devel >-%{summary} >+%{summary}. > > %prep > %setup -n %{name}-%{commit} >@@ -33,18 +33,18 @@ Provides: golang(%{import_path}) = %{version}-%{release} > > %install > install -d %{buildroot}/%{gopath}/src/%{import_path} >-cp -av *.go %{buildroot}/%{gopath}/src/%{import_path} >+cp -pav *.go %{buildroot}/%{gopath}/src/%{import_path} >+ >+%check >+GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path} > > %files devel > %defattr(-,root,root,-) > %doc LICENSE README.md >-%dir %attr(755,root,root) %{gopath} >-%dir %attr(755,root,root) %{gopath}/src >-%dir %attr(755,root,root) %{gopath}/src/github.com > %dir %attr(755,root,root) %{gopath}/src/github.com/mreiferson > %dir %attr(755,root,root) %{gopath}/src/github.com/mreiferson/go-httpclient > %{gopath}/src/%{import_path}/*.go > > %changelog >-* Thu Jul 17 2014 Colin Walters <walters@verbum.org> >+* Thu Jul 17 2014 Colin Walters <walters@verbum.org> - 0-0.0gitc121dfe > - Initial package
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1120857
: 936275