mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 10:52:18 +00:00
fix: lomiri-schema lomiri-url-dispatcher (#308)
* fix: lomiri-url-dispatcher * fix: lomiri-schemas I have no idea what happened wwwww
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
%forgemeta
|
||||
|
||||
Name: lomiri-url-dispatcher
|
||||
Version: 0.1.0
|
||||
Version: 0.1.2
|
||||
Release: %autorelease
|
||||
Summary: A small library for handling URLs over dbus
|
||||
|
||||
@@ -26,6 +26,7 @@ BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(libapparmor)
|
||||
Requires: lomiri-ui-toolkit
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
Lomiri-url-dispatcher is a small handler to take URLs and do what is appropriate with them.
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
let o = get("https://gitlab.com/api/v4/projects/17424894/repository/tags").json_arr()[0];
|
||||
rpm.global("commit", o.commit.id);
|
||||
rpm.version(o.name);
|
||||
@@ -8,7 +8,7 @@ Release: %autorelease
|
||||
Summary: Configuration schemas for lomiri
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.com/ubports/development/core/lomiri-schemas
|
||||
Source0: %{url}/-/archive/%commit/lomiri-schemas-%commit.tar.gz
|
||||
Source0: %url/-/archive/%commit/lomiri-schemas-%commit.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cmake
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
let o = get("https://gitlab.com/api/v4/projects/30932494/repository/tags").json_arr()[0];
|
||||
rpm.global("commit", o.commit.id);
|
||||
rpm.version(o.name);
|
||||
Reference in New Issue
Block a user