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 919734 Details for
Bug 1023773
Review Request: golang-github-goerlang-node - An implementation of Erlang node
[?]
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.
[patch]
spec tweaks
golang-github-goerlang-node-0-0.1.20130317gitf934865.patch (text/plain), 2.00 KB, created by
Vincent Batts
on 2014-07-21 18:57:14 UTC
(
hide
)
Description:
spec tweaks
Filename:
MIME Type:
Creator:
Vincent Batts
Created:
2014-07-21 18:57:14 UTC
Size:
2.00 KB
patch
obsolete
>Index: rpmbuild/SPECS/golang-github-goerlang-node.spec >=================================================================== >--- rpmbuild.orig/SPECS/golang-github-goerlang-node.spec >+++ rpmbuild/SPECS/golang-github-goerlang-node.spec >@@ -1,9 +1,7 @@ >-%global debug_package %{nil} > %global source_host github.com > %global upstream goerlang > %global realname node > %global import_path %{source_host}/%{upstream}/%{realname} >-%global gopath %{_datadir}/gocode > %global commit f9348652fa1b8c4eee19ca08ede70dc3a7347831 > %global shortcommit %(c=%{commit}; echo ${c:0:7}) > >@@ -19,16 +17,21 @@ Source0: https://%{import_path}/a > %if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 > BuildArch: noarch > %else >-ExclusiveArch: %{ix86} x86_64 %{arm} >+ExclusiveArch: %{go_arches} > %endif > > %description > %{summary}. > > %package devel >+# earliest golang that provided rpm macros > Requires: golang >+BuildRequires: golang >= 1.2.1-3 > Summary: %{summary}. > Provides: golang(%{import_path}) = %{version}-%{release} >+Requires: golang(github.com/goerlang/dist) >+Requires: golang(github.com/goerlang/epmd) >+Requires: golang(github.com/goerlang/etf) > > %description devel > %{summary}. >@@ -44,13 +47,15 @@ which use %{import_path}. > > %install > install -d -p %{buildroot}/%{gopath}/src/%{import_path} >-cp -arv gen_server.go global_name_server.go nconst.go net_kernel.go node.go rpc.go %{buildroot}/%{gopath}/src/%{import_path} >+cp -pav gen_server.go global_name_server.go nconst.go net_kernel.go node.go rpc.go %{buildroot}/%{gopath}/src/%{import_path} >+ >+%check >+# hopefully upstream will add tests... >+#GOPATH=%{gopath}:%{buildroot}/%{gopath} go test %{import_path} >+ > > %files devel > %doc LICENSE README.md >-%dir %attr(755,root,root) %{gopath}/ >-%dir %attr(755,root,root) %{gopath}/src/ >-%dir %attr(755,root,root) %{gopath}/src/%{source_host}/ > %dir %attr(755,root,root) %{gopath}/src/%{source_host}/%{upstream}/ > %dir %attr(755,root,root) %{gopath}/src/%{import_path}/ > %{gopath}/src/%{import_path}/*.go
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1023773
: 919734