File dtkcore.spec of Package dtkcore

#
# spec file for package deepin-tool-kit
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 Hillwood Yang <hillwood@opensuse.org>
#
# 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 libver 2

Name:           dtkcore
Version:        2.0.0
Release:        0
Summary:        Deepin Tool Kit Core
License:        GPL-3.0+
Group:          Development/Libraries/X11
Url:            https://github.com/linuxdeepin/dtkcore
Source0:        https://github.com/linuxdeepin/dtkcore/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  libqt5-linguist
BuildRequires:  libqt5-qtbase-private-headers-devel
BuildRequires:  libqt5-qtdeclarative-devel
BuildRequires:  libqt5-qtmultimedia-devel
BuildRequires:  libqt5-qtx11extras-devel
BuildRequires:  libqt5-linguist
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Deepint Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work 
on Deepin.

You shoud read the [Deepin Application Specification](doc/Specification) firstly.

%package -n lib%{name}%{libver}
Summary:        Dtkcore libraries
Group:          Development/Libraries/X11

%description -n lib%{name}%{libver}
Deepint Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work 
on Deepin.

You shoud read the [Deepin Application Specification](doc/Specification) firstly.

%package devel
Summary:        Development tools for dtkcore
Group:          Development/Libraries/X11
Requires:       lib%{name}%{libver} = %{version}

%description devel
The dtkcore-devel package contains the header files and developer
docs for dtkcore.

%prep
%setup -q

%build
%qmake5 DEFINES+=QT_NO_DEBUG_OUTPUT \
        PREFIX=%{_prefix} \
        LIB_INSTALL_DIR=%{_libdir}
make %{?_smp_mflags}

%install
%qmake5_install

# Remove useless files
rm -rf %{buildroot}/usr/tests

%files
%defattr(-,root,root,-)
%doc LICENSE README.md
%dir %{_libexecdir}/dtk2
%{_libexecdir}/dtk2/dtk-settings-tool

%files -n lib%{name}%{libver}
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/dtkcore.pc
%dir %{_includedir}/libdtk-2.0
%dir %{_includedir}/libdtk-2.0/DCore
%{_includedir}/libdtk-2.0/DCore/*

%changelog
openSUSE Build Service is sponsored by