!3 update to upstream version 5.90.0
From: @tanyulong2021 Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
728aeea01c
122
kf5-knotifyconfig.spec
Normal file
122
kf5-knotifyconfig.spec
Normal file
@ -0,0 +1,122 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework knotifyconfig
|
||||
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.90.0
|
||||
Release: 2
|
||||
Summary: KDE Frameworks 5 Tier 3 module for KNotify configuration
|
||||
|
||||
License: LGPLv2+
|
||||
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
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
|
||||
## upstream patches
|
||||
|
||||
BuildRequires: make libxml2 libstdc++ libgcc
|
||||
%if 0
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
BuildRequires: kf5-kcompletion-devel >= %{majmin}
|
||||
BuildRequires: kf5-kconfig-devel >= %{majmin}
|
||||
BuildRequires: kf5-kconfigwidgets-devel >= %{majmin}
|
||||
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
||||
BuildRequires: kf5-kio-devel >= %{majmin}
|
||||
BuildRequires: kf5-knotifications-devel >= %{majmin}
|
||||
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
|
||||
BuildRequires: kf5-kxmlgui-devel >= %{majmin}
|
||||
BuildRequires: kf5-rpm-macros
|
||||
BuildRequires: phonon-qt5-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
|
||||
%if !0%{?bootstrap}
|
||||
#BuildRequires: cmake(Qt5TextToSpeech)
|
||||
%endif
|
||||
|
||||
%if 0%{?tests}
|
||||
BuildRequires: dbus-x11
|
||||
BuildRequires: time
|
||||
BuildRequires: xorg-x11-server-Xvfb
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
%if 0
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: qt5-qtbase-devel
|
||||
%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 %{?_smp_mflags} -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" -C %{_target_platform} ||:
|
||||
%endif
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
%files -f %{name}.lang
|
||||
%endif
|
||||
|
||||
%files
|
||||
%if 0
|
||||
%doc README.md
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_datadir}/qlogging-categories5/*%{framework}.*
|
||||
%{_kf5_libdir}/libKF5NotifyConfig.so.*
|
||||
|
||||
%files devel
|
||||
%{_kf5_includedir}/knotifyconfig_version.h
|
||||
%{_kf5_includedir}/KNotifyConfig/
|
||||
%{_kf5_libdir}/libKF5NotifyConfig.so
|
||||
%{_kf5_libdir}/cmake/KF5NotifyConfig/
|
||||
%{_kf5_archdatadir}/mkspecs/modules/qt_KNotifyConfig.pri
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 18 2022 pei-jiankang<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
|
||||
|
||||
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
||||
- update to upstream version 5.88.0
|
||||
|
||||
BIN
knotifyconfig-5.90.0.tar.xz
Normal file
BIN
knotifyconfig-5.90.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user