On Tue, May 16, 2023 at 5:39 AM Neal Gompa wrote:
>
> On Mon, May 15, 2023 at 11:35 PM Orion Poplawski wrote:
> >
> > I've got the following:
> >
> > %global goipath github.com/dustin/gomemcached
> > %global commit a2284a01c143e355985d192edf3b62a053747c70
> > %global shortcommit
On Mon, May 15, 2023 at 11:35 PM Orion Poplawski wrote:
>
> I've got the following:
>
> %global goipath github.com/dustin/gomemcached
> %global commit a2284a01c143e355985d192edf3b62a053747c70
> %global shortcommit %(c=%{commit}; echo ${c:0:7})
>
> %gometa -f
>
> %global common
I've got the following:
%global goipath github.com/dustin/gomemcached
%global commit a2284a01c143e355985d192edf3b62a053747c70
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%gometa -f
%global common_description %{expand:
A memcached binary protocol toolkit for go.}
%glo