Hrvoje Senjan 2015-04-05 11:45:51 +00:00 committed by Git OBS Bridge
parent 5d27e9ebf6
commit 55fdbf7d0d
4 changed files with 17 additions and 6 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 Sat Mar 7 16:58:51 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -17,12 +17,12 @@
%define lname libKF5DBusAddons5 %define lname libKF5DBusAddons5
%define _tar_path 5.8 %define _tar_path 5.9
Name: kdbusaddons Name: kdbusaddons
Version: %{_tar_path}.0 Version: %{_tar_path}.0
Release: 0 Release: 0
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.8.0 BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: libqt5-linguist-devel >= 5.2.0 BuildRequires: libqt5-linguist-devel >= 5.2.0
@ -83,7 +83,11 @@ create KDED modules. Development files.
%kf5_makeinstall -C build %kf5_makeinstall -C build
%fdupes %{buildroot}%{_kf5_sharedir} %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 %post -n %lname -p /sbin/ldconfig