This commit is contained in:
Sergey Zhemoytel 2022-12-18 23:58:07 +03:00
parent 8b52895969
commit 8505167d66
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,3 @@
sources:
peazip-8.6.0.src.zip: 78d87efb62378c3cc2744e90141bca7730631657
peazip-8.9.0.tar.gz: fd02619a53f9c4a1d36ebe3bce70a98aa3bec933
peazip-9.0.0.tar.gz: dd6835c917b915c2fa70a9613b64cf8632270dba

View file

@ -3,7 +3,7 @@
Summary: File and archive manager
Name: peazip
Version: 8.9.0
Version: 9.0.0
Release: 1
License: LGPLv3+
Group: File tools
@ -40,13 +40,19 @@ UPX...
#---------------------------------------------------------------------
%prep
%setup -qn %{name}-%{version}.src
%setup -qn %{pkgname}-%{version}
%apply_patches
pushd peazip-sources
dos2unix readme*
popd
%build
pushd peazip-sources
pushd dev
lazbuild --lazarusdir=%{_libdir}/lazarus --widgetset=qt5 --build-all project_pea.lpi && [ -f pea ]
lazbuild --lazarusdir=%{_libdir}/lazarus --widgetset=qt5 --build-all project_peach.lpi && [ -f peazip ]
popd
popd
%install
mkdir -p %{buildroot}%{_bindir}