112 lines
3.2 KiB
RPMSpec
112 lines
3.2 KiB
RPMSpec
%undefine __cmake_in_source_build
|
|
%global framework kparts
|
|
|
|
Name: kf5-%{framework}
|
|
Version: 5.113.0
|
|
Release: 2
|
|
Summary: KDE Frameworks 5 Tier 3 solution for KParts
|
|
|
|
License: GPL-2.0-or-later
|
|
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
|
|
|
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
|
BuildRequires: kf5-kconfig-devel >= %{majmin}
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
|
|
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
|
BuildRequires: kf5-kiconthemes-devel >= %{majmin}
|
|
BuildRequires: kf5-kio-devel >= %{majmin}
|
|
BuildRequires: kf5-kjobwidgets-devel >= %{majmin}
|
|
BuildRequires: kf5-knotifications-devel >= %{majmin}
|
|
BuildRequires: kf5-kservice-devel >= %{majmin}
|
|
BuildRequires: kf5-ktextwidgets-devel >= %{majmin}
|
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
|
|
BuildRequires: kf5-kxmlgui-devel >= %{majmin}
|
|
BuildRequires: kf5-rpm-macros
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
%description
|
|
KDE Frameworks 5 Tier 3 solution for KParts
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: kf5-kio-devel >= %{majmin}
|
|
Requires: kf5-ktextwidgets-devel >= %{majmin}
|
|
Requires: kf5-kxmlgui-devel >= %{majmin}
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version}
|
|
|
|
|
|
%build
|
|
%{cmake_kf5}
|
|
%{cmake_build}
|
|
|
|
|
|
%install
|
|
%{cmake_install}
|
|
%find_lang %{name} --all-name --with-html
|
|
|
|
mkdir -p %{buildroot}%{_kf5_plugindir}/parts/
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files -f %{name}.lang
|
|
%doc README.md AUTHORS
|
|
%license LICENSES/*.txt
|
|
%{_kf5_libdir}/libKF5Parts.so.*
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
|
%dir %{_kf5_plugindir}/parts/
|
|
|
|
%files devel
|
|
%{_kf5_includedir}/KParts/
|
|
%{_kf5_libdir}/libKF5Parts.so
|
|
%{_kf5_libdir}/cmake/KF5Parts/
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KParts.pri
|
|
|
|
%dir %{_kf5_datadir}/kdevappwizard/
|
|
%dir %{_kf5_datadir}/kdevappwizard/templates/
|
|
%{_kf5_datadir}/kdevappwizard/templates/kpartsapp.tar.bz2
|
|
|
|
|
|
%changelog
|
|
* 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 peijiankang <peijiankang@kylinos.cn> - 5.113.0-1
|
|
- update verison to 5.113.0
|
|
|
|
* Thu Aug 03 2023 haomimi <haomimi@uniontech.com> - 5.108.0-1
|
|
- update verison 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 5 2022 peijiankang <peijiankang@kylinos.cn> - 5.95.0-1
|
|
- update to upstream version 5.95.0
|
|
|
|
* Fri Feb 18 2022 peijiankang <peijiankang@kylinos.cn> - 5.90.0-2
|
|
- rebuild
|
|
|
|
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
|
- update to upstream version 5.90.0
|
|
|
|
* Sun Jan 16 2022 peijiankang <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
|