5.9.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=52
This commit is contained in:
parent
4b693c3a9f
commit
e0b7b35ce3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b830f1b58f1f0b618455d8be08b48b117530e45e3207f23f5a7e3958dfe278f
|
||||
size 115792
|
3
kcompletion-5.9.0.tar.xz
Normal file
3
kcompletion-5.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1340955eb9d8a25aa1a4c24e040985df4dd091bbcf6f40e35307c5e5f07f353f
|
||||
size 115784
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 14:40:33 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:35 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.8
|
||||
%define _tar_path 5.9
|
||||
Name: kcompletion
|
||||
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: kconfig-devel >= %{kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -75,7 +75,11 @@ 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