Browse Source

mattermost-plugin-walltime package update

Signed-off-by: webbuilder_pel7ppc64bebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64bebuilder0 5 years ago
parent
commit
82c8fec337
  1. 2
      SPECS/mattermost-plugin-walltime.spec

2
SPECS/mattermost-plugin-walltime.spec

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
Name: mattermost-plugin-walltime
Version: 0.1.1
Release: 1%{?dist}
URL: https://github.com/mattermost/mattermost-plugin-walltime
Summary: Plugin for Mattermost to convert time
License: Apache
BuildRequires: golang
@ -18,6 +19,7 @@ Requires: mattermost @@ -18,6 +19,7 @@ Requires: mattermost
%prep
%setup -q -T -c %{name}-%{version}
export GOPATH=`pwd`
go get -u -v github.com/pkg/errors
mkdir -p src/github.com/mattermost/
cd src/github.com/mattermost/
git clone https://github.com/mattermost/mattermost-server

Loading…
Cancel
Save