!4 update to upstream version 5.90.0

From: @tanyulong2021 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-03-04 06:12:49 +00:00 committed by Gitee
commit 06bf460788
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 22 additions and 7 deletions

View File

@ -1,10 +1,13 @@
%undefine __cmake_in_source_build
%global framework kjs
Name: kf5-%{framework}
Version: 5.55.0
Release: 1
Summary: KDE Frameworks 5 Tier 3 functional module with JavaScript interpreter
License: GPLv2+ and BSD
URL: www.kde.org
Name: kf5-%{framework}
Version: 5.90.0
Release: 1
Summary: KDE Frameworks 5 Tier 3 functional module with JavaScript interpreter
License: GPLv2+ and BSD
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
@ -13,6 +16,7 @@ URL: www.kde.org
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/portingAids/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-kdoctools-devel >= %{majmin}
BuildRequires: kf5-rpm-macros
@ -22,7 +26,7 @@ BuildRequires: perl-generators
BuildRequires: qt5-qtbase-devel
%description
KDE Frameworks 5 Tier 3 functional module with JavaScript interpret.
KDE Frameworks 1 Tier 1 functional module with JavaScript interpret.
%package devel
Summary: Development files for %{name}
@ -32,9 +36,11 @@ Requires: qt5-qtbase-devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{framework}-%{version}
%build
mkdir %{_target_platform}
pushd %{_target_platform}
@ -45,7 +51,10 @@ popd
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
chmod +x %{buildroot}%{_kf5_datadir}/kf5/kjs/create_hash_table
%find_lang %{name} --with-man --all-name
%ldconfig_scriptlets
%files -f %{name}.lang
@ -69,5 +78,11 @@ chmod +x %{buildroot}%{_kf5_datadir}/kf5/kjs/create_hash_table
%{_kf5_archdatadir}/mkspecs/modules/qt_KJSApi.pri
%changelog
* Sat Feb 12 2022 tanyulong<tanyulong@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Fri Sep 10 2021 baizhonggui <baizhonggui@huawei.com> - 5.55.0-1
- Package init

Binary file not shown.

BIN
kjs-5.90.0.tar.xz Normal file

Binary file not shown.