This commit is contained in:
Sergey Zhemoytel 2022-10-09 23:07:09 +03:00
parent 33125b6d1b
commit 8b52895969
2 changed files with 8 additions and 5 deletions

View file

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

View file

@ -1,13 +1,15 @@
%define debug_package %{nil} %define debug_package %{nil}
%define pkgname PeaZip
Summary: File and archive manager Summary: File and archive manager
Name: peazip Name: peazip
Version: 8.6.0 Version: 8.9.0
Release: 1 Release: 1
License: LGPLv3+ License: LGPLv3+
Group: File tools Group: File tools
Url: http://www.peazip.org URL: https://peazip.github.io
Source0: https://sourceforge.net/projects/peazip/files/%{version}/%{name}-%{version}.src.zip 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 # configure to run in users home appdata
Source1: altconf.txt Source1: altconf.txt
Source2: rosa-peazip.desktop Source2: rosa-peazip.desktop
@ -43,8 +45,8 @@ UPX...
dos2unix readme* dos2unix readme*
%build %build
lazbuild --lazarusdir=%{_libdir}/lazarus --widgetset=qt5 --build-all project_pea.lpi && [ -f pea ] 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_peach.lpi && [ -f peazip ]
%install %install
mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_bindir}