You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: The most basic dynamic function row daemon possible
10
-
License:MIT AND Apache-2.0
11
-
URL: %{forgeurl}
12
-
Source: %{forgesource}
13
-
14
-
%{?fc39:Patch: 0002-downgrade-cairo-rs.patch}
15
-
16
-
BuildRequires: rust-packaging >= 23
17
-
BuildRequires: systemd-rpm-macros
18
-
19
-
%description
20
-
The most basic dynamic function row daemon possible
21
-
22
-
License:Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND LGPL-2.1-or-later AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
23
-
24
-
%files
5
+
6
+
Name: rust-tiny-dfr
7
+
Version: 0.3.1
8
+
Release: 1%{?dist}
9
+
Summary: Most basic dynamic function row daemon possible
10
+
11
+
License:MIT AND Apache-2.0
12
+
URL: https://crates.io/crates/tiny-dfr
13
+
Source: %{crates_source}
14
+
# Manually created patch for downstream crate metadata changes
15
+
# * bump cairo-rs dependency from 0.18 to 0.19
16
+
# * bump freetype-rs dependency from 0.32 to 0.35
17
+
# * restrict librsvg dependency from 2.56 to ~2.58:
18
+
# the librsvg crate does not follow SemVer versioning
The most basic dynamic function row daemon possible.}
29
+
30
+
%description %{_description}
31
+
32
+
%package -n %{crate}
33
+
Summary: %{summary}
34
+
# (Apache-2.0 OR MIT) AND BSD-3-Clause
35
+
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
36
+
# 0BSD OR MIT OR Apache-2.0
37
+
# Apache-2.0
38
+
# Apache-2.0 OR MIT
39
+
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
40
+
# ISC
41
+
# LGPL-2.1-or-later
42
+
# MIT
43
+
# MIT AND Apache-2.0
44
+
# MIT OR Apache-2.0
45
+
# MIT OR Apache-2.0 OR Zlib
46
+
# MIT OR Zlib OR Apache-2.0
47
+
# MPL-2.0
48
+
# Unlicense OR MIT
49
+
# Zlib OR Apache-2.0 OR MIT
50
+
License:Apache-2.0 AND BSD-3-Clause AND ISC AND LGPL-2.1-or-later AND MIT AND MPL-2.0 AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
51
+
# LICENSE.dependencies contains a full license breakdown
0 commit comments