forked from pool/karchive
KDE Frameworks 5.100.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=254
This commit is contained in:
parent
8a04c449c0
commit
bd3bb33f99
3
karchive-5.100.0.tar.xz
Normal file
3
karchive-5.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5ae507b0ceca71229017128997e12eff51b697ca2a1a37b729f9253ebfe969b
|
||||
size 1002980
|
11
karchive-5.100.0.tar.xz.sig
Normal file
11
karchive-5.100.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmT8ACgkQWNDuZIpI
|
||||
s7tlUQf+JLiAaXhW5EnzPU5pms1A2TaqWgUga6IlKqxVYSl3JSUlTd4yDx279aPZ
|
||||
7LBWQJLkv0Ed30BzPjxSuzv/C4RzlFtsKKhHzqexnUYKko4BOQwhgX7cjBLutAep
|
||||
KxfmYeqjQOStQz6Ce1iqlm+6MLE5Ne8GSlpEpaUvhPkSGoepgvwanX8W2O+lzCsh
|
||||
k4ZK7+qeyeDaR7qTe6nNQw3/0DIx2XVHr1de0fv2LOmeZWXi+VeeWOEKUvIiArk8
|
||||
buxri3qWPLGJfKMKCMXcjupXeTGedcrI82J425wSS5XhidttONXQpmQrklsRf9xm
|
||||
ix/rXIwOERUusq3FchywQM8Dld9kCg==
|
||||
=bt8t
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:571957caf8304344ef3d5b47092be96563e1526d4a1d70abf04ebcc38dd495fc
|
||||
size 986620
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VUIACgkQWNDuZIpI
|
||||
s7tamAf+ItLMt4GepE1vhDD4Qx3H3FVlF9A1o7wMYs8Pg8/MTYVFNZqNqE514KgW
|
||||
CQpA8I0z+sig8oR/6eoJZpKU2GjCPiq1Y+SEftx00dG/80MvBL2x2UC1ydGmB/IX
|
||||
TrDMpReUWFjkkuzVGRzMsOPfTFIn7Qvao4zh/RneZUDxv1FUscH9UrPyi8wMqIpg
|
||||
uNK57mBtwFt2g3sJQJpif4EZJo5axs5fYPKJhR151Yqn4fXAHxhtzZy2tq5X5x+0
|
||||
M+RjPpr9pnsr3T6cixNQNG53qyJdthWIwhO8x8l8n0OH3O7lHQTB6DEwUp3+xVZ5
|
||||
WUnXAZINvzcY7dVxuZgEnnOJsjPbMA==
|
||||
=sb88
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 08:34:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.100.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.100.0
|
||||
- Changes since 5.99.0:
|
||||
* Make error messages translatable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:55:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Archive5
|
||||
%define _tar_path 5.99
|
||||
%define _tar_path 5.100
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -25,7 +25,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without released
|
||||
Name: karchive
|
||||
Version: 5.99.0
|
||||
Version: 5.100.0
|
||||
Release: 0
|
||||
Summary: Qt 5 addon providing access to numerous types of archives
|
||||
License: LGPL-2.0-or-later
|
||||
@ -41,6 +41,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) > 5.15.0
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
@ -65,6 +66,8 @@ KArchive provides classes for easy reading, creation and manipulation of
|
||||
If also provides transparent compression and decompression of data, like the
|
||||
GZip format, via a subclass of QIODevice.
|
||||
|
||||
%lang_package -n %{lname}
|
||||
|
||||
%package devel
|
||||
Summary: Qt 5 addon providing access to numerous types of archives: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
@ -90,6 +93,8 @@ GZip format, via a subclass of QIODevice. Development files
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%find_lang karchive5 --with-man --all-name --with-qt
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
@ -100,6 +105,8 @@ GZip format, via a subclass of QIODevice. Development files
|
||||
%{_kf5_debugdir}/*.renamecategories
|
||||
%{_kf5_libdir}/libKF5Archive.so.*
|
||||
|
||||
%files -n %{lname}-lang -f karchive5.lang
|
||||
|
||||
%files devel
|
||||
%{_kf5_includedir}/
|
||||
%{_kf5_libdir}/cmake/KF5Archive/
|
||||
|
Loading…
Reference in New Issue
Block a user