File cantor.spec of Package cantor

#
# spec file for package cantor
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           cantor
BuildRequires:  fdupes
BuildRequires:  kdebase4-workspace-devel
BuildRequires:  libkdeedu4-devel
BuildRequires:  libspectre-devel
BuildRequires:  perl
%if 0%{?suse_version} >= 1140
BuildRequires:  gcc-fortran
BuildRequires:  R-base-devel
%endif
# currently in DOESNOTBUILD (2008-07-03)
%ifnarch ppc ppc64 s390 s390x
BuildRequires:  ocaml
BuildRequires:  ocaml-facile
%endif
Version:        4.8.0
Release:        0
Summary:        Worksheet GUI for mathematical software
License:        GPL-2.0+
Group:          Amusements/Teaching/Mathematics
Url:            http://edu.kde.org
Source0:        %{name}-%{version}.tar.bz2
Requires:       libkeduvocdocument4
Suggests:       libkeduvocdocument4
Provides:       kde4-cantor = 4.3.0
Obsoletes:      kde4-cantor < 4.3.0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
a frontend to several existing mathematical software such as R, Sage
and Maxima: Cantor. Cantor offers a worksheet as a nice GUI for all
those backends and is not targeted to kids but to scientists

%package devel
Summary:        Worksheet GUI for mathematical software
Group:          Development/Libraries/KDE
Requires:       cantor = %{version}

%description devel
a frontend to several existing mathematical software such as R, Sage
and Maxima: Cantor. Cantor offers a worksheet as a nice GUI for all
those backends and is not targeted to kids but to scientists

%prep
%setup -q

%build
%ifarch ppc ppc64
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %make_install
  %suse_update_desktop_file %{name}       Education Math
  %kde_post_install
  %fdupes -s %{buildroot}

%clean
  rm -rf %{buildroot}

%post   -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%post   devel -p /sbin/ldconfig

%postun devel -p /sbin/ldconfig

%files devel
%defattr(-,root,root)
%{_kde4_libdir}/libcantorlibs.so
%{_includedir}/cantor/

%files
%defattr(-,root,root)
%{_kde4_appsdir}/cantor/
%{_kde4_applicationsdir}/cantor.desktop
%{_kde4_bindir}/cantor
%config %{_kde4_configkcfgdir}/*.kcfg
%config %{_kde4_configdir}/cantor*.knsrc
%doc %{_kde4_htmldir}/en/cantor/
%{_kde4_iconsdir}/hicolor/*/apps/*
%{_kde4_libdir}/libcantor_config.so
%{_kde4_libdir}/libcantorlibs.so.*
%{_kde4_modulesdir}/cantor*so
%{_kde4_modulesdir}/libcantor*so
%{_kde4_servicesdir}/cantor/
%{_kde4_servicetypesdir}/cantor*
%if 0%{?suse_version} >= 1140
%{_kde4_bindir}/cantor_rserver
%endif

%changelog
openSUSE Build Service is sponsored by