5.9.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=59
This commit is contained in:
parent
3771dc2583
commit
12364fdca3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b7f57b99fb015bd8c9529cae0e75c5449054c9dad8b8fc3f74ef011a653f9ef
|
||||
size 80624
|
3
kauth-5.9.0.tar.xz
Normal file
3
kauth-5.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f6f0397a0fa4a5f8e1f8e42e3262e7150368a806ecfd05c109ecfab3b6c7b02
|
||||
size 81376
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 14:40:55 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:55 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
10
kauth.spec
10
kauth.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%define _tar_path 5.8
|
||||
%define _tar_path 5.9
|
||||
Name: kauth
|
||||
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: kcoreaddons-devel >= %{kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -74,7 +74,11 @@ Development 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
|
||||
|
||||
%if 0%{?suse_version} <= 1310
|
||||
# we need this for older oS releases; only Factory/13.2 has the whitelist
|
||||
|
Loading…
x
Reference in New Issue
Block a user