Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
28287d59ad
!15 Update to upstream version 5.113.0
From: @haomi0602 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-19 03:16:29 +00:00
haomimi
e7f4d638b2 Update to upstream version 5.113.0 2024-01-08 13:39:24 +08:00
openeuler-ci-bot
4e8f95903e
!14 [sync] PR-12: Update to upstream version 5.108.0
From: @openeuler-sync-bot 
Reviewed-by: @leeffo, @peijiankang 
Signed-off-by: @peijiankang
2023-08-14 06:25:16 +00:00
ut004527
d520b18a48 Update to upstream version 5.108.0
(cherry picked from commit a07587a4ef68ee2a5cb0770bd1c13d3f4c4d168a)
2023-08-11 17:23:06 +08:00
openeuler-ci-bot
c876e9d9d1
!10 Update to upstream version 5.100.0
From: @jxy_git 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-12-26 02:51:00 +00:00
jxy_git
c508e5cd40 Update to upstream version 5.100.0 2022-12-13 17:11:54 +08:00
openeuler-ci-bot
4d1dfbe98f
!8 [sync] PR-7: update to upstream version 5.95.0
From: @openeuler-sync-bot 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2022-07-29 05:05:14 +00:00
huayadong
dceac262de update to upstream version 5.95.0
(cherry picked from commit 775f2202e8cbbcb12baa357510621d6048324a3f)
2022-07-29 09:54:41 +08:00
openeuler-ci-bot
3369dc8874
!6 add yaml file
From: @tanyulong2021 
Reviewed-by: @peijiankang, @dou33 
Signed-off-by: @peijiankang, @dou33
2022-05-13 06:33:52 +00:00
tanyulong2021
9aa273d2c5 add yaml file 2022-04-15 16:56:20 +08:00
4 changed files with 24 additions and 13 deletions

View File

@ -1,19 +1,16 @@
%global framework khtml
%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$
Name: kf5-%{framework}
Version: 5.90.0
Version: 5.113.0
Release: 1
Summary: KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
License: LGPLv2+ and GPLv3 and MIT and BSD
URL: https://invent.kde.org/frameworks/%{framework}
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/portingAids/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: fdupes
@ -84,7 +81,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_libdir}/libKF5KHtml.so.*
%dir %{_kf5_plugindir}/parts/
%{_kf5_plugindir}/parts/*.so
%{_kf5_datadir}/kf5/kjava/
%{_kf5_datadir}/kf5/khtml/
%{_kf5_datadir}/kservices5/*.desktop
%config %{_kf5_sysconfdir}/xdg/khtmlrc
@ -94,14 +90,25 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_libdir}/libKF5KHtml.so
%{_kf5_libdir}/cmake/KF5KHtml/
%{_kf5_includedir}/KHtml/
%{_kf5_includedir}/khtml_version.h
%{_kf5_archdatadir}/mkspecs/modules/qt_KHtml.pri
%changelog
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
* Mon Jan 08 2024 haomimi <haomimi@uniontech.com> - 5.113.0-1
- Update to upstream version 5.113.0
* Thu Aug 03 2023 wangqia <wangqia@uniontech.com> - 5.108.0-1
- Update to upstream version 5.108.0
* Tue Dec 13 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.100.0-1
- Update to upstream version 5.100.0
* Tue Jul 5 2022 huayadong <huayadong@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
* Sat Feb 12 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
* Mon Jan 24 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
- update to upstream version 5.88.0
* Fri Sep 10 2021 baizhonggui <baizhonggui@huawei.com> - 5.55.0-1

4
kf5-khtml.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: KDE/khtml
tag_prefix: "^v"
separator: "."

BIN
khtml-5.113.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.