Compare commits
10 Commits
a2e8d99dd4
...
47826d0652
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47826d0652 | ||
|
|
41470e8df0 | ||
|
|
d7119c09b4 | ||
|
|
1bc2b4f8c7 | ||
|
|
0290c86ecf | ||
|
|
fc696718cb | ||
|
|
f6747dc711 | ||
|
|
bdaca974cb | ||
|
|
74f03e1a82 | ||
|
|
8b086b0a80 |
@ -1,14 +1,14 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
%global framework kxmlgui
|
%global framework kxmlgui
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.95.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: KDE Frameworks 5 Tier 3 solution for user-configurable main windows
|
Summary: KDE Frameworks 5 Tier 3 solution for user-configurable main windows
|
||||||
|
|
||||||
# Library LGPLv2+, ksendbugmail is GPLv2+
|
# Library LGPLv2+, ksendbugmail is GPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
@ -60,16 +60,12 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
%{cmake_kf5}
|
||||||
pushd %{_target_platform}
|
%{cmake_build}
|
||||||
%{cmake_kf5} ..
|
|
||||||
popd
|
|
||||||
|
|
||||||
%make_build -C %{_target_platform}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
%{cmake_install}
|
||||||
|
|
||||||
# Own the kxmlgui directory
|
# Own the kxmlgui directory
|
||||||
mkdir -p %{buildroot}%{_kf5_datadir}/kxmlgui5/
|
mkdir -p %{buildroot}%{_kf5_datadir}/kxmlgui5/
|
||||||
@ -98,13 +94,28 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kxmlgui5/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 5 2022 huayadong<huayadong@kylinos.cn> - 5.95.0-1
|
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
|
||||||
|
- adapt to the new CMake macros to fix build failure
|
||||||
|
|
||||||
|
* Thu Jan 04 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
|
||||||
|
- Update to upstream version 5.113.0
|
||||||
|
|
||||||
|
* Fri Aug 04 2023 wangce <wangce@uniontech.com> - 5.108.0-1
|
||||||
|
- Update package to version 5.108.0
|
||||||
|
|
||||||
|
* Tue Dec 13 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.100.0-1
|
||||||
|
- Update package to 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 huayadong <huayadong@kylinos.cn> - 5.95.0-1
|
||||||
- update to upstream version 5.95.0
|
- update to upstream version 5.95.0
|
||||||
|
|
||||||
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
||||||
- update to upstream version 5.90.0
|
- update to upstream version 5.90.0
|
||||||
|
|
||||||
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
* Sun Jan 16 2022 pei-jiankang <peijiankang@kylinos.com> - 5.88.0-1
|
||||||
- update to upstream version 5.88.0
|
- update to upstream version 5.88.0
|
||||||
|
|
||||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
|
|||||||
BIN
kxmlgui-5.113.0.tar.xz
Normal file
BIN
kxmlgui-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user