Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions golang-github-farsightsec-go-nmsg_sie.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
%global debug_package %{nil}

# https://github.com/farsightsec/go-nmsg_sie
%global goipath github.com/farsightsec/go-nmsg_sie
Version: 0.1.1

%gometa

%global common_description %{expand:
Provides definitions for message types from sie-nmsg for use with the go-nmsg library.}

%global godocs README.md

Name: %{goname}
Release: %autorelease
Summary: SIE Message Module for go-nmsg

License: MPLv2.0
URL: %{gourl}
Source0: %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
%autochangelog