diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:34:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:34:54 +0000 |
commit | 9335ae9c0a3597770ab821e79fa0f72cb586e7a2 (patch) | |
tree | 8af74afda04e90378809f59036b9c4045936c8ec | |
parent | 434b228c7d8f68d51f906bc6eb2d3f2af7632dca (diff) |
automatic import of kwordquizopeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | kwordquiz.spec | 99 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 101 insertions, 0 deletions
@@ -0,0 +1 @@ +/kwordquiz-22.08.0.tar.xz diff --git a/kwordquiz.spec b/kwordquiz.spec new file mode 100644 index 0000000..75ffec3 --- /dev/null +++ b/kwordquiz.spec @@ -0,0 +1,99 @@ +%global majmin_ver %(echo %{version} | cut -d. -f1,2) + +Name: kwordquiz +Summary: Flash Card Trainer +Version: 22.08.0 +Release: 1 + +License: GPLv2+ +URL: https://invent.kde.org/edu/%{name} + +%global revision %(echo %{version} | cut -d. -f3) + +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif + +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: extra-cmake-modules +BuildRequires: gettext +BuildRequires: kf5-kcompletion-devel +BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kconfigwidgets-devel +BuildRequires: kf5-kcoreaddons-devel +BuildRequires: kf5-kcrash-devel +BuildRequires: kf5-kdbusaddons-devel +BuildRequires: kf5-kdeclarative-devel +BuildRequires: kf5-kdelibs4support-devel +BuildRequires: kf5-kdoctools-devel +BuildRequires: kf5-kguiaddons-devel +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kiconthemes-devel +BuildRequires: kf5-kio-devel +BuildRequires: kf5-kitemviews-devel +BuildRequires: kf5-kjobwidgets-devel +BuildRequires: kf5-knewstuff-devel +BuildRequires: kf5-knotifications-devel +BuildRequires: kf5-knotifyconfig-devel +BuildRequires: kf5-kservice-devel +BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kwindowsystem-devel +BuildRequires: kf5-kxmlgui-devel +BuildRequires: kf5-rpm-macros +BuildRequires: libappstream-glib + +BuildRequires: libkeduvocdocument-devel >= %{majmin_ver} +BuildRequires: pkgconfig(phonon4qt5) +BuildRequires: pkgconfig(Qt5Widgets) pkgconfig(Qt5Svg) + +Conflicts: kdeedu < 4.7.0-10 + +%description +%{summary}. + + +%prep +%autosetup -p1 + + +%build +mkdir %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd +%make_build -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +%find_lang %{name} --all-name --with-html --with-man --with-qt + + +%check +appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml ||: +desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop ||: + + +%files -f %{name}.lang +%license LICENSES/* +%doc README +%{_kf5_bindir}/%{name} +%{_kf5_datadir}/knsrcfiles/%{name}.knsrc +%{_kf5_datadir}/applications/org.kde.%{name}.desktop +%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml +%{_kf5_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.* +%{_kf5_datadir}/icons/hicolor/*/apps/%{name}.* +%{_kf5_datadir}/%{name}/ +%{_kf5_datadir}/knotifications5/%{name}.notifyrc +%{_kf5_datadir}/kxmlgui5/%{name}/ +%{_kf5_datadir}/config.kcfg/%{name}.kcfg + + +%changelog +* Mon Dec 19 2022 misaka00251 <liuxin@iscas.ac.cn> - 22.08.0-1 +- Init package @@ -0,0 +1 @@ +32e9477db64b5e6316d24b4f6784fb25 kwordquiz-22.08.0.tar.xz |