Skip to content

Commit

Permalink
fix: use 0.1.0 for umcli (#64)
Browse files Browse the repository at this point in the history
* fix: use 0.1.0 for umcli

* fix: prep step
  • Loading branch information
lleyton authored Sep 20, 2024
1 parent 165c94d commit e2ce042
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ultramarine/umcli/golang-github-ultramarine-linux-um.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,20 @@

# https://github.com/Ultramarine-Linux/um
%global goipath github.com/Ultramarine-Linux/um
%global commit 96fdeefb7586626b80f218771e0cb53b9a93309c

%global common_description %{expand:
A CLI tool for managing an Ultramarine Linux system.}

%global godocs README.md

Name: golang-github-ultramarine-linux-um
Version: 0
Version: 0.1.0
Release: %autorelease -p
Summary: A CLI tool for managing an Ultramarine Linux system

License: GPL-3.0-or-later
URL: %{gourl}
Source: https://github.com/Ultramarine-Linux/um/archive/%commit.tar.gz
Source: https://github.com/Ultramarine-Linux/um/archive/v%version.tar.gz
Provides: umcli
Provides: um
BuildRequires: git-core
Expand All @@ -39,7 +38,7 @@ BuildRequires: pkgconfig(flatpak)
%gopkg

%prep
%autosetup -n um-%commit -p1
%autosetup -n um-%version -p1
go mod download

%build
Expand Down

0 comments on commit e2ce042

Please sign in to comment.