public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/7zip] epel9: Install symlink for p7zip-plugins compatibility
@ 2026-07-01 17:10 Nils Philippsen
  0 siblings, 0 replies; only message in thread
From: Nils Philippsen @ 2026-07-01 17:10 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/7zip
            Branch : epel9
            Commit : 7a76d57a8789f69b609181f0f669889efd5f81fe
            Author : Nils Philippsen <nils@redhat.com>
            Date   : 2025-05-07T19:54:56+02:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/7zip/c/7a76d57a8789f69b609181f0f669889efd5f81fe?branch=epel9

            Log:
            Install symlink for p7zip-plugins compatibility

External users like python-extractcode expect the different plugin
directory name.

Signed-off-by: Nils Philippsen <nils@redhat.com>

---
diff --git a/7zip.spec b/7zip.spec
index f873aeb..4455e43 100644
--- a/7zip.spec
+++ b/7zip.spec
@@ -98,6 +98,7 @@ Summary:        Standalone version of 7-Zip console that supports all formats
 %install
 install -Dpm 755 ./CPP/7zip/UI/Console/_o/7z %{buildroot}%{_bindir}/7z
 install -Dpm 755 ./CPP/7zip/Bundles/Format7zF/_o/7z.so %{buildroot}%{_libexecdir}/%{name}/7z.so
+ln -s %{name} %{buildroot}%{_libexecdir}/p7zip
 install -Dpm 755 ./CPP/7zip/Bundles/Alone/_o/7za %{buildroot}%{_bindir}/7za
 install -Dpm 755 ./CPP/7zip/Bundles/Alone7z/_o/7zr %{buildroot}%{_bindir}/7zr
 install -Dpm 755 ./CPP/7zip/Bundles/Alone2/_o/7zz %{buildroot}%{_bindir}/7zz
@@ -108,6 +109,7 @@ install -Dpm 755 ./CPP/7zip/Bundles/Alone2/_o/7zz %{buildroot}%{_bindir}/7zz
 %doc DOC/readme.txt DOC/7zC.txt DOC/7zFormat.txt DOC/lzma.txt 
 %{_bindir}/7z
 %{_libexecdir}/%{name}/
+%{_libexecdir}/p7zip
 
 %files reduced
 %license DOC/License.txt DOC/copying.txt

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 17:10 [rpms/7zip] epel9: Install symlink for p7zip-plugins compatibility Nils Philippsen

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