forked from pool/kdelibs4support
Accepting request 352857 from KDE:Frameworks5
Update to 5.18.0 OBS-URL: https://build.opensuse.org/request/show/352857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=23
This commit is contained in:
commit
bc1532a853
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d9f2e9223c01caebd2bc2be1590b00ea9413a6874020caa622034f981c9270e
|
||||
size 3219596
|
3
kdelibs4support-5.18.0.tar.xz
Normal file
3
kdelibs4support-5.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a821dafa24ea74bc3bc59f4edad331005fca0b99fd219c0c32908b6aad84903a
|
||||
size 3222800
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 2 17:42:38 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.18.0
|
||||
* kdelibs4support requires kded (for kdedmodule.desktop)
|
||||
* Fix CMP0064 warning by setting policy CMP0054 to NEW
|
||||
* Don't export symbols that also exist in KWidgetsAddons
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 23:04:13 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kdelibs4support
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5KDELibs4Support5
|
||||
%define _tar_path 5.17
|
||||
%define _tar_path 5.18
|
||||
Name: kdelibs4support
|
||||
Version: 5.17.0
|
||||
Version: 5.18.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: NetworkManager-devel
|
||||
@ -33,6 +33,7 @@ BuildRequires: kconfig-devel >= %{_tar_path}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_tar_path}
|
||||
BuildRequires: kcrash-devel >= %{_tar_path}
|
||||
BuildRequires: kdbusaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kded-devel >= %{_tar_path}
|
||||
BuildRequires: kdesignerplugin-devel >= %{_tar_path}
|
||||
BuildRequires: kdoctools-devel >= %{_tar_path}
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -198,18 +199,6 @@ KDEDIRS environment variable correctly. Development files.
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang %{name}
|
||||
echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}.lang
|
||||
echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang
|
||||
echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang
|
||||
echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang
|
||||
echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}.lang
|
||||
echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}.lang
|
||||
echo "%doc %lang(ca) %{_kf5_htmldir}/ca" >>%{name}.lang
|
||||
echo "%doc %lang(de) %{_kf5_htmldir}/de" >>%{name}.lang
|
||||
echo "%doc %lang(nl) %{_kf5_htmldir}/nl" >>%{name}.lang
|
||||
echo "%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR" >>%{name}.lang
|
||||
echo "%doc %lang(sv) %{_kf5_htmldir}/sv" >>%{name}.lang
|
||||
echo "%doc %lang(uk) %{_kf5_htmldir}/uk" >>%{name}.lang
|
||||
%endif
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
@ -218,6 +207,20 @@ echo "%doc %lang(uk) %{_kf5_htmldir}/uk" >>%{name}.lang
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc %lang(ca) %{_kf5_mandir}/ca
|
||||
%doc %lang(de) %{_kf5_mandir}/de
|
||||
%doc %lang(nl) %{_kf5_mandir}/nl
|
||||
%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
|
||||
%doc %lang(sv) %{_kf5_mandir}/sv
|
||||
%doc %lang(uk) %{_kf5_mandir}/uk
|
||||
%doc %lang(ca) %{_kf5_htmldir}/ca
|
||||
%doc %lang(de) %{_kf5_htmldir}/de
|
||||
%doc %lang(nl) %{_kf5_htmldir}/nl
|
||||
%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR
|
||||
%doc %lang(sr) %{_kf5_htmldir}/sr
|
||||
%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin
|
||||
%doc %lang(sv) %{_kf5_htmldir}/sv
|
||||
%doc %lang(uk) %{_kf5_htmldir}/uk
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user