From 34a2a015a226a7227ae2d25b073d6054f6ed5cb0b758f2e8bd0b6d6270f72468 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 25 Jan 2022 14:56:03 +0000 Subject: [PATCH] Accepting request 949036 from home:dfaggioli:branches:devel:languages:pascal - 7z is expected to be in ../res/bin/7z * this is mentioned in comment 5 of bsc#1195041 (even if the bug itself is about something else) OBS-URL: https://build.opensuse.org/request/show/949036 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=96 --- peazip.changes | 7 +++++++ peazip.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/peazip.changes b/peazip.changes index b80b1f0..4f48a83 100644 --- a/peazip.changes +++ b/peazip.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 25 14:52:26 UTC 2022 - Dario Faggioli + +- 7z is expected to be in ../res/bin/7z + * this is mentioned in comment 5 of bsc#1195041 (even if the bug + itself is about something else) + ------------------------------------------------------------------- Wed Nov 17 06:50:05 UTC 2021 - Paolo Stivanin diff --git a/peazip.spec b/peazip.spec index 56aa07c..33cb2e8 100644 --- a/peazip.spec +++ b/peazip.spec @@ -1,7 +1,7 @@ # # spec file for package peazip # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -112,9 +112,9 @@ mkdir -p %{buildroot}%{_peazipinstalldir} cp -r res %{buildroot}%{_peazipinstalldir} cp %{SOURCE1} %{buildroot}%{_peazipinstalldir}/res -mkdir -p %{buildroot}%{_peazipinstalldir}/res/7z +mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/7z mkdir -p %{buildroot}%{_peazipinstalldir}/res/upx -ln -s %{_bindir}/7z %{buildroot}%{_peazipinstalldir}/res/7z/7z +ln -s %{_bindir}/7z %{buildroot}%{_peazipinstalldir}/res/bin/7z/7z ln -s %{_bindir}/upx %{buildroot}%{_peazipinstalldir}/res/upx/upx mkdir -p %{buildroot}%{_peazipinstalldir}/res/arc