forked from pool/peazip
Accepting request 645198 from home:alois:branches:devel:languages:pascal
- Update to version 6.6.1 * various improvements and fixes * it is now possible to force batch extraction of unsupported file types with PeaZip (or other custom executable), and to set a custom directory as working path. OBS-URL: https://build.opensuse.org/request/show/645198 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=38
This commit is contained in:
parent
31b3102afc
commit
1361dbf455
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79598b55fbf7a20467b0674cc7cfd5ca3fb57367881e7df89d9be9ae78ff188e
|
|
||||||
size 4293935
|
|
3
peazip-6.6.1.src.zip
Normal file
3
peazip-6.6.1.src.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed5f788ba544eab5ad17d254f902682dbd711638d8821d29704e99699e9411d4
|
||||||
|
size 4415848
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 28 18:21:09 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 6.6.1
|
||||||
|
* various improvements and fixes
|
||||||
|
* it is now possible to force batch extraction of unsupported
|
||||||
|
file types with PeaZip (or other custom executable), and to
|
||||||
|
set a custom directory as working path.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 11 12:58:01 UTC 2018 - aloisio@gmx.com
|
Mon Jun 11 12:58:01 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
11
peazip.spec
11
peazip.spec
@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _peazipinstalldir %{_libdir}/peazip
|
%define _peazipinstalldir %{_libdir}/peazip
|
||||||
Name: peazip
|
Name: peazip
|
||||||
Version: 6.6.0
|
Version: 6.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical file archiver
|
Summary: Graphical file archiver
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: http://www.peazip.org
|
URL: http://www.peazip.org
|
||||||
Source0: https://sourceforge.net/projects/peazip/files/%{version}/peazip-%{version}.src.zip
|
Source0: https://sourceforge.net/projects/peazip/files/%{version}/peazip-%{version}.src.zip
|
||||||
Source1: altconf.txt
|
Source1: altconf.txt
|
||||||
Source2: https://sourceforge.net/projects/peazip/files/%{version}/peazip_help.pdf
|
Source2: https://sourceforge.net/projects/peazip/files/%{version}/peazip_help.pdf
|
||||||
@ -40,7 +40,6 @@ BuildRequires: fpc
|
|||||||
BuildRequires: fpc-src
|
BuildRequires: fpc-src
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: lazarus
|
BuildRequires: lazarus
|
||||||
BuildRequires: libQt5Pas-devel
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: upx
|
BuildRequires: upx
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
@ -98,6 +97,7 @@ lazbuild \
|
|||||||
--cpu=x86_64 \
|
--cpu=x86_64 \
|
||||||
%endif
|
%endif
|
||||||
--widgetset=gtk2 \
|
--widgetset=gtk2 \
|
||||||
|
--max-process-count=1 \
|
||||||
-B project_pea.lpi project_peach.lpi project_gwrap.lpi
|
-B project_pea.lpi project_peach.lpi project_gwrap.lpi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -137,13 +137,14 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license copying.txt
|
||||||
|
%doc readme peazip_help.pdf
|
||||||
%{_bindir}/pea
|
%{_bindir}/pea
|
||||||
%{_bindir}/pealauncher
|
%{_bindir}/pealauncher
|
||||||
%{_bindir}/peazip
|
%{_bindir}/peazip
|
||||||
%{_peazipinstalldir}
|
%{_peazipinstalldir}
|
||||||
%{_datadir}/applications/peazip.desktop
|
%{_datadir}/applications/peazip.desktop
|
||||||
%{_datadir}/pixmaps/peazip.png
|
%{_datadir}/pixmaps/peazip.png
|
||||||
%doc readme copying.txt peazip_help.pdf
|
|
||||||
|
|
||||||
%files kf5
|
%files kf5
|
||||||
%dir %{_kf5_servicesdir}/ServiceMenus
|
%dir %{_kf5_servicesdir}/ServiceMenus
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:af27ecebea24a36c9e815db3ab75d92a49bbb422623a99348381d846571d1950
|
oid sha256:bf29f3691db057bcca4eeca1f5e16b26004ace5310153d00c8658a089f6f9042
|
||||||
size 1114245
|
size 1114477
|
||||||
|
Loading…
Reference in New Issue
Block a user