Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7a60123695
!19 Update to upstream version 5.113.0
From: @dedv_dwe 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2024-01-12 00:27:47 +00:00
ut004527
867ae482ae Update to upstream version 5.113.0 2024-01-04 14:38:55 +08:00
openeuler-ci-bot
b5c8847759
!18 [sync] PR-17: update verison to 5.108.0
From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-08 03:32:22 +00:00
ut004615
3ece69c37d update verison to 5.108.0
(cherry picked from commit 8abe7bab7d63c3b72e23fa71dec1ccec3db13ce8)
2023-08-07 14:22:30 +08:00
openeuler-ci-bot
c541a06f17
!10 Update to upstream version 5.100.0
From: @jxy_git 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-12-23 01:50:56 +00:00
jxy_git
1217a6fbbd Update to upstream version 5.100.0 2022-12-13 14:55:23 +08:00
openeuler-ci-bot
1456a777bc
!9 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 09:19:53 +00:00
leeffo
0e220e19b5 update to upstream version 5.97.0 2022-09-05 14:41:27 +08:00
openeuler-ci-bot
f1e2d86083
!7 [sync] PR-6: update to upstream version 5.95.0
From: @openeuler-sync-bot 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-07-28 03:23:45 +00:00
jxy_git
3142c1eb0b update to upstream version 5.95.0
(cherry picked from commit 58bfc8b891a0aef3cf27224069d9b36f7e23a26a)
2022-07-27 18:06:02 +08:00
3 changed files with 21 additions and 14 deletions

BIN
kbookmarks-5.113.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,20 +1,16 @@
%global framework kbookmarks
Name: kf5-%{framework}
Version: 5.90.0
Version: 5.113.0
Release: 1
Summary: KDE Frameworks 5 Tier 3 addon for bookmarks manipulation
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}/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{majmin}
@ -46,7 +42,6 @@ developing applications that use %{name}.
%prep
%autosetup -n %{framework}-%{version} -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
@ -55,13 +50,11 @@ popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang_kf5 kbookmarks5_qt
%ldconfig_scriptlets
%files -f kbookmarks5_qt.lang
@ -71,7 +64,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_libdir}/libKF5Bookmarks.so.*
%files devel
%{_kf5_includedir}/kbookmarks_version.h
%{_kf5_includedir}/KBookmarks/
%{_kf5_libdir}/libKF5Bookmarks.so
%{_kf5_libdir}/cmake/KF5Bookmarks/
@ -79,10 +71,25 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
* Thu Jan 04 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
- Update to upstream version 5.113.0
* Thu Aug 03 2023 haomimi <haomimi@uniontech.com> - 5.108.0-1
- update verison to 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 jiangxinyu <jiangxinyu@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
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
* Sun Jan 16 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