mirror of
https://abf.rosa.ru/djam/peazip.git
synced 2025-02-23 14:02:54 +00:00
8.9.0
This commit is contained in:
parent
33125b6d1b
commit
8b52895969
2 changed files with 8 additions and 5 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,2 +1,3 @@
|
|||
sources:
|
||||
peazip-8.6.0.src.zip: 78d87efb62378c3cc2744e90141bca7730631657
|
||||
peazip-8.9.0.tar.gz: fd02619a53f9c4a1d36ebe3bce70a98aa3bec933
|
||||
|
|
12
peazip.spec
12
peazip.spec
|
@ -1,13 +1,15 @@
|
|||
%define debug_package %{nil}
|
||||
%define pkgname PeaZip
|
||||
|
||||
Summary: File and archive manager
|
||||
Name: peazip
|
||||
Version: 8.6.0
|
||||
Version: 8.9.0
|
||||
Release: 1
|
||||
License: LGPLv3+
|
||||
Group: File tools
|
||||
Url: http://www.peazip.org
|
||||
Source0: https://sourceforge.net/projects/peazip/files/%{version}/%{name}-%{version}.src.zip
|
||||
URL: https://peazip.github.io
|
||||
Source0: https://github.com/peazip/PeaZip/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
#Source0: https://sourceforge.net/projects/peazip/files/%{version}/%{name}-%{version}.src.zip
|
||||
# configure to run in users home appdata
|
||||
Source1: altconf.txt
|
||||
Source2: rosa-peazip.desktop
|
||||
|
@ -43,8 +45,8 @@ UPX...
|
|||
dos2unix readme*
|
||||
|
||||
%build
|
||||
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 ]
|
||||
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 ]
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
|
Loading…
Add table
Reference in a new issue