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 918450 Details for
Bug 1097714
Review Request: golang-github-spacemonkeygo-spacelog - Designed to help you build a flexible logging system
[?]
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-spacemonkeygo-spacelog.spec.patch (text/plain), 2.44 KB, created by
Vincent Batts
on 2014-07-16 15:13:23 UTC
(
hide
)
Description:
spec tweaks
Filename:
MIME Type:
Creator:
Vincent Batts
Created:
2014-07-16 15:13:23 UTC
Size:
2.44 KB
patch
obsolete
>Index: rpmbuild/SPECS/golang-github-spacemonkeygo-spacelog.spec >=================================================================== >--- rpmbuild.orig/SPECS/golang-github-spacemonkeygo-spacelog.spec >+++ rpmbuild/SPECS/golang-github-spacemonkeygo-spacelog.spec >@@ -1,6 +1,4 @@ >-%global debug_package %{nil} > %global import_path github.com/spacemonkeygo/spacelog >-%global gopath %{_datadir}/gocode > %global commit da2b15a37cbe55c28dafda55b3e331666e7dd22d > %global shortcommit %(c=%{commit}; echo ${c:0:7}) > >@@ -13,11 +11,9 @@ License: ASL 2.0 > URL: http://%{import_path} > Source0: https://%{import_path}/archive/%{commit}/spacelog-%{shortcommit}.tar.gz > >-BuildRequires: golang >-Requires: golang > BuildArch: noarch > %if 0%{?fedora} < 19 && 0%{?rhel} < 7 >-ExclusiveArch: %{ix86} x86_64 %{arm} >+ExclusiveArch: %{go_arches} > %endif > > %description >@@ -25,25 +21,43 @@ Package spacelog is a collection of inte > designed to help you build a flexible logging system. > Spacelog is loosely inspired by the Python logging library. > >+%package devel >+Summary: Designed to help you build a flexible logging system (source code) >+Provides: golang(%{import_path}) = %{version}-%{release} >+Provides: golang(%{import_path}/setup) = %{version}-%{release} >+BuildRequires: golang >+Requires: golang >+ >+%description devel >+Package spacelog is a collection of interface lego bricks >+designed to help you build a flexible logging system. >+Spacelog is loosely inspired by the Python logging library. > > %prep > %setup -q -n spacelog-%{commit} > >- > %build > > %install > install -d -p %{buildroot}/%{gopath}/src/%{import_path}/setup >-cp -av *.go %{buildroot}/%{gopath}/src/%{import_path} >-cp -av setup/setup.go %{buildroot}/%{gopath}/src/%{import_path}/setup/ >+cp -pav *.go %{buildroot}/%{gopath}/src/%{import_path} >+cp -pav setup/setup.go %{buildroot}/%{gopath}/src/%{import_path}/setup/ > >-%files >+%check >+# they don't currently have any _test.go, >+# but this test is safe to stay, >+# and we'll be here for when they do provide tests >+GOPATH=%{gopath}:%{buildroot}/%{gopath} go test %{import_path} >+ >+%files devel >+%defattr(-,root,root,-) > %doc LICENSE README.md >+%dir %{gopath}/src/%{import_path} >+%dir %{gopath}/src/%{import_path}/setup > %{gopath}/src/%{import_path}/*.go > %{gopath}/src/%{import_path}/setup/*.go > > >- > %changelog > * Wed May 14 2014 Robert Kuska <rkuska@redhat.com> 0-0.1.gitda2b15a > - 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1097714
: 918450