mirror of
https://abf.rosa.ru/djam/peazip.git
synced 2025-02-23 14:02:54 +00:00
9.0.0
This commit is contained in:
parent
8b52895969
commit
8505167d66
2 changed files with 9 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -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
|
||||
|
|
10
peazip.spec
10
peazip.spec
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue