[v4l2loopback/el9] Fixup2
by Nicolas Chauvet
Summary of changes:
126a3ef... Fixup2 (*)
(*) This commit already existed in another branch; no separate mail sent
12 months
[v4l2loopback] Fixup2
by Nicolas Chauvet
commit 126a3ef21e40c662ff90edcc21f0eec090e4b0fd
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 24 19:30:49 2023 +0100
Fixup2
v4l2loopback.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/v4l2loopback.spec b/v4l2loopback.spec
index c95d6c0..aa41a37 100644
--- a/v4l2loopback.spec
+++ b/v4l2loopback.spec
@@ -37,6 +37,7 @@ This package contains the utilties for %{name}.
%autosetup -p1 -n %{name}-%{commit}
%build
+%{set_build_flags}
%make_build utils
12 months
[v4l2loopback/el8] Fixup
by Nicolas Chauvet
Summary of changes:
d8e2eb5... Fixup (*)
(*) This commit already existed in another branch; no separate mail sent
12 months
[v4l2loopback/el9] Fixup
by Nicolas Chauvet
Summary of changes:
d8e2eb5... Fixup (*)
(*) This commit already existed in another branch; no separate mail sent
12 months
[v4l2loopback] Fixup
by Nicolas Chauvet
commit d8e2eb5d434115262f30e4b92d30e4516d5b2939
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 24 19:15:26 2023 +0100
Fixup
v4l2loopback.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/v4l2loopback.spec b/v4l2loopback.spec
index 28c70b6..c95d6c0 100644
--- a/v4l2loopback.spec
+++ b/v4l2loopback.spec
@@ -37,7 +37,7 @@ This package contains the utilties for %{name}.
%autosetup -p1 -n %{name}-%{commit}
%build
-%make_build
+%make_build utils
%install
12 months
[v4l2loopback] Make build in build
by Nicolas Chauvet
commit 119be4408942c1125107479f77141dd9dbb11ba3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 24 19:01:05 2023 +0100
Make build in build
v4l2loopback.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/v4l2loopback.spec b/v4l2loopback.spec
index 6d2fcab..28c70b6 100644
--- a/v4l2loopback.spec
+++ b/v4l2loopback.spec
@@ -37,7 +37,8 @@ This package contains the utilties for %{name}.
%autosetup -p1 -n %{name}-%{commit}
%build
-# Nothing to build
+%make_build
+
%install
make V=1 %{?_smp_mflags} install-utils DESTDIR=%{buildroot} PREFIX=%{_prefix}
12 months