Compare commits
10 Commits
527e3b0d77
...
05c3a06610
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05c3a06610 | ||
|
|
f12124e54c | ||
|
|
a600c8a161 | ||
|
|
daf8687cef | ||
|
|
45e9cae66a | ||
|
|
1d98f0aa3a | ||
|
|
dc32cd8b5f | ||
|
|
8379ff2b02 | ||
|
|
cdf9ccae30 | ||
|
|
9bec5a4061 |
BIN
kdewebkit-5.113.0.tar.xz
Normal file
BIN
kdewebkit-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,20 +1,15 @@
|
||||
%global framework kdewebkit
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.90.0
|
||||
Version: 5.113.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Tier 3 integration module for QtWebKit
|
||||
|
||||
License: LGPLv2+
|
||||
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
|
||||
%global stable unstable
|
||||
%else
|
||||
%global stable stable
|
||||
%endif
|
||||
%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 >= %{majmin}
|
||||
@ -47,7 +42,6 @@ developing applications that use %{name}.
|
||||
%prep
|
||||
%autosetup -n %{framework}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
@ -56,11 +50,9 @@ popd
|
||||
|
||||
%make_build -C %{_target_platform}
|
||||
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
@ -70,7 +62,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%{_kf5_qtplugindir}/designer/kdewebkit5widgets.so
|
||||
|
||||
%files devel
|
||||
%{_kf5_includedir}/kdewebkit_version.h
|
||||
%{_kf5_includedir}/KDEWebKit/
|
||||
%{_kf5_libdir}/libKF5WebKit.so
|
||||
%{_kf5_libdir}/cmake/KF5WebKit/
|
||||
@ -78,10 +69,25 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 14 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
|
||||
* Mon Jan 08 2024 houhongxun <houhongxun@kylinos.cn> - 5.113.0-1
|
||||
- Update to version 5.113.0
|
||||
|
||||
* Thu Aug 03 2023 zhangshaoning <zhangshaoning@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
|
||||
|
||||
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
|
||||
- update to upstream version 5.97.0
|
||||
|
||||
* Tue Jul 05 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.95.0-1
|
||||
- update to upstream version 5.95.0
|
||||
|
||||
* Mon Feb 14 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
|
||||
|
||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user