public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/obs-studio] epel9-next: Add obs-plugins libexecdir to libs subpackage
Date: Mon, 20 Jul 2026 19:39:39 GMT	[thread overview]
Message-ID: <178457637902.1.13359765313248035627.rpms-obs-studio-3230e3cb4c0d@fedoraproject.org> (raw)

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)
 

                 reply	other threads:[~2026-07-20 19:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457637902.1.13359765313248035627.rpms-obs-studio-3230e3cb4c0d@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox