Compare commits
10 Commits
a66716c76e
...
19d06c1e52
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19d06c1e52 | ||
|
|
b12d3051a1 | ||
|
|
dd6f043ae3 | ||
|
|
0a3e40eefc | ||
|
|
73b3f2bad0 | ||
|
|
29516d8776 | ||
|
|
6d8e734d56 | ||
|
|
45e1a3fdf5 | ||
|
|
f4874849b0 | ||
|
|
38981e418b |
56
kf5-kio.spec
56
kf5-kio.spec
@ -1,20 +1,15 @@
|
||||
%global framework kio
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.95.0
|
||||
Release: 1
|
||||
Version: 5.113.0
|
||||
Release: 2
|
||||
Summary: KDE Frameworks 5 Tier 3 solution for filesystem abstraction
|
||||
|
||||
License: GPLv2+ and MIT and BSD
|
||||
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-GPL AND LicenseRef-KDE-Accepted-LGPL AND MIT
|
||||
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
|
||||
|
||||
@ -163,23 +158,16 @@ KIONTLM provides support for NTLM authentication mechanism in KIO
|
||||
%prep
|
||||
%autosetup -n %{framework}-%{version} -p1
|
||||
|
||||
|
||||
%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 %{?_with_html}
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSES/*.txt
|
||||
%doc README.md
|
||||
@ -269,21 +257,35 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%{_kf5_archdatadir}/mkspecs/modules/qt_KIOGui.pri
|
||||
%{_datadir}/dbus-1/interfaces/*.xml
|
||||
%{_kf5_bindir}/protocoltojson
|
||||
%dir %{_kf5_datadir}/kdevfiletemplates/
|
||||
%dir %{_kf5_datadir}/kdevfiletemplates/templates/
|
||||
%{_kf5_datadir}/kdevfiletemplates/templates/ioslave*
|
||||
%dir %{_kf5_datadir}/kdevappwizard/
|
||||
%dir %{_kf5_datadir}/kdevappwizard/templates/
|
||||
%{_kf5_datadir}/kdevappwizard/templates/kioworker.tar.bz2
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 05 2022 tanyulong<tanyulong@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
|
||||
|
||||
* Mon Jan 08 2024 haomimi <haomimi@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 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 tanyulong <tanyulong@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
|
||||
* 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
|
||||
- Initial release for OpenEuler
|
||||
|
||||
|
||||
BIN
kio-5.113.0.tar.xz
Normal file
BIN
kio-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user