SHA256
1
0
forked from pool/parley

Accepting request 304232 from KDE:Applications

Update to KDE Applications 15.04.

OBS-URL: https://build.opensuse.org/request/show/304232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parley?expand=0&rev=56
This commit is contained in:
Stephan Kulow 2015-05-11 17:24:45 +00:00 committed by Git OBS Bridge
parent 1b000aa1f5
commit c954c264c3
4 changed files with 108 additions and 35 deletions

3
parley-15.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c37555635e505d9c110f8540382dcc28743e6a912f251a6479511f4a5add6b8
size 4747220

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26e0e1620d84b71ffe3f3ee2889b658a0974f2bfa3c64848cef95656dbd1a0d7
size 8203748

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Sat Apr 11 13:56:27 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 15.04.0
* KDE Applications 15.04.0
* https://www.kde.org/announcements/announce-applications-15.04.0.php
-------------------------------------------------------------------
Sat Mar 21 19:00:01 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 15.03.95
* KDE Applications 15.04 RC
-------------------------------------------------------------------
Sun Mar 8 12:59:47 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 15.03.80
* KDE Applications 15.04 Beta
-------------------------------------------------------------------
Tue Mar 3 10:50:53 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.3
* KDE Applications 14.12.3
* See https://www.kde.org/announcements/announce-applications-14.12.3.php
-------------------------------------------------------------------
Sun Feb 1 11:27:22 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.2
* KDE Applications 14.12.2
* See https://www.kde.org/announcements/announce-applications-14.12.2.php
-------------------------------------------------------------------
Mon Jan 12 20:17:15 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.1
* KDE Applications 14.12.1
* See https://www.kde.org/announcements/announce-applications-14.12.1.php
-------------------------------------------------------------------
Wed Dec 17 20:44:29 UTC 2014 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.0
* KDE Applications 14.12.0
* See https://www.kde.org/announcements/announce-applications-14.12.0.php
-------------------------------------------------------------------
Wed Dec 17 20:18:56 UTC 2014 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.0
* KDE Applications 14.12.0
* See https://www.kde.org/announcements/announce-applications-14.12.0.php
-------------------------------------------------------------------
Wed Dec 3 07:57:19 UTC 2014 - tittiatcoke@gmail.com
Update to KDE Applications 14.11.97
* KDE Applications 14.12 Release Candidate
* See http://www.kde.org/announcements/announce-applications-14.12-rc.php
* Parley is now KDE Frameworks based
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 9 20:37:46 UTC 2014 - tittiatcoke@gmail.com Sun Nov 9 20:37:46 UTC 2014 - tittiatcoke@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package parley # spec file for package parley
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,23 +17,42 @@
Name: parley Name: parley
Version: 4.14.3 Version: 15.04.0
Release: 0 Release: 0
Summary: Vocabulary Trainer Summary: Vocabulary Trainer
License: GPL-2.0+ License: GPL-2.0+
Group: Amusements/Teaching/Language Group: Amusements/Teaching/Language
Url: http://edu.kde.org Url: http://edu.kde.org
Source0: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRequires: libattica-devel BuildRequires: extra-cmake-modules
BuildRequires: libkde4-devel BuildRequires: kcmutils-devel
BuildRequires: libkdeedu4-devel BuildRequires: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem
BuildRequires: khtml-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifications-devel
BuildRequires: kross-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkeduvocdocument-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libxslt-devel BuildRequires: libxslt-devel
BuildRequires: sonnet-devel
BuildRequires: update-desktop-files
BuildRequires: xz BuildRequires: xz
Provides: kde4-parley = 4.3.0 BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
Obsoletes: kde4-parley < 4.3.0 BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5Multimedia) >= 5.2.0
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
Requires: kdeedu-data
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description %description
Parley is a vocabulary trainer for KDE. Parley is a vocabulary trainer for KDE.
@ -42,34 +61,23 @@ Parley is a vocabulary trainer for KDE.
%setup -q %setup -q
%build %build
%ifarch ppc ppc64 %cmake_kf5 -d build
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
%cmake_kde4 -d build
%make_jobs %make_jobs
%install %install
%kde4_makeinstall -C build %kf5_makeinstall -C build
%kde_post_install chmod a+x %{buildroot}%{_kf5_appsdir}/parley/plugins/*.py
chmod a+x %{buildroot}%{_kde4_appsdir}/parley/plugins/*.py
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING* %{_kf5_bindir}/parley
%config %{_kde4_configdir}/parley* %doc %{_kf5_htmldir}/en/parley/
%config %{_kde4_configkcfgdir}/*.kcfg %{_kf5_sharedir}/appdata/
%dir %{_kde4_appsdir}/desktoptheme %{_kf5_applicationsdir}/org.kde.parley.desktop
%dir %{_kde4_appsdir}/desktoptheme/default %{_kf5_configdir}/parley*.knsrc
%dir %{_kde4_appsdir}/desktoptheme/default/widgets %{_kf5_sharedir}/kxmlgui5/
%dir %{_kde4_datadir}/appdata %{_kf5_configkcfgdir}/
%doc %lang(en) %{_kde4_htmldir}/en/parley/ %{_kf5_iconsdir}/*/*/*/*
%{_kde4_applicationsdir}/parley.desktop %{_kf5_sharedir}/parley/
%{_kde4_appsdir}/desktoptheme/default/widgets/parley_plasma_card.svg
%{_kde4_appsdir}/parley/
%{_kde4_bindir}/parley
%{_kde4_datadir}/appdata/parley.appdata.xml
%{_kde4_iconsdir}/hicolor/*/apps/parley*.*
%{_kde4_modulesdir}/plasma*.so
%{_kde4_servicesdir}/*.desktop
%changelog %changelog