1
0
forked from pool/libksysguard5
Fabian Vogt 2016-09-15 17:12:17 +00:00 committed by Git OBS Bridge
parent 87b1584049
commit 88f2a2ad6f
6 changed files with 100 additions and 154 deletions

View File

@ -1,12 +0,0 @@
<services>
<service name="tar_scm">
<param name="url">git://anongit.kde.org/libksysguard.git</param>
<param name="scm">git</param>
<param name="versionformat">5.7.90git~%ci~%h</param>
</service>
<service name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version"/>
</services>

View File

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

View File

@ -1,137 +0,0 @@
#
# spec file for package libksysguard5
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: libksysguard5
Version: 5.7.90git~20160716T171055~c2fba0b
Release: 0
Summary: Task management and system monitoring library
License: GPL-2.0+
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
BuildRequires: cmake(KF5Auth)
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5Service)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5Script) >= 5.4.0
BuildRequires: cmake(Qt5WebKitWidgets) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xres)
BuildRequires: pkgconfig(zlib)
%if %{with lang}
Recommends: %{name}-lang
%endif
#BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Task management and system monitoring library.
%package devel
Summary: Task management and system monitoring library -- devel files
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: cmake(KF5Config)
Requires: cmake(KF5I18n)
Requires: cmake(KF5IconThemes)
Requires: cmake(Qt5Core) >= 5.4.0
Requires: cmake(Qt5Network) >= 5.4.0
Requires: cmake(Qt5Widgets) >= 5.4.0
Conflicts: kdebase4-workspace-devel
%description devel
Task management and system monitoring library. This package contains development
files.
%package helper
Summary: Task management and system monitoring library -- helper files
Group: Development/Libraries/C and C++
Conflicts: kdebase4-workspace < 5.3.0
%description helper
Task management and system monitoring library. This package contains helper files
for actions that require elevated privileges.
%lang_package
%prep
%setup -q -n libksysguard-%{version}
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
%make_jobs
%install
%kf5_makeinstall -C build
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libksgrd.so.*
%{_kf5_libdir}/liblsofui.so.*
%{_kf5_libdir}/libksignalplotter.so.*
%{_kf5_libdir}/libprocesscore.so.*
%{_kf5_libdir}/libprocessui.so.*
%{_kf5_sharedir}/ksysguard/
%files helper
%defattr(-,root,root)
%doc COPYING*
%{_kf5_sysconfdir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
%{_kf5_libdir}/libexec/
%{_kf5_sharedir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
%{_kf5_sharedir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
%files devel
%defattr(-,root,root)
%doc COPYING*
%{_includedir}/ksysguard/
%{_kf5_libdir}/cmake/KF5SysGuard/
%{_kf5_libdir}/libksgrd.so
%{_kf5_libdir}/liblsofui.so
%{_kf5_libdir}/libksignalplotter.so
%{_kf5_libdir}/libprocesscore.so
%{_kf5_libdir}/libprocessui.so
%if %{with lang}
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%endif
%changelog

View File

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

View File

@ -1,3 +1,98 @@
-------------------------------------------------------------------
Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de
- Update to 5.7.95 (Plasma 5.8 Beta)
* New LTS feature release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.95.php
-------------------------------------------------------------------
Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de
- Update to 5.7.5
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.5.php
-------------------------------------------------------------------
Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de
- Update to 5.7.4
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.4.php
-------------------------------------------------------------------
Tue Aug 2 11:36:00 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.7.3
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.3.php
-------------------------------------------------------------------
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
- Update to 5.7.0
* New feature release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.0.php
-------------------------------------------------------------------
Sun May 15 16:50:19 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.6.4
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.6.4.php
-------------------------------------------------------------------
Tue Apr 19 20:45:59 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.6.3
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.6.3.php
-------------------------------------------------------------------
Tue Apr 5 15:53:51 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.6.2
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.6.2.php
-------------------------------------------------------------------
Tue Mar 29 16:21:01 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.6.1
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.6.1.php
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 20 09:19:55 UTC 2016 - hrvoje.senjan@gmail.com Sun Mar 20 09:19:55 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -18,13 +18,13 @@
%bcond_without lang %bcond_without lang
Name: libksysguard5 Name: libksysguard5
Version: 5.6.0 Version: 5.7.95
Release: 0 Release: 0
Summary: Task management and system monitoring library Summary: Task management and system monitoring library
License: GPL-2.0+ License: GPL-2.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://www.kde.org Url: http://www.kde.org
Source: libksysguard-%{version}.tar.xz Source: http://download.kde.org/unstable/plasma/%{version}/libksysguard-%{version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: extra-cmake-modules >= 1.2.0