Wolfgang Bauer 2018-08-20 12:58:37 +00:00 committed by Git OBS Bridge
parent 01e28b82ad
commit b8ee8183fc
4 changed files with 39 additions and 30 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:112a8e541e173f1d737a57781575c7cb37ea025eaebee5085fd4187a0e03e7b3
size 3354620

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 19 09:52:35 UTC 2018 - christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* Fix qtplugins in KStandardDirs
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 16 04:37:38 UTC 2018 - lbeltrame@kde.org Mon Jul 16 04:37:38 UTC 2018 - lbeltrame@kde.org

View File

@ -16,16 +16,22 @@
# #
%bcond_without lang
%define lname libKF5KDELibs4Support5 %define lname libKF5KDELibs4Support5
%define _tar_path 5.48 %define _tar_path 5.49
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kdelibs4support Name: kdelibs4support
Version: 5.48.0 Version: 5.49.0
Release: 0 Release: 0
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: NetworkManager-devel BuildRequires: NetworkManager-devel
BuildRequires: cmake >= 3.0 BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
@ -56,6 +62,7 @@ BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version} BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version} BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
BuildRequires: perl-URI BuildRequires: perl-URI
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Concurrent) >= 5.6.0 BuildRequires: cmake(Qt5Concurrent) >= 5.6.0
BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5DBus) >= 5.6.0 BuildRequires: cmake(Qt5DBus) >= 5.6.0
@ -72,13 +79,6 @@ BuildRequires: pkgconfig(x11)
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}
Provides: kde4support = %{version} Provides: kde4support = %{version}
Obsoletes: kde4support < %{version} Obsoletes: kde4support < %{version}
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
This package includes CMake macros and C++ This package includes CMake macros and C++
@ -117,13 +117,13 @@ software using the KDE4 Support framework are installed to the same
location as KDELibs4Support, although it may be sufficient to set the location as KDELibs4Support, although it may be sufficient to set the
KDEDIRS environment variable correctly. KDEDIRS environment variable correctly.
%package -n %lname %package -n %{lname}
Summary: Code and utilities to ease the transition to KDE Frameworks 5 Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
Requires: kded >= %{_kf5_bugfix_version} Requires: kded >= %{_kf5_bugfix_version}
%description -n %lname %description -n %{lname}
This package includes CMake macros and C++ This package includes CMake macros and C++
classes whose functionality has been replaced by code in CMake, Qt and classes whose functionality has been replaced by code in CMake, Qt and
other frameworks. other frameworks.
@ -143,10 +143,8 @@ KDEDIRS environment variable correctly.
Summary: Code and utilities to ease the transition to KDE Frameworks 5 Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Requires: %lname = %{version} Requires: %{lname} = %{version}
Requires: %{name} = %{version} Requires: %{name} = %{version}
Provides: kde4support-devel = %{version}
Obsoletes: kde4support-devel < %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules
Requires: karchive-devel >= %{_kf5_bugfix_version} Requires: karchive-devel >= %{_kf5_bugfix_version}
Requires: kauth-devel >= %{_kf5_bugfix_version} Requires: kauth-devel >= %{_kf5_bugfix_version}
@ -170,6 +168,8 @@ Requires: cmake(Qt5Core) >= 5.6.0
Requires: cmake(Qt5DBus) >= 5.6.0 Requires: cmake(Qt5DBus) >= 5.6.0
Requires: cmake(Qt5PrintSupport) >= 5.6.0 Requires: cmake(Qt5PrintSupport) >= 5.6.0
Requires: cmake(Qt5Xml) >= 5.6.0 Requires: cmake(Qt5Xml) >= 5.6.0
Provides: kde4support-devel = %{version}
Obsoletes: kde4support-devel < %{version}
%description devel %description devel
This package includes CMake macros and C++ This package includes CMake macros and C++
@ -188,6 +188,7 @@ location as KDELibs4Support, although it may be sufficient to set the
KDEDIRS environment variable correctly. Development files. KDEDIRS environment variable correctly. Development files.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
@ -201,20 +202,19 @@ KDEDIRS environment variable correctly. Development files.
%if %{with lang} %if %{with lang}
%find_lang %{name} --with-man --all-name %find_lang %{name} --with-man --all-name
%kf5_find_htmldocs %{kf5_find_htmldocs}
%endif %endif
%post -n %lname -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%if %{with lang} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%endif %endif
%files %files
%defattr(-,root,root) %license COPYING*
%doc COPYING* README* %doc README*
%{_kf5_bindir}/kdebugdialog5 %{_kf5_bindir}/kdebugdialog5
%{_kf5_bindir}/kf5-config %{_kf5_bindir}/kf5-config
%{_kf5_configdir}/colors/ %{_kf5_configdir}/colors/
@ -238,20 +238,19 @@ KDEDIRS environment variable correctly. Development files.
%doc %lang(en) %{_kf5_htmldir}/en/*/ %doc %lang(en) %{_kf5_htmldir}/en/*/
%files -n kssl %files -n kssl
%defattr(-,root,root) %license COPYING*
%doc COPYING* README* %doc README*
%{_kf5_configdir}/ksslcalist %{_kf5_configdir}/ksslcalist
%{_kf5_plugindir}/kcm_ssl.so %{_kf5_plugindir}/kcm_ssl.so
%{_kf5_servicesdir}/kcm_ssl.desktop %{_kf5_servicesdir}/kcm_ssl.desktop
%{_kf5_datadir}/kssl/ %{_kf5_datadir}/kssl/
%files -n %lname %files -n %{lname}
%defattr(-,root,root) %license COPYING*
%doc COPYING* README* %doc README*
%{_kf5_libdir}/libKF5KDELibs4Support.so.* %{_kf5_libdir}/libKF5KDELibs4Support.so.*
%files devel %files devel
%defattr(-,root,root)
%{_kf5_libdir}/libKF5KDELibs4Support.so %{_kf5_libdir}/libKF5KDELibs4Support.so
%{_kf5_libdir}/cmake/KF5KDELibs4Support/ %{_kf5_libdir}/cmake/KF5KDELibs4Support/
%{_kf5_libdir}/cmake/KF5KDE4Support/ %{_kf5_libdir}/cmake/KF5KDE4Support/