Accepting request 147032 from KDE:Distro:Factory

Update KDE to KDE 4.10 RC2

OBS-URL: https://build.opensuse.org/request/show/147032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbruch?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2013-01-07 10:00:26 +00:00 committed by Git OBS Bridge
parent f186157a0d
commit af49368d95
4 changed files with 21 additions and 48 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:186faf75392eab851f99cc9f39b39ca06e43f308242efe6fddfb576f9ad522b9
size 906936

3
kbruch-4.9.97.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jan 3 21:12:30 UTC 2013 - tittiatcoke@gmail.com
- Update to 4.9.97
* This is the second RC release for 4.10. Contains bugfixes
-------------------------------------------------------------------
Wed Jan 2 19:49:11 UTC 2013 - asterios.dramis@gmail.com
- Updated build requirements.
- Removed unneeded runtime requirement for libkeduvocdocument4.
-------------------------------------------------------------------
Wed Dec 19 18:39:41 UTC 2012 - tittiatcoke@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package kbruch
#
# 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,46 +17,15 @@
Name: kbruch
BuildRequires: boost-devel
BuildRequires: freeglut-devel
BuildRequires: gsl-devel
BuildRequires: kdebase4-workspace-devel
BuildRequires: libcfitsio-devel
BuildRequires: libeigen2-devel
BuildRequires: libgmm++-devel
BuildRequires: libindi-devel
BuildRequires: libkdeedu4-devel
BuildRequires: libopenbabel-devel
BuildRequires: libqalculate-devel
BuildRequires: libspectre-devel
BuildRequires: python-qt4-devel
BuildRequires: readline-devel
BuildRequires: xz
%if 0%{?sles_version} == 0
BuildRequires: glew-devel
BuildRequires: python
BuildRequires: python-devel
%if 0%{?suse_version} > 1120
BuildRequires: avogadro-devel
%endif
%py_requires
%endif
# currently in DOESNOTBUILD (2008-07-03)
%ifnarch ppc ppc64 s390 s390x
BuildRequires: ocaml
BuildRequires: ocaml-facile
%endif
Version: 4.9.95
Version: 4.9.97
Release: 0
Summary: Excercise Fractions
License: GPL-2.0+
Group: Amusements/Teaching/Mathematics
Url: http://edu.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: fdupes
Requires: libkeduvocdocument4
Suggests: libkeduvocdocument4
BuildRequires: libkde4-devel
BuildRequires: xz
Provides: kde4-kbruch = 4.3.0
Obsoletes: kde4-kbruch < 4.3.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,7 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
KBruch is an application to learn calculating with fractions.
%prep
%setup -q -n %{name}-%{version}
%setup -q
%build
%ifarch ppc ppc64
@ -76,17 +45,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%make_jobs
%install
cd build
%kde4_makeinstall
%kde4_makeinstall -C build
%suse_update_desktop_file %{name} Education Math
%kde_post_install
%if 0%{?suse_version} > 1020
%fdupes -s %{buildroot}
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)