public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-screensaver] rawhide: Remove unnecessary '%ldconfig_scriptlets'
@ 2026-07-25 17:49 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:49 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cinnamon-screensaver
            Branch : rawhide
            Commit : aaf735f3ef2cd9fe6c6066b41d658fd02679f38f
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T15:56:58+02:00
            Stats  : +0/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-screensaver/c/aaf735f3ef2cd9fe6c6066b41d658fd02679f38f?branch=rawhide

            Log:
            Remove unnecessary '%ldconfig_scriptlets'

The only .so file ('libcscreensaver.so') is installed into
'%{_libexecdir}/cinnamon-screensaver/', which is not a standard
ldconfig search path. The ldconfig scriptlet does nothing useful.

'meson.build' line 17: pkglibdir = join_paths(libexecdir, meson.project_name())
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/meson.build#L17

'libcscreensaver/meson.build' line 146: install_dir: pkglibdir
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/libcscreensaver/meson.build#L146

'libcscreensaver/meson.build' lines 140-148: library() definition
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/libcscreensaver/meson.build#L140-L148

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cinnamon-screensaver.spec b/cinnamon-screensaver.spec
index 17f5e6a..68d9ce6 100644
--- a/cinnamon-screensaver.spec
+++ b/cinnamon-screensaver.spec
@@ -78,8 +78,6 @@ chmod a+x %{buildroot}%{_datadir}/cinnamon-screensaver/pamhelper/authClient.py
 # Delete development files
 rm %{buildroot}%{_datadir}/gir-1.0/CScreensaver-1.0.gir
 
-%ldconfig_scriptlets
-
 %files
 %doc AUTHORS NEWS README.md
 %license COPYING COPYING.LIB

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25 17:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 17:49 [rpms/cinnamon-screensaver] rawhide: Remove unnecessary '%ldconfig_scriptlets' Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox