forked from pool/kwordquiz
Accepting request 443433 from home:luca_b:test_KA
KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443433 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwordquiz?expand=0&rev=37
This commit is contained in:
parent
b6f2c7facb
commit
2ba11f47f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eefe9b29a08f59f856334423187667ff9106883444a9eaa8938da422665588e
|
||||
size 1051944
|
3
kwordquiz-16.11.80.tar.xz
Normal file
3
kwordquiz-16.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c243f9c4c47f31efa5effdef5fbd9951a9f83db6101764649d3245fc2dc245f
|
||||
size 1052636
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 12:39:34 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.11.80
|
||||
* KDE Applications 16.12.0 Beta
|
||||
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 10 08:52:10 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kwordquiz
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,32 +17,40 @@
|
||||
|
||||
|
||||
Name: kwordquiz
|
||||
Version: 16.08.3
|
||||
Version: 16.11.80
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Vocabulary Trainer
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Teaching/Language
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: knotifications-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: libkeduvocdocument-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: sonnet-devel
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,18 +74,18 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kf5_sharedir}/appdata
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%doc AUTHORS COPYING* README
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kwordquiz/
|
||||
%{_kf5_applicationsdir}/org.kde.kwordquiz.desktop
|
||||
%{_kf5_appsdir}/kwordquiz/
|
||||
%{_kf5_bindir}/kwordquiz
|
||||
%{_kf5_sharedir}/appdata/org.kde.kwordquiz.appdata.xml
|
||||
%{_kf5_appstreamdir}/org.kde.kwordquiz.appdata.xml
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kwordquiz.*
|
||||
%{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-kwordquiz.png
|
||||
%{_kf5_configkcfgdir}/
|
||||
%_datadir/knotifications5/
|
||||
%_datadir/kxmlgui5/kwordquiz/
|
||||
%_kf5_configdir/kwordquiz.knsrc
|
||||
%{_datadir}/knotifications5/
|
||||
%{_datadir}/kxmlgui5/kwordquiz/
|
||||
%{_kf5_configdir}/kwordquiz.knsrc
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user