File kdstatemachineeditor.spec of Package kdstatemachineeditor
#
# spec file for package kdstatemachineeditor
#
# Copyright (c) 2017 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/
#
%define libnamecore libkdstatemachineeditor_core1_2_0
%define libnameview libkdstatemachineeditor_view1_2_0
Name: kdstatemachineeditor
Version: 1.2.0
Release: 0
Summary: A framework for creating Qt State Machine metacode using a GUI
License: LGPL-2.1
Group: Development/Libraries
Url: http://kdab.github.io/KDStateMachineEditor/
Source: https://github.com/KDAB/KDStateMachineEditor/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake >= 2.8.11
BuildRequires: doxygen
BuildRequires: graphviz-devel
BuildRequires: graphviz-gnome
BuildRequires: libQt5Core-private-headers-devel >= 5.3.0
BuildRequires: libQt5Gui-private-headers-devel >= 5.3.0
BuildRequires: libQt5Network-private-headers-devel >= 5.3.0
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: cmake(Qt5Gui) >= 5.3.0
BuildRequires: cmake(Qt5Network) >= 5.3.0
BuildRequires: cmake(Qt5Qml) >= 5.3.0
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
BuildRequires: cmake(Qt5XmlPatterns) >= 5.3.0
BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The KDAB State Machine Editor Library is a framework that can be used
to help develop full-featured State Machine Editing graphical user
interfaces and tools. Output from such applications is in metacode
or QML that can then be used in larger Qt or QtQuick projects.
%package -n %{libnamecore}
Summary: KDAB State Machine Editor core library
Group: Development/Libraries/C and C++
%description -n %{libnamecore}
The KDAB State Machine Editor Library is a framework that can be used
to help develop full-featured State Machine Editing graphical user
interfaces and tools. Output from such applications is in metacode
or QML that can then be used in larger Qt or QtQuick projects.
%package -n %{libnameview}
Summary: KDAB State Machine Editor view library
Group: Development/Libraries/C and C++
%description -n %{libnameview}
The KDAB State Machine Editor Library is a framework that can be used
to help develop full-featured State Machine Editing graphical user
interfaces and tools. Output from such applications is in metacode
or QML that can then be used in larger Qt or QtQuick projects.
%package devel
Summary: Introspection/Debugging Tool for Qt Applications
Group: Development/Libraries/C and C++
Requires: %{libnamecore} = %{version}
Requires: %{libnameview} = %{version}
%description devel
The KDAB State Machine Editor Library is a framework that can be used
to help develop full-featured State Machine Editing graphical user
interfaces and tools. Output from such applications is in metacode
or QML that can then be used in larger Qt or QtQuick projects.
%prep
%setup -q -n %{name}-%{version}
%build
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_SKIP_INSTALL_RPATH=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DECM_MKSPECS_INSTALL_DIR=%{_libdir}/qt5/mkspecs/modules \
-DLIB_INSTALL_DIR="%{_lib}"
make VERBOSE=1 %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%post -n libkdstatemachineeditor_core1_2_0 -p /sbin/ldconfig
%postun -n libkdstatemachineeditor_core1_2_0 -p /sbin/ldconfig
%post -n libkdstatemachineeditor_view1_2_0 -p /sbin/ldconfig
%postun -n libkdstatemachineeditor_view1_2_0 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc CHANGES ReadMe.txt LICENSE.*
%files -n %{libnamecore}
%defattr(-,root,root)
%{_libdir}/cmake/KDSME
%{_libdir}/libkdstatemachineeditor_core.so.%{version}
%{_libdir}/qt5/mkspecs/modules/qt_KDSMECore.pri
%files -n %{libnameview}
%defattr(-,root,root)
%{_libdir}/libkdstatemachineeditor_view.so.%{version}
%{_libdir}/qt5/mkspecs/modules/qt_KDSMEView.pri
%files devel
%defattr(-,root,root)
%{_libdir}/libkdstatemachineeditor_core.so
%{_libdir}/libkdstatemachineeditor_view.so
%dir %{_includedir}/kdstatemachineeditor
%dir %{_includedir}/kdstatemachineeditor/core
%dir %{_includedir}/kdstatemachineeditor/view
%{_includedir}/kdstatemachineeditor/core/*
%{_includedir}/kdstatemachineeditor/view/*
%changelog