forked from pool/peazip
Accepting request 616033 from home:alois:branches:devel:languages:pascal
- Fixed 7z requirement OBS-URL: https://build.opensuse.org/request/show/616033 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=36
This commit is contained in:
parent
f05cab65ea
commit
31b3102afc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 12:58:01 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
- Fixed 7z requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 6 17:22:07 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
|
@ -41,10 +41,15 @@ BuildRequires: fpc-src
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: lazarus
|
||||
BuildRequires: libQt5Pas-devel
|
||||
BuildRequires: p7zip
|
||||
BuildRequires: unzip
|
||||
BuildRequires: upx
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: p7zip-full
|
||||
Requires: p7zip-full
|
||||
%else
|
||||
BuildRequires: p7zip
|
||||
Requires: p7zip
|
||||
%endif
|
||||
Requires: upx
|
||||
%if 0%{?suse_version} < 1500
|
||||
BuildRequires: update-desktop-files
|
||||
|
Loading…
Reference in New Issue
Block a user