5.9.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=61
This commit is contained in:
parent
1784523c28
commit
95af666b10
@ -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
3
kinit-5.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bf910e2c66e92ba5387e474cf99197d830f00c38ae5232d3d35f2acae071a84
|
||||||
|
size 114864
|
@ -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
|
Sat Mar 7 16:58:51 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
10
kinit.spec
10
kinit.spec
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.8
|
%define _tar_path 5.9
|
||||||
Name: kinit
|
Name: kinit
|
||||||
Version: %{_tar_path}.0
|
Version: %{_tar_path}.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
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: kcrash-devel >= %{kf5_version}
|
BuildRequires: kcrash-devel >= %{kf5_version}
|
||||||
BuildRequires: kdoctools-devel >= %{kf5_version}
|
BuildRequires: kdoctools-devel >= %{kf5_version}
|
||||||
@ -78,7 +78,11 @@ booting UNIX. Development files.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes -s %{buildroot}
|
%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
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user