Skip to content

Commit

Permalink
fix: libhelium
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 19, 2024
1 parent d2e807b commit 7ecf651
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions anda/lib/libhelium/libhelium.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@

Summary: The Application Framework for tauOS apps
Name: libhelium
Version: 1.8.12.7

%global realver %(echo %version | sed -E 's/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\1.\2.\3-\4/')

Release: 1%?dist
License: GPL-3.0
URL: https://github.com/tau-OS/libhelium
Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%{version}.tar.gz
Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%realver.tar.gz

BuildRequires: sass
BuildRequires: meson
Expand Down Expand Up @@ -34,7 +38,7 @@ This package contains the libraries and header files that are needed
for writing applications with libhelium.

%prep
%autosetup -n libhelium-%{version}
%autosetup -n libhelium-%realver

%build
%meson \
Expand Down

0 comments on commit 7ecf651

Please sign in to comment.