!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
|
%undefine __cmake_in_source_build
|
||||||
%global framework kjs
|
%global framework kjs
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.88.0
|
Version: 5.90.0
|
||||||
Release: 1%{?dist}
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 3 functional module with JavaScript interpreter
|
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 majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
%if %{revision} >= 50
|
%if %{revision} >= 50
|
||||||
@ -15,6 +16,7 @@ URL: https://invent.kde.org/frameworks/%{framework}
|
|||||||
%global stable stable
|
%global stable stable
|
||||||
%endif
|
%endif
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/portingAids/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/portingAids/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
BuildRequires: kf5-kdoctools-devel >= %{majmin}
|
BuildRequires: kf5-kdoctools-devel >= %{majmin}
|
||||||
BuildRequires: kf5-rpm-macros
|
BuildRequires: kf5-rpm-macros
|
||||||
@ -34,9 +36,11 @@ Requires: qt5-qtbase-devel
|
|||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{framework}-%{version}
|
%autosetup -n %{framework}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
@ -47,7 +51,10 @@ popd
|
|||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
chmod +x %{buildroot}%{_kf5_datadir}/kf5/kjs/create_hash_table
|
chmod +x %{buildroot}%{_kf5_datadir}/kf5/kjs/create_hash_table
|
||||||
|
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%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
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KJSApi.pri
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
||||||
- update to upstream version 5.88.0
|
- 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