forked from pool/purpose
Accepting request 586869 from KDE:Frameworks5
KDE Frameworks 5.44 OBS-URL: https://build.opensuse.org/request/show/586869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=6
This commit is contained in:
commit
7d2a9d72de
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a79c3e488babe71f2e781329aecc7f7d87204400de9b40b1c259093e9c4967ee
|
||||
size 117084
|
3
purpose-5.44.0.tar.xz
Normal file
3
purpose-5.44.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e3472fd7e494a33d601a99d0afb61e23ef8c8305e2916f70447f3b2d6168ce9
|
||||
size 118432
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 23:29:43 CET 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.44.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.44.0.php
|
||||
- Changes since 5.43.0:
|
||||
* forgot to commit it
|
||||
* Generate debug categories and create file for it
|
||||
* Fix tier, accommodate for KIO
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 23:46:16 CET 2018 - lbeltrame@kde.org
|
||||
|
||||
|
15
purpose.spec
15
purpose.spec
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.43
|
||||
%define _tar_path 5.44
|
||||
# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: purpose
|
||||
Version: 5.43.0
|
||||
Version: 5.44.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
@ -63,7 +63,7 @@ can receive all the information they need.
|
||||
%package -n %{lname}
|
||||
Summary: Framework to integrate services and actions - core library
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}
|
||||
Recommends: %{name}
|
||||
|
||||
%description -n %{lname}
|
||||
This framework offers the possibility to create integrate services and actions
|
||||
@ -77,7 +77,7 @@ This package contains the core library files of the package.
|
||||
%package -n libKF5PurposeWidgets5
|
||||
Summary: Framework to integrate services and actions - GUI library
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}
|
||||
Recommends: %{name}
|
||||
|
||||
%description -n libKF5PurposeWidgets5
|
||||
This framework offers the possibility to create integrate services and actions
|
||||
@ -91,11 +91,11 @@ This package contains the library files of the package needed to use GUI widgets
|
||||
%package devel
|
||||
Summary: Framework to integrate services and actions - Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: libKF5PurposeWidgets5 = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5PurposeWidgets5 = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains development files needed to build applications which rely on the purpose framework.
|
||||
@ -141,6 +141,7 @@ This package contains development files needed to build applications which rely
|
||||
%files -n %{lname}
|
||||
%license COPYING*
|
||||
%{_kf5_libdir}/libKF5Purpose.so.*
|
||||
%{_kf5_debugdir}/*.categories
|
||||
|
||||
%files -n libKF5PurposeWidgets5
|
||||
%{_kf5_libdir}/libKF5PurposeWidgets.so.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user