Accepting request 295526 from KDE:Frameworks5

Update to 5.9.0.

OBS-URL: https://build.opensuse.org/request/show/295526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdbusaddons?expand=0&rev=16
This commit is contained in:
2015-04-13 18:25:57 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 4 14:40:50 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
-------------------------------------------------------------------
Sat Mar 7 16:58:51 UTC 2015 - hrvoje.senjan@gmail.com

View File

@@ -16,16 +16,19 @@
#
%bcond_without lang
%define lname libKF5DBusAddons5
%define _tar_path 5.8
%define _tar_path 5.9
Name: kdbusaddons
Version: %{_tar_path}.0
Version: 5.9.0
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.8.0
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
%if %{with lang}
BuildRequires: libqt5-linguist-devel >= 5.2.0
%endif
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
@@ -44,7 +47,9 @@ create KDED modules.
%package -n %lname
Summary: Convenience classes for QtDBus
Group: System/GUI/KDE
%if %{with lang}
Recommends: %lname-lang = %{version}
%endif
Recommends: %{name}-tools = %{version}
%requires_ge libQt5DBus5
@@ -81,15 +86,19 @@ create KDED modules. Development files.
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}%{_kf5_sharedir}
%fdupes %{buildroot}
%find_lang %{name}5 --with-qt --without-mo
%if %{with lang}
%find_lang %{name}5 --with-qt --without-mo
%endif
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%if %{with lang}
%files -n %lname-lang -f %{name}5.lang
%endif
%files -n %lname
%defattr(-,root,root)