SHA256
1
0
forked from pool/kbookmarks

Accepting request 240379 from KDE:Frameworks5

Define kf5_version within package

OBS-URL: https://build.opensuse.org/request/show/240379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbookmarks?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2014-07-17 07:20:15 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 14 deletions

View File

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 11 09:48:36 UTC 2014 - hrvoje.senjan@gmail.com
- Define kf5_version within package
-------------------------------------------------------------------
Tue Jul 1 21:36:09 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.0.0
* Final release of KDE Frameworks 5
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.0.php
-------------------------------------------------------------------
Sun Jun 1 18:02:40 UTC 2014 - hrvoje.senjan@gmail.com

View File

@@ -18,17 +18,18 @@
%define lname libKF5Bookmarks5
Name: kbookmarks
Version: 4.100.0
Version: 5.0.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.14
BuildRequires: extra-cmake-modules >= 1.0.0
BuildRequires: fdupes
BuildRequires: kconfigwidgets-devel >= %{_kf5_version}
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
BuildRequires: kcoreaddons-devel >= %{kf5_version}
BuildRequires: kf5-filesystem
BuildRequires: kiconthemes-devel >= %{_kf5_version}
BuildRequires: kwidgetsaddons-devel >= %{_kf5_version}
BuildRequires: kxmlgui-devel >= %{_kf5_version}
BuildRequires: kiconthemes-devel >= %{kf5_version}
BuildRequires: kwidgetsaddons-devel >= %{kf5_version}
BuildRequires: kxmlgui-devel >= %{kf5_version}
BuildRequires: libqt5-linguist-devel >= 5.2.0
Requires: pkgconfig(Qt5DBus) >= 5.2.0
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
@@ -37,7 +38,7 @@ Summary: Lets you access and manipulate bookmarks stored using XBEL forma
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,9 +58,9 @@ 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: kconfigwidgets-devel >= %{kf5_version}
Requires: kiconthemes-devel >= %{kf5_version}
Requires: kxmlgui-devel >= %{kf5_version}
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
Requires: pkgconfig(Qt5Xml) >= 5.2.0