Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: libhelium #1570

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions anda/lib/libhelium/libhelium.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
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 +37,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