Accepting request 490523 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490523 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parley?expand=0&rev=79
This commit is contained in:
commit
243527f9c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e170e93e55f9bc1e621ddde0b370fbc95a8b947eb37eaffd22372f8402b2ab6e
|
||||
size 5308316
|
3
parley-17.04.0.tar.xz
Normal file
3
parley-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:872d65cd186241b4db1519973800634c497d99b935527130b5f59d753e879644
|
||||
size 8822368
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:33 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:26:10 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:54 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* Albert says: bunch of files i forgot to git add, sorry ^_^
|
||||
* Update mwclient to 0.8.4 for fetch sound from wiktionary
|
||||
* Replace kde-files.org with store.kde.org in docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:44:22 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
19
parley.spec
19
parley.spec
@ -15,12 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: parley
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# 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+
|
||||
@ -57,11 +58,16 @@ Requires: kdeedu-data
|
||||
Obsoletes: parley5 < %{version}
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Parley is a vocabulary trainer for KDE.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -71,6 +77,10 @@ Parley is a vocabulary trainer for KDE.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
chmod a+x %{buildroot}%{_kf5_appsdir}/parley/plugins/*.py
|
||||
|
||||
%files
|
||||
@ -85,4 +95,9 @@ Parley is a vocabulary trainer for KDE.
|
||||
%{_kf5_iconsdir}/*/*/*/*
|
||||
%{_kf5_sharedir}/parley/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user