kdeclarative/kdeclarative.spec

161 lines
4.6 KiB
RPMSpec
Raw Normal View History

#
# spec file for package kdeclarative
#
# 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/
#
%define lname libKF5Declarative5
%define _tar_path 5.9
Name: kdeclarative
Version: %{_tar_path}.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: fdupes
BuildRequires: kconfig-devel >= %{kf5_version}
BuildRequires: kcoreaddons-devel >= %{kf5_version}
BuildRequires: kf5-filesystem
BuildRequires: kglobalaccel-devel >= %{kf5_version}
BuildRequires: kguiaddons-devel >= %{kf5_version}
BuildRequires: ki18n-devel >= %{kf5_version}
BuildRequires: kiconthemes-devel >= %{kf5_version}
BuildRequires: kio-devel >= %{kf5_version}
BuildRequires: kpackage-devel >= %{kf5_version}
BuildRequires: kwidgetsaddons-devel >= %{kf5_version}
BuildRequires: kwindowsystem-devel >= %{kf5_version}
BuildRequires: libepoxy-devel
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
Summary: Integration of QML and KDE workspaces
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KDeclarative provides integration of QML and KDE workspaces.
%package -n %lname
Summary: Integration of QML and KDE workspaces
Group: System/GUI/KDE
Recommends: %lname-lang = %{version}
%description -n %lname
KDeclarative provides integration of QML and KDE workspaces.
%package -n libKF5QuickAddons5
Summary: Integration of QML and KDE workspaces
Group: System/GUI/KDE
%description -n libKF5QuickAddons5
KDeclarative provides integration of QML and KDE workspaces.
%package components
Summary: KDeclarative QML components
Group: System/GUI/KDE
%description components
KDeclarative provides integration of QML and KDE workspaces.
%package tools
Summary: KDeclarative tools
Group: System/GUI/KDE
%description tools
KDeclarative provides integration of QML and KDE workspaces.
%package devel
Summary: Integration of QML and KDE workspaces: Build Environment
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: %{name}-components = %{version}
Requires: extra-cmake-modules
Requires: kconfig-devel >= %{kf5_version}
Requires: kcoreaddons-devel >= %{kf5_version}
Requires: kpackage-devel >= %{kf5_version}
Requires: libKF5QuickAddons5 = %{version}
Requires: pkgconfig(Qt5Qml) >= 5.2.0
%description devel
KDeclarative provides integration of QML and KDE workspaces.
Development files.
%lang_package -n %lname
%prep
%setup -q
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%fdupes -s %{buildroot}
if [ -e po ]; then
%find_lang %{name}5
else
touch %{name}5.lang
fi
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%post -n libKF5QuickAddons5 -p /sbin/ldconfig
%postun -n libKF5QuickAddons5 -p /sbin/ldconfig
%files -n %lname-lang -f %{name}5.lang
%files -n %lname
%defattr(-,root,root)
%doc COPYING* README*
%{_kf5_libdir}/libKF5Declarative.so.*
%files -n libKF5QuickAddons5
%defattr(-,root,root)
%doc COPYING* README*
%{_kf5_libdir}/libKF5QuickAddons.so.*
%files components
%defattr(-,root,root)
%doc COPYING* README*
%{_kf5_libdir}/qt5/qml/
%files tools
%defattr(-,root,root)
%doc COPYING* README*
%{_kf5_bindir}/kpackagelauncherqml
%files devel
%defattr(-,root,root)
%{_kf5_libdir}/libKF5Declarative.so
%{_kf5_libdir}/libKF5QuickAddons.so
%{_kf5_libdir}/cmake/KF5Declarative/
%{_kf5_includedir}/*.h
%dir %{_kf5_includedir}/*/
%{_kf5_includedir}/*/
%{_kf5_mkspecsdir}/qt_KDeclarative.pri
%{_kf5_mkspecsdir}/qt_QuickAddons.pri
%changelog