public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/obs-studio] epel9-next: Add obs-plugins libexecdir to libs subpackage
@ 2026-07-20 19:39 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-07-20 19:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/obs-studio
Branch : epel9-next
Commit : 3230e3cb4c0d59ba906e562aaf53785b5a00b3e0
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2023-09-08T18:04:32-04:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/obs-studio/c/3230e3cb4c0d59ba906e562aaf53785b5a00b3e0?branch=epel9-next
Log:
Add obs-plugins libexecdir to libs subpackage
---
diff --git a/obs-studio.spec b/obs-studio.spec
index c10770d..c3a7ca1 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -24,7 +24,7 @@
Name: obs-studio
Version: 29.1.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Open Broadcaster Software Studio
# OBS itself is GPL-2.0-or-later, while various plugin dependencies are of various other licenses
@@ -260,6 +260,9 @@ install -Dm644 cmake/external/ObsPluginHelpers.cmake %{buildroot}%{_libdir}/cmak
# Cf. https://github.com/obsproject/obs-studio/issues/7972
sed -e 's|^Cflags: .*|Cflags: -I${includedir} -DHAVE_OBSCONFIG_H|' -i %{buildroot}%{_libdir}/pkgconfig/libobs.pc
+# Create libexecdir for obs-plugins
+mkdir -p %{buildroot}%{_libexecdir}/obs-plugins
+
# Delete useless files
find %{buildroot} -name ".keepme" -delete
find %{buildroot} -name ".gitkeep" -delete
@@ -284,6 +287,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%files libs
%license COPYING
%license .fedora-rpm/licenses/*
+%dir %{_libexecdir}/obs-plugins
%{_libdir}/obs-plugins/
%{_libdir}/obs-scripting/
# unversioned so files packaged for third-party plugins (cf. rfbz#5999)
@@ -298,6 +302,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Fri Sep 08 2023 Neal Gompa <ngompa@fedoraproject.org> - 29.1.3-4
+- Add obs-plugins libexecdir to libs subpackage
+
* Mon Jul 24 2023 Jan Grulich <jgrulich@redhat.com> - 29.1.3-3
- Rebuild (qt6)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 19:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:39 [rpms/obs-studio] epel9-next: Add obs-plugins libexecdir to libs subpackage Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox