Accepting request 414747 from KDE:Frameworks5

Update to 5.7.2

OBS-URL: https://build.opensuse.org/request/show/414747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksysguard5?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2016-08-08 11:54:08 +00:00 committed by Git OBS Bridge
commit 8fae4301d0
5 changed files with 32 additions and 11 deletions

View File

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

View File

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

View File

@ -1,2 +0,0 @@
# we don't use find_lang macro as it doesn't searches in subdirectories
addFilter("file-not-in-%lang .*")

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jul 20 08:54:33 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.2
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.2.php
-------------------------------------------------------------------
Wed Jul 13 06:13:32 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.1
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.1.php
-------------------------------------------------------------------
Tue Jul 5 11:42:21 UTC 2016 - wbauer@tmo.at
- Use the new %kf5_find_lang macro to create the file list for the
lang package
- Remove rpmlintrc file, it is not needed any more now
-------------------------------------------------------------------
Thu Jun 30 12:02:27 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -18,7 +18,7 @@
%bcond_without lang
Name: libksysguard5
Version: 5.7.0
Version: 5.7.2
Release: 0
Summary: Task management and system monitoring library
License: GPL-2.0+
@ -26,7 +26,6 @@ Group: Development/Libraries/C and C++
Url: http://www.kde.org
Source: libksysguard-%{version}.tar.xz
Source1: baselibs.conf
Source99: %{name}-rpmlintrc
BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: kf5-filesystem
BuildRequires: xz
@ -89,11 +88,14 @@ for actions that require elevated privileges.
%setup -q -n libksysguard-%{version}
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%install
%kf5_makeinstall -C build
%if %{with lang}
%kf5_find_lang
%endif
%post -p /sbin/ldconfig
@ -129,9 +131,7 @@ for actions that require elevated privileges.
%{_kf5_libdir}/libprocessui.so
%if %{with lang}
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%files lang -f %{name}.lang
%endif
%changelog