Update to 5.49.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlrpcclient5?expand=0&rev=104
This commit is contained in:
parent
bf3a3bee51
commit
072a503b30
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8074572d1244b1701e0149febe3e37445a3e37b1f2a3f5079acf4a7045cf1d68
|
|
||||||
size 29512
|
|
3
kxmlrpcclient-5.49.0.tar.xz
Normal file
3
kxmlrpcclient-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06c0dc10623ecb1b844c47577a53229c7d5789f895902fda9ef21c7decb69250
|
||||||
|
size 29524
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 19 09:19:31 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:
|
||||||
|
* Honor BUILD_TESTING
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 16 04:37:45 UTC 2018 - lbeltrame@kde.org
|
Mon Jul 16 04:37:45 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,21 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
|
||||||
%define rname kxmlrpcclient
|
%define rname kxmlrpcclient
|
||||||
%define lname libKF5XmlRpcClient5
|
%define lname libKF5XmlRpcClient5
|
||||||
%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: kxmlrpcclient5
|
Name: kxmlrpcclient5
|
||||||
Version: 5.48.0
|
Version: 5.49.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library containing simple XML-RPC Client support
|
Summary: Library containing simple XML-RPC Client support
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
@ -38,31 +38,31 @@ BuildRequires: kf5-filesystem
|
|||||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kio-devel >= %{_kf5_bugfix_version}
|
BuildRequires: kio-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library containing simple XML-RPC Client support.
|
Library containing simple XML-RPC Client support.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %{lname}
|
||||||
Summary: Library containing simple XML-RPC Client support
|
Summary: Library containing simple XML-RPC Client support
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %lname-lang = %{version}
|
Recommends: %{lname}-lang = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %{lname}
|
||||||
Library containing simple XML-RPC Client support.
|
Library containing simple XML-RPC Client support.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Library containing simple XML-RPC Client support: Build Environment
|
Summary: Library containing simple XML-RPC Client support: Build Environment
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: kio-devel >= %{_kf5_bugfix_version}
|
Requires: kio-devel >= %{_kf5_bugfix_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Library containing simple XML-RPC Client support. Development files.
|
Library containing simple XML-RPC Client support. Development files.
|
||||||
|
|
||||||
%lang_package -n %lname
|
%lang_package -n %{lname}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{rname}-%{version}
|
%setup -q -n %{rname}-%{version}
|
||||||
|
|
||||||
@ -77,25 +77,21 @@ Library containing simple XML-RPC Client support. Development files.
|
|||||||
%find_lang libkxmlrpcclient5 %{name}.lang
|
%find_lang libkxmlrpcclient5 %{name}.lang
|
||||||
%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 -n %lname-lang -f %{name}.lang
|
%files -n %{lname}-lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %{lname}
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_libdir}/libKF5XmlRpcClient.so.*
|
%{_kf5_libdir}/libKF5XmlRpcClient.so.*
|
||||||
%{_kf5_debugdir}/*.categories
|
%{_kf5_debugdir}/*.categories
|
||||||
%{_kf5_debugdir}/*.renamecategories
|
%{_kf5_debugdir}/*.renamecategories
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_libdir}/cmake/KF5XmlRpcClient/
|
%{_kf5_libdir}/cmake/KF5XmlRpcClient/
|
||||||
%{_kf5_libdir}/libKF5XmlRpcClient.so
|
%{_kf5_libdir}/libKF5XmlRpcClient.so
|
||||||
%{_kf5_includedir}/KXmlRpcClient/
|
%{_kf5_includedir}/KXmlRpcClient/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user