Hrvoje Senjan 2015-04-05 11:45:58 +00:00 committed by Git OBS Bridge
parent 1784523c28
commit 95af666b10
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:130ad6c8ac65c61df5c0ca87ab865ff7ded6a0b5d59cf7b8037dca24ac691915
size 114828

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 4 14:40:51 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,13 +16,13 @@
#
%define _tar_path 5.8
%define _tar_path 5.9
Name: kinit
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: kcrash-devel >= %{kf5_version}
BuildRequires: kdoctools-devel >= %{kf5_version}
@ -78,7 +78,11 @@ booting UNIX. Development files.
%kf5_makeinstall -C build
%fdupes -s %{buildroot}
%find_lang %{name}5
if [ -e po ]; then
%find_lang %{name}5
else
touch %{name}5.lang
fi
%post -p /sbin/ldconfig