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 918503 Details for
Bug 1114175
Review Request: golang-github-codegangsta-cli - Package for building command line apps in Go
[?]
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-codegangsta-cli.spec.patch (text/plain), 1.32 KB, created by
Vincent Batts
on 2014-07-16 19:20:11 UTC
(
hide
)
Description:
spec tweaks
Filename:
MIME Type:
Creator:
Vincent Batts
Created:
2014-07-16 19:20:11 UTC
Size:
1.32 KB
patch
obsolete
>Index: rpmbuild/SPECS/golang-github-codegangsta-cli.spec >=================================================================== >--- rpmbuild.orig/SPECS/golang-github-codegangsta-cli.spec >+++ rpmbuild/SPECS/golang-github-codegangsta-cli.spec >@@ -1,6 +1,4 @@ >-%global debug_package %{nil} > %global import_path github.com/codegangsta/cli >-%global gopath %{_datadir}/gocode > > Name: golang-github-codegangsta-cli > Version: 1.0.0 >@@ -12,7 +10,7 @@ Source0: https://%{import_path}/a > %if 0%{?fedora} > BuildArch: noarch > %else >-ExclusiveArch: %{ix86} x86_64 %{arm} >+ExclusiveArch: %{go_arches} > %endif > > %description >@@ -41,7 +39,7 @@ which use codegangsta/cli. > > %install > install -d -p %{buildroot}%{gopath}/src/%{import_path} >-cp -av *.go %{buildroot}%{gopath}/src/%{import_path} >+cp -pav *.go %{buildroot}%{gopath}/src/%{import_path} > > %check > GOPATH=%{gopath}:%{buildroot}/%{gopath} go test %{import_path} >@@ -49,9 +47,6 @@ GOPATH=%{gopath}:%{buildroot}/%{gopath} > %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/codegangsta > %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 1114175
: 918503