159 lines
4.3 KiB
RPMSpec
159 lines
4.3 KiB
RPMSpec
%global framework kdeclarative
|
|
|
|
# uncomment to enable bootstrap mode
|
|
%global bootstrap 1
|
|
|
|
%if !0%{?bootstrap}
|
|
%global tests 1
|
|
%endif
|
|
|
|
Name: kf5-%{framework}
|
|
Version: 5.113.0
|
|
Release: 1
|
|
Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative
|
|
|
|
License: LGPLv2+
|
|
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
|
|
|
|
# filter qml provides
|
|
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
|
|
|
|
BuildRequires: make
|
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
|
BuildRequires: kf5-kconfig-devel >= %{majmin}
|
|
BuildRequires: kf5-kglobalaccel-devel >= %{majmin}
|
|
BuildRequires: kf5-kguiaddons-devel >= %{majmin}
|
|
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
|
BuildRequires: kf5-kiconthemes-devel >= %{majmin}
|
|
BuildRequires: kf5-kio-devel >= %{majmin}
|
|
BuildRequires: kf5-knotifications-devel >= %{majmin}
|
|
BuildRequires: kf5-kpackage-devel >= %{majmin}
|
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
|
|
BuildRequires: kf5-kwindowsystem-devel >= %{majmin}
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: libepoxy-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
%if 0%{?tests}
|
|
BuildRequires: dbus-x11
|
|
BuildRequires: mesa-dri-drivers
|
|
BuildRequires: time
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
%endif
|
|
|
|
%description
|
|
KDE Frameworks 5 Tier 3 addon for Qt declarative
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: kf5-kconfig-devel >= %{majmin}
|
|
Requires: kf5-kpackage-devel >= %{majmin}
|
|
Requires: qt5-qtdeclarative-devel
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%autosetup -p1 -n %{framework}-%{version}
|
|
|
|
|
|
%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
|
|
|
|
|
|
%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 10 --verbose" -C %{_target_platform} ||:
|
|
%endif
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files -f %{name}.lang
|
|
%doc README.md
|
|
%license LICENSES/*.txt
|
|
%{_kf5_bindir}/kpackagelauncherqml
|
|
%{_kf5_libdir}/libKF5Declarative.so.*
|
|
%{_kf5_libdir}/libKF5QuickAddons.so.*
|
|
%{_kf5_libdir}/libKF5CalendarEvents.so.*
|
|
%dir %{_kf5_qmldir}/org/
|
|
%dir %{_kf5_qmldir}/org/kde/
|
|
%{_kf5_qmldir}/org/kde/draganddrop/
|
|
%{_kf5_qmldir}/org/kde/graphicaleffects/
|
|
%{_kf5_qmldir}/org/kde/kconfig/
|
|
%{_kf5_qmldir}/org/kde/kcoreaddons/
|
|
%{_kf5_qmldir}/org/kde/kquickcontrols/
|
|
%{_kf5_qmldir}/org/kde/kquickcontrolsaddons/
|
|
%dir %{_kf5_qmldir}/org/kde/private/
|
|
%{_kf5_qmldir}/org/kde/private/kquickcontrols/
|
|
%{_kf5_qmldir}/org/kde/kio/
|
|
%{_kf5_qmldir}/org/kde/kwindowsystem/
|
|
%{_kf5_qmldir}/org/kde/kcm/
|
|
|
|
%files devel
|
|
%{_kf5_includedir}/KDeclarative/
|
|
%{_kf5_libdir}/libKF5Declarative.so
|
|
%{_kf5_libdir}/libKF5QuickAddons.so
|
|
%{_kf5_libdir}/libKF5CalendarEvents.so
|
|
%{_kf5_libdir}/cmake/KF5Declarative/
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.pri
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_QuickAddons.pri
|
|
|
|
|
|
%changelog
|
|
* Fri Jan 05 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
|
|
- Update to upstream version 5.113.0
|
|
|
|
* Mon Aug 07 2023 wangqia <wangqia@uniontech.com> - 5.108.0-1
|
|
- Update to upstream 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 liqiuyu <liqiuyu@kylinos.cn> - 5.95.0-1
|
|
- update to upstream version 5.95.0
|
|
|
|
* Fri Feb 18 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-2
|
|
- rebuild
|
|
|
|
* 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
|
|
- update to upstream version 5.88.0
|
|
|
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
|
- Initial release for OpenEuler
|
|
|