!3 update to upstream version 5.90.0
From: @pei-jiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
51914e62ed
@ -1,3 +1,4 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kpackage
|
||||
|
||||
# uncomment to enable bootstrap mode
|
||||
@ -8,12 +9,12 @@
|
||||
%endif
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.55.0
|
||||
Release: 1
|
||||
Version: 5.90.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Tier 2 library to load and install packages as plugins
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://cgit.kde.org/%{framework}.git
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
|
||||
%global majmin %(echo %{version} | cut -d. -f1,2)
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
@ -26,7 +27,14 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framewo
|
||||
|
||||
## upstream patches
|
||||
|
||||
BuildRequires: extra-cmake-modules >= %{majmin} kf5-rpm-macros kf5-karchive-devel >= %{majmin} kf5-kcoreaddons-devel >= %{majmin} kf5-ki18n-devel >= %{majmin} kf5-kdoctools-devel >= %{majmin} qt5-qtbase-devel
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
BuildRequires: kf5-rpm-macros
|
||||
BuildRequires: kf5-karchive-devel >= %{majmin}
|
||||
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
|
||||
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
||||
BuildRequires: kf5-kdoctools-devel >= %{majmin}
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 Tier 2 library to load and install non-binary packages as
|
||||
@ -76,8 +84,8 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README.md
|
||||
%license COPYING.LIB
|
||||
%{_kf5_sysconfdir}/xdg/%{framework}.*
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
||||
%{_kf5_libdir}/libKF5Package.so.*
|
||||
%{_kf5_qtplugindir}/kpackage/
|
||||
%{_kf5_datadir}/kpackage/
|
||||
@ -93,5 +101,11 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
||||
- update to upstream version 5.88.0
|
||||
|
||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||
- Initial release for OpenEuler
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: KDE/kpackage
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
separator: "."
|
||||
|
||||
Binary file not shown.
BIN
kpackage-5.90.0.tar.xz
Normal file
BIN
kpackage-5.90.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user