140 lines
3.7 KiB
RPMSpec
140 lines
3.7 KiB
RPMSpec
%undefine __cmake_in_source_build
|
|
%global framework kcmutils
|
|
|
|
# uncomment to enable bootstrap mode
|
|
#global bootstrap 1
|
|
|
|
%if !0%{?bootstrap}
|
|
## currently includes no tests, consider re-enabling when it does
|
|
#global tests 1
|
|
%endif
|
|
|
|
Name: kf5-%{framework}
|
|
Version: 5.108.0
|
|
Release: 1
|
|
Summary: KDE Frameworks 5 Tier 3 addon with extra API to write KConfigModules
|
|
|
|
License: LGPL-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: make
|
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
|
BuildRequires: kf5-kconfigwidgets-devel >= %{majmin}
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
|
|
BuildRequires: kf5-kdeclarative-devel >= %{majmin}
|
|
BuildRequires: kf5-kguiaddons-devel >= %{majmin}
|
|
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
|
BuildRequires: kf5-kiconthemes-devel >= %{majmin}
|
|
BuildRequires: kf5-kitemviews-devel >= %{majmin}
|
|
BuildRequires: kf5-kpackage-devel >= %{majmin}
|
|
BuildRequires: kf5-kservice-devel >= %{majmin}
|
|
BuildRequires: kf5-kxmlgui-devel >= %{majmin}
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: cmake(KF5GuiAddons)
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
%if 0%{?tests}
|
|
BuildRequires: dbus-x11
|
|
BuildRequires: time
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
%endif
|
|
|
|
%description
|
|
KCMUtils provides various classes to work with KCModules. KCModules can be
|
|
created with the KConfigWidgets framework.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: kf5-kconfigwidgets-devel >= %{majmin}
|
|
Requires: kf5-kservice-devel >= %{majmin}
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} .. \
|
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
|
popd
|
|
|
|
%make_build -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
%find_lang %{name} --all-name
|
|
|
|
# create/own dirs
|
|
mkdir -p %{buildroot}%{_kf5_qtplugindir}/kcms
|
|
|
|
|
|
%check
|
|
%if 0%{?tests}
|
|
export CTEST_OUTPUT_ON_FAILURE=1
|
|
xvfb-run -a \
|
|
dbus-launch --exit-with-session \
|
|
time \
|
|
make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|
%endif
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files -f %{name}.lang
|
|
%doc README.md
|
|
%license LICENSES/*.txt
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
|
%{_kf5_libdir}/libKF5KCMUtils.so.*
|
|
%{_kf5_libdir}/libKF5KCMUtilsCore.so.*
|
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
|
%{_kf5_qtplugindir}/kcms/
|
|
%{_kf5_qmldir}/org/kde/kcmutils/
|
|
|
|
%files devel
|
|
%{_kf5_includedir}/KCMUtils/
|
|
%{_kf5_includedir}/KCMUtilsCore/
|
|
%{_kf5_libdir}/libKF5KCMUtils.so
|
|
%{_kf5_libdir}/libKF5KCMUtilsCore.so
|
|
%{_kf5_libdir}/cmake/KF5KCMUtils/
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KCMUtils.pri
|
|
%{_kf5_libexecdir}/kcmdesktopfilegenerator
|
|
|
|
|
|
%changelog
|
|
* 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 05 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.95.0-1
|
|
- update to upstream version 5.95.0
|
|
|
|
* 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
|
|
- update to upstream version 5.88.0
|
|
|
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
|
- Initial release for OpenEuler
|
|
|