File analitza.spec of Package analitza
#
# spec file for package analitza
#
# Copyright (c) 2015 SUSE LINUX 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: analitza
Version: 16.08.2
Release: 0
Summary: A library to add mathematical features to programs
License: LGPL-2.1+
Group: System/GUI/KDE
Url: https://projects.kde.org/projects/kde/kdeedu/analitza
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake
%if 0%{?suse_version} > 1310
BuildRequires: eigen3-devel
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: xz
BuildRequires: pkgconfig(Qt5OpenGL)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
Requires: libAnalitza5 = %{version}
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The analitza library will let you add mathematical features to your program.
%package -n libAnalitza5
Summary: A library to add mathematical features to programs
Group: System/GUI/KDE
Requires: analitza = %{version}
%description -n libAnalitza5
The analitza library will let you add mathematical features to your program.
%package devel
Summary: A library to add mathematical features to programs - development files
Group: Development/Libraries/C and C++
Requires: libAnalitza5 = %{version}
Obsoletes: analitza5-devel < %{version}
%description devel
Development files for Analitza, Analitza library will let you add mathematical features to your programs.
%prep
%setup -q -n analitza-%{version}
%build
%cmake_kf5 -d build
%{make_jobs}
%install
%{kf5_makeinstall} -C build
%post -n libAnalitza5 -p /sbin/ldconfig
%postun -n libAnalitza5 -p /sbin/ldconfig
%files -n libAnalitza5
%defattr(-,root,root)
%doc COPYING
%{_kf5_libdir}/libAnalitza*.so.*
%files devel
%defattr(-,root,root)
%{_kf5_libdir}/libAnalitza*.so
%{_kf5_prefix}/include/Analitza5/
%{_kf5_libdir}/cmake/Analitza5/
%files
%defattr(-,root,root)
%{_kf5_qmldir}/
%{_kf5_sharedir}/libanalitza/
%changelog