Compare commits
18 Commits
20.04.0-1m
...
21.08.1-1m
Author | SHA1 | Date | |
---|---|---|---|
2fa0116614 | |||
c9ef9de435 | |||
ca20293f33 | |||
17b9103509 | |||
730291319c | |||
276cc49fbd | |||
e566d30a8f | |||
e190705311 | |||
cb2f221f6e | |||
9f3c02a87d | |||
3f8142820a | |||
2346972487 | |||
2fd662b48f | |||
6171e786a3 | |||
5e4689475d | |||
90993339a4 | |||
d2bf7245ad | |||
94413d8ba1 |
117
parley.spec
117
parley.spec
@ -1,39 +1,50 @@
|
||||
Name: parley
|
||||
Version: 20.04.0
|
||||
Version: 21.08.1
|
||||
Release: 1mamba
|
||||
Summary: Parley - Vocabulary Trainer
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org/applications/education/parley
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://apps.kde.org/education/parley/
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/parley-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5WebEngine-devel
|
||||
BuildRequires: libattica5-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libkdeedu-devel
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcmutils-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkeduvocdocument-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknewstuff-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkross-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libktextwidgets-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libsoprano-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libxslt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: libkhtml-devel
|
||||
#Requires: kde-workspace
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: kdeedu-data
|
||||
|
||||
%description
|
||||
Parley is a program to help you memorize things.
|
||||
@ -60,6 +71,8 @@ Features:
|
||||
* Share and download vocabulary using Get Hot New Stuff;
|
||||
* Open XML file format (shared with KWordQuiz, Kanagram and KHangMan) that can be edited by hand and is easily usable with scripts.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -71,7 +84,7 @@ Features:
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -104,24 +117,68 @@ exit 0
|
||||
%{_datadir}/kxmlgui5/parley/*.rc
|
||||
%dir %{_datadir}/kxmlgui5/parley/themes
|
||||
%{_datadir}/kxmlgui5/parley/themes/*
|
||||
%{_datadir}/knsrcfiles/parley*.knsrc
|
||||
%{_kde5_kcfgdir}/*.kcfg
|
||||
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
||||
%{_kde5_icondir}/hicolor/scalable/apps/%{name}*.svgz
|
||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
||||
%config %{_kde5_configdir}/%{name}*.knsrc
|
||||
%lang(en) %{_kde5_htmldir}/en/%{name}
|
||||
%lang(ca) %{_datadir}/doc/HTML/ca/parley
|
||||
%lang(de) %{_datadir}/doc/HTML/de/parley
|
||||
%lang(es) %{_datadir}/doc/HTML/es/parley
|
||||
%lang(it) %{_datadir}/doc/HTML/it/parley
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl/parley
|
||||
%lang(pt) %{_datadir}/doc/HTML/pt/parley
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/parley
|
||||
%lang(sv) %{_datadir}/doc/HTML/sv/parley
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk/parley
|
||||
%doc AUTHORS COPYING COPYING.DOC
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Fri Sep 03 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 11 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 22 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 06 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 16 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user