SHA256
1
0
forked from pool/kbookmarks
Wolfgang Bauer 2018-08-20 12:58:34 +00:00 committed by Git OBS Bridge
parent 44e8ddb923
commit d27e8fde95
4 changed files with 37 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59e1f79eafefd450abff91fd379481d83b8225efc2f9dc2f70a1cfb6ded12c86
size 118592

3
kbookmarks-5.49.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a37c5632e361df36bcade0c31e1172cd284042474ebab5074689b9c058739532
size 118636

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 19 09:18:49 UTC 2018 - christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* Honor BUILD_TESTING
-------------------------------------------------------------------
Mon Jul 16 04:37:35 UTC 2018 - lbeltrame@kde.org

View File

@ -16,16 +16,22 @@
#
%bcond_without lang
%define lname libKF5Bookmarks5
%define _tar_path 5.48
%define _tar_path 5.49
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kbookmarks
Version: 5.48.0
Version: 5.49.0
Release: 0
Summary: Lets you access and manipulate bookmarks stored using XBEL format
License: LGPL-2.1-or-later
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
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
@ -37,37 +43,30 @@ BuildRequires: kf5-filesystem
BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version}
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
%endif
Requires: cmake(Qt5DBus) >= 5.6.0
Requires: cmake(Qt5Widgets) >= 5.6.0
Requires: cmake(Qt5Xml) >= 5.6.0
Summary: Lets you access and manipulate bookmarks stored using XBEL format
License: LGPL-2.1-or-later
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
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
%endif
%description
Framework which lets you access and manipulate bookmarks stored using XBEL format
%package -n %lname
%package -n %{lname}
Summary: Lets you access and manipulate bookmarks stored using XBEL format
Group: System/GUI/KDE
%if %{with lang}
Recommends: %lname-lang = %{version}
Recommends: %{lname}-lang = %{version}
%endif
%description -n %lname
%description -n %{lname}
Framework which lets you access and manipulate bookmarks stored using XBEL format
%package devel
Summary: Lets you access and manipulate bookmarks stored using XBEL format: Build Environment
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Widgets) >= 5.6.0
@ -77,7 +76,8 @@ Requires: cmake(Qt5Xml) >= 5.6.0
Framework which lets you access and manipulate bookmarks stored using XBEL format.
Development files
%lang_package -n %lname
%lang_package -n %{lname}
%prep
%setup -q
@ -93,22 +93,20 @@ Development files
%find_lang %{name}5 --with-qt --without-mo
%endif
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%if %{with lang}
%files -n %lname-lang -f %{name}5.lang
%files -n %{lname}-lang -f %{name}5.lang
%endif
%files -n %lname
%defattr(-,root,root)
%doc COPYING* README*
%files -n %{lname}
%license COPYING*
%doc README*
%{_kf5_libdir}/libKF5Bookmarks.so.*
%{_kf5_debugdir}/*.categories
%files devel
%defattr(-,root,root)
%{_kf5_libdir}/libKF5Bookmarks.so
%{_kf5_libdir}/cmake/KF5Bookmarks/
%dir %{_kf5_includedir}/*/