Hrvoje Senjan 2015-04-05 11:39:27 +00:00 committed by Git OBS Bridge
parent 142167a6f2
commit 57456db04c
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:84d84f16890ec4cf74545e7c6ffd96d8979b8788ba018c86ff8bacdd487f93a1
size 84488

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 4 14:40:31 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:33 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -16,13 +16,13 @@
#
%define _tar_path 5.8
%define _tar_path 5.9
Name: kdesignerplugin
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: kbookmarks-devel >= %{kf5_version}
BuildRequires: kcompletion-devel >= %{kf5_version}
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
@ -82,7 +82,11 @@ from ini-style description files. Development files.
%install
%kf5_makeinstall -C build
%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 -p /sbin/ldconfig