forked from pool/peazip
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
This commit is contained in:
parent
c32729a7ee
commit
34a2a015a2
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 25 14:52:26 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
- 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 <info@paolostivanin.com>
|
Wed Nov 17 06:50:05 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package peazip
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -112,9 +112,9 @@ mkdir -p %{buildroot}%{_peazipinstalldir}
|
|||||||
cp -r res %{buildroot}%{_peazipinstalldir}
|
cp -r res %{buildroot}%{_peazipinstalldir}
|
||||||
cp %{SOURCE1} %{buildroot}%{_peazipinstalldir}/res
|
cp %{SOURCE1} %{buildroot}%{_peazipinstalldir}/res
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/7z
|
mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/7z
|
||||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/upx
|
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
|
ln -s %{_bindir}/upx %{buildroot}%{_peazipinstalldir}/res/upx/upx
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/arc
|
mkdir -p %{buildroot}%{_peazipinstalldir}/res/arc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user