Compare commits

..

No commits in common. "b54810688d0c02b4bcca36c0e32fbe517c3e7d1c" and "d787a6456382c168bbe07dd2d32325fde95bbf42" have entirely different histories.

4 changed files with 29 additions and 32 deletions

View File

@ -1,16 +1,20 @@
%global framework plasma-framework
%global framework plasma
Name: kf5-plasma
Version: 5.113.0
Name: kf5-%{framework}
Version: 5.90.0
Release: 1
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
License: GPL-2.0-or-later and LGPL-2.0-or-later and BSD
URL: https://invent.kde.org/frameworks/plasma
License: GPLv2+ and LGPLv2+ and BSD
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
%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
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-framework-%{version}.tar.xz
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
@ -80,15 +84,19 @@ developing applications that use %{name}.
%prep
%autosetup -n %{framework}-%{version} -p1
%autosetup -n %{framework}-framework-%{version} -p1
%build
%cmake_kf5
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%make_build
%install
%make_install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name} --all-name --with-man --all-name
@ -106,7 +114,7 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
%{_kf5_bindir}/plasmapkg2
%{_kf5_libdir}/libKF5Plasma.so.*
%{_kf5_libdir}/libKF5PlasmaQuick.so.*
%{_kf5_datadir}/qlogging-categories5/*plasma*
%{_kf5_datadir}/qlogging-categories5/*%{framework}*
%dir %{_kf5_qmldir}/org/
%dir %{_kf5_qmldir}/org/kde/
%dir %{_kf5_qmldir}/org/kde/private/
@ -118,14 +126,18 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
%{_kf5_qtplugindir}/kpackage/packagestructure/*.so
%{_kf5_plugindir}/kirigami/
%{_kf5_datadir}/plasma/
%{_kf5_datadir}/kservices5/*.desktop
%{_kf5_datadir}/kservicetypes5/*.desktop
%{_kf5_mandir}/man1/plasmapkg2.1.*
# can find_lang handle this too somehow? -- rex
%lang(lt) %{_datadir}/locale/lt/LC_SCRIPTS/libplasma5/
%files devel
%{_kf5_libdir}/cmake/KF5Plasma/
%{_kf5_libdir}/cmake/KF5PlasmaQuick/
%{_kf5_libdir}/libKF5Plasma.so
%{_kf5_libdir}/libKF5PlasmaQuick.so
%{_kf5_includedir}/plasma_version.h
%{_kf5_includedir}/plasma/
%{_kf5_includedir}/Plasma/
%{_kf5_includedir}/PlasmaQuick/
@ -135,25 +147,10 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
%changelog
* Mon Jan 08 2024 houhongxun <houhongxun@kylinos.cn> - 5.113.0-1
- Upgrade to version 5.113.0
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
- Update version to 5.108.0
* Tue Dec 13 2022 wangjunqi <wangjunqi@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 peijiankang <peijiankang@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
* Mon Feb 14 2022 peijiankang <peijiankang@kylinos.cn> - 5.90.0-1
* Mon Feb 14 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

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: KDE/plasma-framework
src_repo: KDE/plasma
tag_prefix: "^v"
separator: "."

Binary file not shown.

Binary file not shown.