5.9.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdbusaddons?expand=0&rev=47
This commit is contained in:
parent
5d27e9ebf6
commit
55fdbf7d0d
@ -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
3
kdbusaddons-5.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f007cdd8235bfa255ba09ed3ac15b97dfdfc1733f47e0490f678260573f022e9
|
||||
size 32600
|
@ -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
|
||||
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
%define lname libKF5DBusAddons5
|
||||
%define _tar_path 5.8
|
||||
%define _tar_path 5.9
|
||||
Name: kdbusaddons
|
||||
Version: %{_tar_path}.0
|
||||
Release: 0
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||
BuildRequires: extra-cmake-modules >= %{version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libqt5-linguist-devel >= 5.2.0
|
||||
@ -83,7 +83,11 @@ create KDED modules. 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user