!9 fixed kbackup build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX Reviewed-by: @misaka00251 Signed-off-by: @misaka00251
This commit is contained in:
commit
1514a0d07f
18
kbackup.spec
18
kbackup.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: kbackup
|
Name: kbackup
|
||||||
Version: 23.08.4
|
Version: 23.08.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Back up your data in a simple, user friendly way
|
Summary: Back up your data in a simple, user friendly way
|
||||||
Summary(fr): Sauvegarder vos données de manière simple et conviviale
|
Summary(fr): Sauvegarder vos données de manière simple et conviviale
|
||||||
Summary(ru): Простое, дружественное к пользователю резервное копирование
|
Summary(ru): Простое, дружественное к пользователю резервное копирование
|
||||||
@ -66,16 +66,12 @@ KBackup позволяет делать резервное копировани
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build
|
%{cmake_kf5}
|
||||||
pushd build
|
%{cmake_build}
|
||||||
%cmake_kf5 ..
|
|
||||||
%make_build
|
|
||||||
popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd build
|
%{cmake_install}
|
||||||
%make_install
|
|
||||||
popd
|
|
||||||
|
|
||||||
%find_lang %{name} --with-html --all-name
|
%find_lang %{name} --with-html --all-name
|
||||||
|
|
||||||
@ -99,6 +95,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.deskt
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 23.08.4-2
|
||||||
|
- adapt to the new CMake macros to fix build failure
|
||||||
|
|
||||||
* Mon Jan 08 2024 zhangxianting <zhangxianting@unintech.com> - 23.08.4-1
|
* Mon Jan 08 2024 zhangxianting <zhangxianting@unintech.com> - 23.08.4-1
|
||||||
- update to upstream version 23.08.4
|
- update to upstream version 23.08.4
|
||||||
|
|
||||||
@ -107,4 +106,3 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.deskt
|
|||||||
|
|
||||||
* Fri Feb 18 2022 tanyulong <tanyulong@kylinos.cn> - 21.12.1-1
|
* Fri Feb 18 2022 tanyulong <tanyulong@kylinos.cn> - 21.12.1-1
|
||||||
- init for openEuler
|
- init for openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user