forked from pool/kwordquiz
Accepting request 147042 from KDE:Distro:Factory
Update KDE to KDE 4.10 RC2 OBS-URL: https://build.opensuse.org/request/show/147042 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwordquiz?expand=0&rev=22
This commit is contained in:
parent
6c7f9c10cc
commit
afec934275
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:561428992541a876b4696f8cfd896a782622949af6bfeae9cb3f1ce399cd1958
|
||||
size 1210716
|
3
kwordquiz-4.9.97.tar.xz
Normal file
3
kwordquiz-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50983077b1ed9a61f50cd206f46a7bd6c5e29b2b4bf1972984796537f8f78e46
|
||||
size 1210736
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 21:15:48 UTC 2013 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.97
|
||||
* This is the second RC release for 4.10. Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 22:17:36 UTC 2013 - asterios.dramis@gmail.com
|
||||
|
||||
- Updated build requirements.
|
||||
- Removed unneeded runtime requirements for libkdeedu4 and libkeduvocdocument4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 18:42:36 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kwordquiz
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products 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,20 +17,7 @@
|
||||
|
||||
|
||||
Name: kwordquiz
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: kdebase4-workspace-devel
|
||||
BuildRequires: libeigen2-devel
|
||||
BuildRequires: libgmm++-devel
|
||||
BuildRequires: libkdeedu4-devel
|
||||
BuildRequires: libopenbabel-devel
|
||||
BuildRequires: libqalculate-devel
|
||||
BuildRequires: libspectre-devel
|
||||
BuildRequires: python-qt4-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: xz
|
||||
Version: 4.9.95
|
||||
Version: 4.9.97
|
||||
Release: 0
|
||||
Summary: Vocabulary Trainer
|
||||
License: GPL-2.0+
|
||||
@ -38,18 +25,19 @@ Group: Amusements/Teaching/Language
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
Requires: libkeduvocdocument4
|
||||
Suggests: libkdeedu4
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libkdeedu4-devel
|
||||
BuildRequires: xz
|
||||
Provides: kde4-kwordquiz = 4.3.0
|
||||
Obsoletes: kde4-kwordquiz < 4.3.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
A powerful flashcard and vocabulary learning program
|
||||
A powerful flashcard and vocabulary learning program.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%ifarch ppc ppc64
|
||||
@ -59,16 +47,11 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%kde4_makeinstall -C build
|
||||
%suse_update_desktop_file %{name} Education Languages
|
||||
%kde_post_install
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%_kde4_bindir/kwordquiz
|
||||
|
Loading…
Reference in New Issue
Block a user