2014-02-07 22:41:59 +01:00
|
|
|
#
|
|
|
|
# spec file for package kbookmarks
|
|
|
|
#
|
2019-01-14 14:31:13 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-02-07 22:41:59 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-10-16 14:23:48 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-07 22:41:59 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2014-03-01 19:32:26 +01:00
|
|
|
%define lname libKF5Bookmarks5
|
2019-08-11 23:06:59 +02:00
|
|
|
%define _tar_path 5.61
|
2017-09-13 12:20:05 +02:00
|
|
|
# Full KF5 version (e.g. 5.33.0)
|
|
|
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
|
|
|
# Last major and minor KF5 version (e.g. 5.33)
|
2018-07-17 10:57:47 +02:00
|
|
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
2018-08-20 14:58:34 +02:00
|
|
|
%bcond_without lang
|
2014-02-07 22:41:59 +01:00
|
|
|
Name: kbookmarks
|
2019-08-11 23:06:59 +02:00
|
|
|
Version: 5.61.0
|
2014-02-07 22:41:59 +01:00
|
|
|
Release: 0
|
2018-08-21 13:25:13 +02:00
|
|
|
Summary: Framework for manipulating bookmarks in XBEL format
|
2018-08-20 14:58:34 +02:00
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
Group: System/GUI/KDE
|
2018-10-16 14:23:48 +02:00
|
|
|
URL: https://www.kde.org
|
2019-08-11 23:06:59 +02:00
|
|
|
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
|
|
|
%if %{with_lang}
|
|
|
|
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
|
|
|
Source2: frameworks.keyring
|
|
|
|
%endif
|
|
|
|
Source99: baselibs.conf
|
2019-03-17 18:01:30 +01:00
|
|
|
BuildRequires: cmake >= 3.5
|
2017-09-13 12:20:05 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
2014-02-07 22:41:59 +01:00
|
|
|
BuildRequires: fdupes
|
2017-09-13 12:20:05 +02:00
|
|
|
BuildRequires: kcodecs-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
2014-02-07 22:41:59 +01:00
|
|
|
BuildRequires: kf5-filesystem
|
2017-09-13 12:20:05 +02:00
|
|
|
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
|
2019-03-17 18:01:30 +01:00
|
|
|
Requires: cmake(Qt5DBus) >= 5.9.0
|
|
|
|
Requires: cmake(Qt5Widgets) >= 5.9.0
|
|
|
|
Requires: cmake(Qt5Xml) >= 5.9.0
|
2018-08-20 14:58:34 +02:00
|
|
|
%if %{with lang}
|
2019-03-17 18:01:30 +01:00
|
|
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.9.0
|
2018-08-20 14:58:34 +02:00
|
|
|
%endif
|
2014-02-07 22:41:59 +01:00
|
|
|
|
|
|
|
%description
|
2018-08-21 13:25:13 +02:00
|
|
|
This is a framework for accessing and manipulating bookmarks using
|
|
|
|
the XBEL format.
|
2014-02-07 22:41:59 +01:00
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%package -n %{lname}
|
2018-08-21 13:25:13 +02:00
|
|
|
Summary: Framework for manipulating bookmarks in XBEL format
|
2014-02-07 22:41:59 +01:00
|
|
|
Group: System/GUI/KDE
|
2018-08-20 14:58:34 +02:00
|
|
|
Recommends: %{lname}-lang = %{version}
|
2014-02-07 22:41:59 +01:00
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%description -n %{lname}
|
2018-08-21 13:25:13 +02:00
|
|
|
This is a framework for accessing and manipulating bookmarks using
|
|
|
|
the XBEL format.
|
2014-02-07 22:41:59 +01:00
|
|
|
|
|
|
|
%package devel
|
2018-08-21 13:25:13 +02:00
|
|
|
Summary: Development files for kbookmarks, a XBEL format bookmark manipulation framework
|
2014-02-07 22:41:59 +01:00
|
|
|
Group: Development/Libraries/KDE
|
2018-08-20 14:58:34 +02:00
|
|
|
Requires: %{lname} = %{version}
|
2014-02-07 22:41:59 +01:00
|
|
|
Requires: extra-cmake-modules
|
2017-09-13 12:20:05 +02:00
|
|
|
Requires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
2019-03-17 18:01:30 +01:00
|
|
|
Requires: cmake(Qt5Widgets) >= 5.9.0
|
|
|
|
Requires: cmake(Qt5Xml) >= 5.9.0
|
2014-02-07 22:41:59 +01:00
|
|
|
|
|
|
|
%description devel
|
2018-08-21 13:25:13 +02:00
|
|
|
Development files for kbookmarks, a framework for accessing and
|
2018-10-16 14:23:48 +02:00
|
|
|
manipulating bookmarks using the XBEL format
|
2014-02-07 22:41:59 +01:00
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%lang_package -n %{lname}
|
|
|
|
|
2014-02-07 22:41:59 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
2015-04-10 18:48:49 +02:00
|
|
|
%fdupes %{buildroot}
|
2014-05-05 13:15:27 +02:00
|
|
|
|
2015-04-10 18:28:45 +02:00
|
|
|
%if %{with lang}
|
2015-04-05 13:48:36 +02:00
|
|
|
%find_lang %{name}5 --with-qt --without-mo
|
2015-04-10 18:28:45 +02:00
|
|
|
%endif
|
2014-02-07 22:41:59 +01:00
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%post -n %{lname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{lname} -p /sbin/ldconfig
|
2014-02-07 22:41:59 +01:00
|
|
|
|
2015-04-10 18:28:45 +02:00
|
|
|
%if %{with lang}
|
2018-08-20 14:58:34 +02:00
|
|
|
%files -n %{lname}-lang -f %{name}5.lang
|
2015-04-10 18:28:45 +02:00
|
|
|
%endif
|
2014-05-05 13:15:27 +02:00
|
|
|
|
2018-08-20 14:58:34 +02:00
|
|
|
%files -n %{lname}
|
|
|
|
%license COPYING*
|
|
|
|
%doc README*
|
2014-02-07 22:41:59 +01:00
|
|
|
%{_kf5_libdir}/libKF5Bookmarks.so.*
|
2018-01-17 16:06:43 +01:00
|
|
|
%{_kf5_debugdir}/*.categories
|
2014-02-07 22:41:59 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_kf5_libdir}/libKF5Bookmarks.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5Bookmarks/
|
|
|
|
%dir %{_kf5_includedir}/*/
|
|
|
|
%{_kf5_includedir}/*/
|
|
|
|
%{_kf5_includedir}/*.h
|
|
|
|
%{_kf5_mkspecsdir}/qt_KBookmarks.pri
|
|
|
|
|
|
|
|
%changelog
|