SHA256
1
0
forked from pool/kbookmarks
Hrvoje Senjan 2015-04-05 11:48:36 +00:00 committed by Git OBS Bridge
parent 3de0a18896
commit ab0fbffea6
4 changed files with 24 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Apr 4 14:40:58 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.9.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
- Added kconfig-devel and kcodecs-devel BuildRequires
- Added kwidgetsaddons-devel Requires to devel subpackage
- Drop no longer needed Requires of the devel subpackage:
kconfigwidgets-devel, kiconthemes-devel and kxmlgui-devel
-------------------------------------------------------------------
Sat Mar 7 16:58:58 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -17,14 +17,16 @@
%define lname libKF5Bookmarks5
%define _tar_path 5.8
%define _tar_path 5.9
Name: kbookmarks
Version: %{_tar_path}.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.8.0
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: fdupes
BuildRequires: kcodecs-devel >= %{kf5_version}
BuildRequires: kconfig-devel >= %{kf5_version}
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
BuildRequires: kcoreaddons-devel >= %{kf5_version}
BuildRequires: kf5-filesystem
@ -59,9 +61,7 @@ Summary: Lets you access and manipulate bookmarks stored using XBEL forma
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules
Requires: kconfigwidgets-devel >= %{kf5_version}
Requires: kiconthemes-devel >= %{kf5_version}
Requires: kxmlgui-devel >= %{kf5_version}
Requires: kwidgetsaddons-devel >= %{kf5_version}
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
Requires: pkgconfig(Qt5Xml) >= 5.2.0
@ -81,7 +81,11 @@ Development files
%kf5_makeinstall -C build
%fdupes %{buildroot}%{_kf5_sharedir}
%find_lang %{name}5 --with-qt --without-mo
if [ -e po ]; then
%find_lang %{name}5 --with-qt --without-mo
else
touch %{name}5.lang
fi
%post -n %lname -p /sbin/ldconfig