update to upstream version 5.90.0
This commit is contained in:
parent
9a1ace4581
commit
c855233bf1
Binary file not shown.
BIN
kdeclarative-5.90.0.tar.xz
Normal file
BIN
kdeclarative-5.90.0.tar.xz
Normal file
Binary file not shown.
@ -7,13 +7,13 @@
|
||||
%global tests 1
|
||||
%endif
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.55.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.90.0
|
||||
Release: 2
|
||||
Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://cgit.kde.org/%{framework}.git/
|
||||
License: LGPLv2+
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
@ -27,12 +27,32 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framewo
|
||||
# filter qml provides
|
||||
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
|
||||
|
||||
BuildRequires: extra-cmake-modules >= %{majmin} kf5-kconfig-devel >= %{majmin} kf5-kglobalaccel-devel >= %{majmin} kf5-kguiaddons-devel >= %{majmin} kf5-ki18n-devel >= %{majmin} kf5-kiconthemes-devel >= %{majmin} kf5-kio-devel >= %{majmin} kf5-kpackage-devel >= %{majmin} kf5-kwidgetsaddons-devel >= %{majmin} kf5-kwindowsystem-devel >= %{majmin} kf5-rpm-macros libepoxy-devel qt5-qtbase-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
BuildRequires: kf5-kconfig-devel >= %{majmin}
|
||||
BuildRequires: kf5-kglobalaccel-devel >= %{majmin}
|
||||
BuildRequires: kf5-kguiaddons-devel >= %{majmin}
|
||||
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
||||
BuildRequires: kf5-kiconthemes-devel >= %{majmin}
|
||||
BuildRequires: kf5-kio-devel >= %{majmin}
|
||||
BuildRequires: kf5-knotifications-devel >= %{majmin}
|
||||
BuildRequires: kf5-kpackage-devel >= %{majmin}
|
||||
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
|
||||
BuildRequires: kf5-kwindowsystem-devel >= %{majmin}
|
||||
BuildRequires: kf5-rpm-macros
|
||||
|
||||
BuildRequires: libepoxy-devel
|
||||
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
%if 0%{?tests}
|
||||
BuildRequires: dbus-x11 mesa-dri-drivers time xorg-x11-server-Xvfb
|
||||
BuildRequires: dbus-x11
|
||||
BuildRequires: mesa-dri-drivers
|
||||
BuildRequires: time
|
||||
BuildRequires: xorg-x11-server-Xvfb
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -40,7 +60,10 @@ KDE Frameworks 5 Tier 3 addon for Qt declarative
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release} kf5-kconfig-devel >= %{majmin} kf5-kpackage-devel >= %{majmin} qt5-qtdeclarative-devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: kf5-kconfig-devel >= %{majmin}
|
||||
Requires: kf5-kpackage-devel >= %{majmin}
|
||||
Requires: qt5-qtdeclarative-devel
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
@ -80,7 +103,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README.md
|
||||
%license COPYING*
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_bindir}/kpackagelauncherqml
|
||||
%{_kf5_libdir}/libKF5Declarative.so.*
|
||||
%{_kf5_libdir}/libKF5QuickAddons.so.*
|
||||
@ -88,6 +111,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor
|
||||
%dir %{_kf5_qmldir}/org/
|
||||
%dir %{_kf5_qmldir}/org/kde/
|
||||
%{_kf5_qmldir}/org/kde/draganddrop/
|
||||
%{_kf5_qmldir}/org/kde/graphicaleffects/
|
||||
%{_kf5_qmldir}/org/kde/kconfig/
|
||||
%{_kf5_qmldir}/org/kde/kcoreaddons/
|
||||
%{_kf5_qmldir}/org/kde/kquickcontrols/
|
||||
@ -110,6 +134,15 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 18 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-2
|
||||
- rebuild
|
||||
|
||||
* 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/kdeclarative
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
separator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user