Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
2 changed files with 67 additions and 20 deletions
83
gum.spec
83
gum.spec
|
|
@ -1,13 +1,65 @@
|
|||
%define goipath github.com/charmbracelet/gum
|
||||
|
||||
Name: gum
|
||||
Version: 0.16.2
|
||||
Version: 0.16.1
|
||||
Release: %autorelease
|
||||
Summary: Tool for glamorous shell scripts
|
||||
URL: https://github.com/charmbracelet/gum
|
||||
|
||||
# main source code is MIT
|
||||
# see comments above bundled provides for a breakdown of the rest
|
||||
# BSD-3-Clause:
|
||||
# github.com/atotto/clipboard
|
||||
# github.com/gorilla/css
|
||||
# github.com/microcosm-cc/bluemonday
|
||||
# golang.org/x/exp
|
||||
# golang.org/x/net
|
||||
# golang.org/x/sync
|
||||
# golang.org/x/sys
|
||||
# golang.org/x/term
|
||||
# golang.org/x/text
|
||||
# MIT:
|
||||
# github.com/Masterminds/semver/v3
|
||||
# github.com/alecthomas/kong
|
||||
# github.com/alecthomas/mango-kong
|
||||
# github.com/aymanbagabas/go-osc52/v2
|
||||
# github.com/aymerick/douceur
|
||||
# github.com/charmbracelet/bubbles
|
||||
# github.com/charmbracelet/bubbletea
|
||||
# github.com/charmbracelet/colorprofile
|
||||
# github.com/charmbracelet/glamour
|
||||
# github.com/charmbracelet/lipgloss
|
||||
# github.com/charmbracelet/log
|
||||
# github.com/charmbracelet/x/ansi
|
||||
# github.com/charmbracelet/x/cellbuf
|
||||
# github.com/charmbracelet/x/conpty
|
||||
# github.com/charmbracelet/x/editor
|
||||
# github.com/charmbracelet/x/errors
|
||||
# github.com/charmbracelet/x/exp/slice
|
||||
# github.com/charmbracelet/x/term
|
||||
# github.com/charmbracelet/x/termios
|
||||
# github.com/charmbracelet/x/xpty
|
||||
# github.com/creack/pty
|
||||
# github.com/dlclark/regexp2
|
||||
# github.com/dustin/go-humanize
|
||||
# github.com/erikgeiser/coninput
|
||||
# github.com/go-logfmt/logfmt
|
||||
# github.com/lucasb-eyer/go-colorful
|
||||
# github.com/mattn/go-isatty
|
||||
# github.com/mattn/go-localereader
|
||||
# github.com/mattn/go-runewidth
|
||||
# github.com/muesli/ansi
|
||||
# github.com/muesli/cancelreader
|
||||
# github.com/muesli/mango
|
||||
# github.com/muesli/reflow
|
||||
# github.com/muesli/roff
|
||||
# github.com/muesli/termenv
|
||||
# github.com/rivo/uniseg
|
||||
# github.com/sahilm/fuzzy
|
||||
# github.com/xo/terminfo
|
||||
# github.com/yuin/goldmark
|
||||
# github.com/yuin/goldmark-emoji
|
||||
# MIT AND OFL-1.1:
|
||||
# github.com/alecthomas/chroma/v2
|
||||
License: BSD-3-Clause AND MIT AND OFL-1.1
|
||||
|
||||
Source0: %{url}/archive/v%{version}/gum-%{version}.tar.gz
|
||||
|
|
@ -19,21 +71,11 @@ ExclusiveArch: %{golang_arches_future}
|
|||
# https://github.com/charmbracelet/gum/commit/2e321f57e245147fe55ee58ef9c046db91b76e17
|
||||
BuildRequires: golang >= 1.23
|
||||
|
||||
# BSD-3-Clause:
|
||||
Provides: bundled(golang(github.com/atotto/clipboard)) = 0.1.4
|
||||
Provides: bundled(golang(github.com/gorilla/css)) = 1.0.1
|
||||
Provides: bundled(golang(github.com/microcosm-cc/bluemonday)) = 1.0.27
|
||||
Provides: bundled(golang(golang.org/x/exp)) = 7f521ea
|
||||
Provides: bundled(golang(golang.org/x/net)) = 0.40.0
|
||||
Provides: bundled(golang(golang.org/x/sync)) = 0.15.0
|
||||
Provides: bundled(golang(golang.org/x/sys)) = 0.33.0
|
||||
Provides: bundled(golang(golang.org/x/term)) = 0.32.0
|
||||
Provides: bundled(golang(golang.org/x/text)) = 0.26.0
|
||||
|
||||
# MIT:
|
||||
Provides: bundled(golang(github.com/Masterminds/semver/v3)) = 3.3.1
|
||||
Provides: bundled(golang(github.com/alecthomas/chroma/v2)) = 2.14.0
|
||||
Provides: bundled(golang(github.com/alecthomas/kong)) = 1.11.0
|
||||
Provides: bundled(golang(github.com/alecthomas/mango-kong)) = 0.1.0
|
||||
Provides: bundled(golang(github.com/atotto/clipboard)) = 0.1.4
|
||||
Provides: bundled(golang(github.com/aymanbagabas/go-osc52/v2)) = 2.0.1
|
||||
Provides: bundled(golang(github.com/aymerick/douceur)) = 0.2.0
|
||||
Provides: bundled(golang(github.com/charmbracelet/bubbles)) = 0.21.0
|
||||
|
|
@ -42,7 +84,7 @@ Provides: bundled(golang(github.com/charmbracelet/colorprofile)) = f60798e
|
|||
Provides: bundled(golang(github.com/charmbracelet/glamour)) = 0.10.0
|
||||
Provides: bundled(golang(github.com/charmbracelet/lipgloss)) = 76690c6
|
||||
Provides: bundled(golang(github.com/charmbracelet/log)) = 0.4.2
|
||||
Provides: bundled(golang(github.com/charmbracelet/x/ansi)) = 0.9.3
|
||||
Provides: bundled(golang(github.com/charmbracelet/x/ansi)) = 0.9.2
|
||||
Provides: bundled(golang(github.com/charmbracelet/x/cellbuf)) = 0.0.13
|
||||
Provides: bundled(golang(github.com/charmbracelet/x/conpty)) = 0.1.0
|
||||
Provides: bundled(golang(github.com/charmbracelet/x/editor)) = 0.1.0
|
||||
|
|
@ -56,10 +98,12 @@ Provides: bundled(golang(github.com/dlclark/regexp2)) = 1.11.0
|
|||
Provides: bundled(golang(github.com/dustin/go-humanize)) = 1.0.1
|
||||
Provides: bundled(golang(github.com/erikgeiser/coninput)) = 1c3628e
|
||||
Provides: bundled(golang(github.com/go-logfmt/logfmt)) = 0.6.0
|
||||
Provides: bundled(golang(github.com/gorilla/css)) = 1.0.1
|
||||
Provides: bundled(golang(github.com/lucasb-eyer/go-colorful)) = 1.2.0
|
||||
Provides: bundled(golang(github.com/mattn/go-isatty)) = 0.0.20
|
||||
Provides: bundled(golang(github.com/mattn/go-localereader)) = 0.0.1
|
||||
Provides: bundled(golang(github.com/mattn/go-runewidth)) = 0.0.16
|
||||
Provides: bundled(golang(github.com/microcosm-cc/bluemonday)) = 1.0.27
|
||||
Provides: bundled(golang(github.com/muesli/ansi)) = 276c624
|
||||
Provides: bundled(golang(github.com/muesli/cancelreader)) = 0.2.2
|
||||
Provides: bundled(golang(github.com/muesli/mango)) = 0.2.0
|
||||
|
|
@ -71,9 +115,12 @@ Provides: bundled(golang(github.com/sahilm/fuzzy)) = 0.1.1
|
|||
Provides: bundled(golang(github.com/xo/terminfo)) = abceb7e
|
||||
Provides: bundled(golang(github.com/yuin/goldmark)) = 1.7.8
|
||||
Provides: bundled(golang(github.com/yuin/goldmark-emoji)) = 1.0.5
|
||||
|
||||
# MIT AND OFL-1.1:
|
||||
Provides: bundled(golang(github.com/alecthomas/chroma/v2)) = 2.14.0
|
||||
Provides: bundled(golang(golang.org/x/exp)) = 7f521ea
|
||||
Provides: bundled(golang(golang.org/x/net)) = 0.40.0
|
||||
Provides: bundled(golang(golang.org/x/sync)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/sys)) = 0.33.0
|
||||
Provides: bundled(golang(golang.org/x/term)) = 0.32.0
|
||||
Provides: bundled(golang(golang.org/x/text)) = 0.25.0
|
||||
|
||||
|
||||
%description
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (gum-0.16.2.tar.gz) = 6067d1a332acd98372e4669c633b64f3c4f1b8e76232c737353eed9dc7210c535f182990050b365f6caae008857ceb29ddd5b22fc26c31670cadf7aabae5f82b
|
||||
SHA512 (gum-0.16.2-vendor.tar.gz) = 837b88aa6176394e6d26b24945c076ee079c6e5ea2d331c82d12e6db98a6a78299f9c9c6f9ce9d4fb3dd384bc58193c3ad0a26c462d4a0ae35f635669e0c70ce
|
||||
SHA512 (gum-0.16.1.tar.gz) = 6664f99d16a34a00a76347ff36df33af3a0654753065fd8fc2359527b442d416bc67b552e76bf11ec15286dcef15b3064eff2958f3c0eb67f6dea9a96642eb4e
|
||||
SHA512 (gum-0.16.1-vendor.tar.gz) = 8e70f61be4e272a85740a19ed75d729a454838bc460ce0cb26b8b7772e7abe629e2419820100d3aa8705e438e1c60c1841337535daacf06f81613ef55cfbd296
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue