diff --git a/SPECS/mattermost-plugin-rssfeed.spec b/SPECS/mattermost-plugin-rssfeed.spec index 202971f..098af84 100644 --- a/SPECS/mattermost-plugin-rssfeed.spec +++ b/SPECS/mattermost-plugin-rssfeed.spec @@ -4,8 +4,9 @@ %define debug_package %{nil} Name: mattermost-plugin-rssfeed -Version: 0.0.2 +Version: 0.1.0 Release: 1%{?dist} +URL: https://github.com/wbernest/mattermost-plugin-rssfeed Summary: Plugin for Mattermost and RSS feed License: Apache BuildRequires: golang @@ -34,7 +35,7 @@ pushd vendor/github.com/mattermost/ rm -rf mattermost-server git clone https://github.com/mattermost/mattermost-server popd -go build -o plugin.exe +go build -ldflags '-extldflags -s -w -buildid %{version}' -o plugin.exe popd