!3 update to upstream version 5.90.0
From: @tanyulong2021 Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
d3f6a9057d
22
kf5-kjs.spec
22
kf5-kjs.spec
@ -1,12 +1,13 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kjs
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.88.0
|
||||
Release: 1%{?dist}
|
||||
Summary: KDE Frameworks 5 Tier 3 functional module with JavaScript interpreter
|
||||
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}
|
||||
|
||||
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
|
||||
@ -15,6 +16,7 @@ URL: https://invent.kde.org/frameworks/%{framework}
|
||||
%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
|
||||
@ -34,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}
|
||||
@ -47,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
|
||||
@ -71,6 +78,9 @@ 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
|
||||
|
||||
|
||||
Binary file not shown.
BIN
kjs-5.90.0.tar.xz
Normal file
BIN
kjs-5.90.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user