require kdeedu-data [release 20.04.0-2mamba;Thu Apr 30 2020]
This commit is contained in:
parent
e9f7724412
commit
5ca586bfc5
@ -1,6 +1,6 @@
|
|||||||
Name: kwordquiz
|
Name: kwordquiz
|
||||||
Version: 20.04.0
|
Version: 20.04.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: KWordQuiz - Flash Card Trainer
|
Summary: KWordQuiz - Flash Card Trainer
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,17 +9,37 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kwordquiz-%{version}.tar.xz
|
Source: http://download.kde.org/stable/release-service/%{version}/src/kwordquiz-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: cmake
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libattica5-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libkauth-devel
|
||||||
|
BuildRequires: libkcodecs-devel
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
|
BuildRequires: libkconfigwidgets-devel
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libkcrash-devel
|
||||||
|
BuildRequires: libkeduvocdocument-devel
|
||||||
|
BuildRequires: libkguiaddons-devel
|
||||||
|
BuildRequires: libki18n-devel
|
||||||
|
BuildRequires: libkiconthemes-devel
|
||||||
|
BuildRequires: libkitemviews-devel
|
||||||
|
BuildRequires: libknewstuff-devel
|
||||||
|
BuildRequires: libknotifications-devel
|
||||||
|
BuildRequires: libknotifyconfig-devel
|
||||||
|
BuildRequires: libkservice-devel
|
||||||
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
|
BuildRequires: libkwindowsystem-devel
|
||||||
|
BuildRequires: libkxmlgui-devel
|
||||||
BuildRequires: libphonon-devel
|
BuildRequires: libphonon-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libkeduvocdocument-devel >= %{version}
|
BuildRequires: cmake
|
||||||
Provides: kwordquiz4 = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: kwordquiz4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: kwordquiz4
|
Obsoletes: kwordquiz4
|
||||||
|
Requires: kdeedu-data
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,6 +52,8 @@ Features:
|
|||||||
* Flashcards and Quiz types;
|
* Flashcards and Quiz types;
|
||||||
* Several Vocabulary documents formats supported.
|
* Several Vocabulary documents formats supported.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -43,7 +65,7 @@ Features:
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -78,21 +100,12 @@ exit 0
|
|||||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
||||||
%{_datadir}/knotifications5/kwordquiz.notifyrc
|
%{_datadir}/knotifications5/kwordquiz.notifyrc
|
||||||
%{_datadir}/kxmlgui5/kwordquiz/kwordquizui.rc
|
%{_datadir}/kxmlgui5/kwordquiz/kwordquizui.rc
|
||||||
%lang(en) %{_kde5_htmldir}/en/%{name}
|
|
||||||
%lang(ca) %{_datadir}/doc/HTML/ca/kwordquiz
|
|
||||||
%lang(de) %{_datadir}/doc/HTML/de/kwordquiz
|
|
||||||
%lang(es) %{_datadir}/doc/HTML/es/kwordquiz
|
|
||||||
%lang(et) %{_datadir}/doc/HTML/et/kwordquiz
|
|
||||||
%lang(it) %{_datadir}/doc/HTML/it/kwordquiz
|
|
||||||
%lang(nl) %{_datadir}/doc/HTML/nl/kwordquiz
|
|
||||||
%lang(pt) %{_datadir}/doc/HTML/pt/kwordquiz
|
|
||||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kwordquiz
|
|
||||||
%lang(sv) %{_datadir}/doc/HTML/sv/kwordquiz
|
|
||||||
%lang(uk) %{_datadir}/doc/HTML/uk/kwordquiz
|
|
||||||
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
||||||
# README TODO
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.0-2mamba
|
||||||
|
- require kdeedu-data
|
||||||
|
|
||||||
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user