forked from pool/threadweaver
Update to 5.49.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/threadweaver?expand=0&rev=142
This commit is contained in:
committed by
Git OBS Bridge
parent
5f5ecedcd3
commit
fa8ef96d63
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45840dd049cd4ce6f0562d0bad997b033ee0a5590684f570661436dc9a467a5e
|
||||
size 1409592
|
3
threadweaver-5.49.0.tar.xz
Normal file
3
threadweaver-5.49.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e77b8681bcac5b990c264ff973c759832362770ee617e171fe2d9c9b04d12b25
|
||||
size 1409612
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 19 09:19:40 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:53 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@@ -17,14 +17,20 @@
|
||||
|
||||
|
||||
%define lname libKF5ThreadWeaver5
|
||||
%define _tar_path 5.48
|
||||
%define _tar_path 5.49
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
Name: threadweaver
|
||||
Version: 5.48.0
|
||||
Version: 5.49.0
|
||||
Release: 0
|
||||
Summary: KDE Helper for multithreaded programming
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
@@ -34,13 +40,6 @@ BuildRequires: cmake(Qt5Network) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.6.0
|
||||
Summary: KDE Helper for multithreaded programming
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
|
||||
@@ -50,12 +49,12 @@ You simply divide the workload into jobs, state the dependencies between the job
|
||||
and ThreadWeaver will work out the most efficient way of dividing the work between
|
||||
threads within a set of resource limits.
|
||||
|
||||
%package -n %lname
|
||||
%package -n %{lname}
|
||||
Summary: KDE Helper for multithreaded programming
|
||||
Group: System/GUI/KDE
|
||||
%requires_ge libQt5Core5
|
||||
%requires_ge libQt5Core5
|
||||
|
||||
%description -n %lname
|
||||
%description -n %{lname}
|
||||
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
|
||||
interface to queue tasks and execute them in an efficient way.
|
||||
|
||||
@@ -66,7 +65,7 @@ threads within a set of resource limits.
|
||||
%package devel
|
||||
Summary: KDE Helper for multithreaded programming
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Core) >= 5.6.0
|
||||
|
||||
@@ -89,17 +88,15 @@ threads within a set of resource limits. Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING* README*
|
||||
%files -n %{lname}
|
||||
%license COPYING*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/libKF5ThreadWeaver.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_libdir}/libKF5ThreadWeaver.so
|
||||
%{_kf5_libdir}/cmake/KF5ThreadWeaver/
|
||||
%{_kf5_includedir}/
|
||||
|
Reference in New Issue
Block a user