Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
aba22d4e04
!26 fixed kf5-kservice build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-18 07:04:18 +00:00
ChenYanpan
63c27fce42
adapt to the new CMake macros to fix build failure 2024-11-15 19:43:38 +08:00
openeuler-ci-bot
7e3f81ac10
!23 Update to upstream version 5.113.0
From: @dedv_dwe 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2024-01-10 00:47:37 +00:00
ut004527
d150bc51ca Update to upstream version 5.113.0 2024-01-08 11:20:38 +08:00
openeuler-ci-bot
3b5902d515
!22 [sync] PR-20: Update to upstream version 5.108.0
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-07 05:54:19 +00:00
ut004527
d45e9e8e71 Update to upstream version 5.108.0
(cherry picked from commit 30edca65fbef09470f2e2b9c1fb569d1a1787647)
2023-08-07 11:03:03 +08:00
openeuler-ci-bot
d398cdc4b3
!19 Modify email address
From: @hua_yadong 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-04-19 09:28:17 +00:00
huayadong
54b14781bb Modify email address 2023-04-19 16:27:22 +08:00
openeuler-ci-bot
bde0e1695b
!13 modify openEuler to vendor
From: @yangchen_guang 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2023-04-11 10:23:26 +00:00
yangchenguang
4f0164e393 modify openEuler to vendor 2023-04-11 18:12:05 +08:00
3 changed files with 22 additions and 18 deletions

View File

@ -1,22 +1,19 @@
%undefine __cmake_in_source_build
%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler}
%global framework kservice
Name: kf5-%{framework}
Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection
Version: 5.100.0
Release: 1
Version: 5.113.0
Release: 2
# mixture of LGPLv2 and LGPLv2+ (mostly the latter)
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
## downstream patches
@ -44,7 +41,7 @@ BuildRequires: flex
BuildRequires: bison
# for the Administration category
Requires: openEuler-menus
Requires: %{vendor}-menus
%description
KDE Frameworks 5 Tier 3 solution for advanced plugin and service
@ -65,16 +62,12 @@ developing applications that use %{name}.
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%{cmake_kf5}
%{cmake_build}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{cmake_install}
%find_lang %{name} --all-name --with-man
@ -107,6 +100,18 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kservicetypes5
%changelog
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
- adapt to the new CMake macros to fix build failure
* Tue Jan 02 2024 wangqia <wangqia@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 Apr 11 2023 panchenbo <panchenbo@uniontech.com> - 5.100.0-2
- modify openEuler to vendor
* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 5.100.0-1
- update to upstream version 5.100.0
@ -127,4 +132,3 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kservicetypes5
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
- Initial release for OpenEuler

Binary file not shown.

BIN
kservice-5.113.0.tar.xz Normal file

Binary file not shown.