[libksysguard] Import package - Plasma 5.1.95 (Plasma 5.2 beta)

Daniel Vrátil dvratil at fedoraproject.org
Wed Jan 21 19:03:56 UTC 2015


commit a12500ea3e5006f22243558f88f5d3344d80566a
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Wed Jan 21 20:04:21 2015 +0100

    Import package - Plasma 5.1.95 (Plasma 5.2 beta)

 .gitignore        |    1 +
 libksysguard.spec |  140 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 142 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6d93140 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libksysguard-5.1.95.tar.xz
diff --git a/libksysguard.spec b/libksysguard.spec
new file mode 100644
index 0000000..ba79b39
--- /dev/null
+++ b/libksysguard.spec
@@ -0,0 +1,140 @@
+Name:           libksysguard
+Version:        5.1.95
+Release:        2%{?dist}
+Summary:        Library for managing processes running on the system
+
+License:        GPLv2+
+URL:            https://projects.kde.org/projects/kde/workspace/libksysguard
+
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0:        http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
+
+BuildRequires:  zlib-devel
+BuildRequires:  libXres-devel
+
+BuildRequires:  kf5-rpm-macros
+BuildRequires:  extra-cmake-modules
+BuildRequires:  qt5-qtbase-devel
+BuildRequires:  qt5-qttools-devel
+BuildRequires:  qt5-qtx11extras-devel
+BuildRequires:  qt5-qtwebkit-devel
+BuildRequires:  qt5-qtscript-devel
+
+BuildRequires:  kf5-ki18n-devel
+BuildRequires:  kf5-kdelibs4support-devel
+BuildRequires:  kf5-plasma-devel
+BuildRequires:  kf5-kconfig-devel
+BuildRequires:  kf5-knewstuff-devel
+
+Requires:       kf5-filesystem
+
+Obsoletes:      kf5-ksysguard < 5.1.1-3
+Provides:       kf5-ksysguard = %{version}-%{release}
+
+%description
+KSysGuard library provides API to read and manage processes
+running on the system.
+
+%package        devel
+Summary:        Development files for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Obsoletes:      kf5-ksysguard-devel < 5.1.1-3
+Provides:       kf5-ksysguard-devel = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kf5} .. -DINCLUDE_INSTALL_DIR=%{_kf5_includedir}
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%find_lang ksysguard_qt5 --with-qt --with-kde --all-name
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files -f ksysguard_qt5.lang
+%doc COPYING.LIB
+%{_kf5_libdir}/liblsofui.so.*
+%{_kf5_libdir}/libprocessui.so.*
+%{_kf5_libdir}/libprocesscore.so.*
+%{_kf5_libdir}/libksignalplotter.so.*
+%{_kf5_libdir}/libksgrd.so.*
+%{_kf5_datadir}/ksysguard
+%{_sysconfdir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
+%{_kf5_libexecdir}/kauth/ksysguardprocesslist_helper
+%{_datadir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
+%{_datadir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
+
+%files devel
+%{_kf5_includedir}/ksysguard
+%{_kf5_libdir}/liblsofui.so
+%{_kf5_libdir}/libprocessui.so
+%{_kf5_libdir}/libprocesscore.so
+%{_kf5_libdir}/libksignalplotter.so
+%{_kf5_libdir}/libksgrd.so
+%{_kf5_libdir}/cmake/KF5SysGuard
+
+%changelog
+* Wed Jan 21 2015 Jan Grulich <jgrulich at redhat.com> - 5.1.95-3
+- Obsolete kf5-ksysguard
+
+* Tue Jan 20 2015 Jan Grulich <jgrulich at redhat.com> - 5.1.95-2
+- Rename to libksysguard
+
+* Mon Jan 12 2015 Daniel Vrátil <dvratil at redhat.com> - 5.1.95-1
+- Plasma 5.1.95 Beta
+
+* Mon Jan 05 2015 Jan Grulich <jgrulich at redhat.com> - 5.1.1-2
+- Better URL
+  Use make install instead of make_install macro
+
+* Fri Nov 07 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.1-1
+- Plasma 5.1.1
+
+* Tue Oct 14 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.0.1-1
+- Plasma 5.1.0.1
+
+* Thu Oct 09 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.0-1
+- Plasma 5.1.0
+
+* Tue Sep 16 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.2-1
+- Plasma 5.0.2
+
+* Sun Aug 10 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.1-1
+- Plasma 5.0.1
+
+* Wed Jul 16 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.0-1
+- Plasma 5.0.0
+
+* Wed Jun 11 2014 Daniel Vrátil <dvratil at redhat.com> - 4.97.0-2.20140611git887e946
+- Update to latest git snapshot
+
+
+* Sat May 17 2014 Daniel Vrátil <dvratil at redhat.com> - 4.96.0-2.20140514git87ae01f
+- Fix Source
+
+* Wed May 14 2014 Daniel Vrátil <dvratil at redhat.com> - 4.96.0-2.20140611gitf7a2bbe
+- Update to latest git snapshot
+
+* Fri Apr 25 2014 Daniel Vrátil <dvratil at redhat.com> 4.95.0-1.20140425git1908ec8
+- Initial package
diff --git a/sources b/sources
index e69de29..f765c8d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9f63beb2f76a5321692a64f6ce1d21d6  libksysguard-5.1.95.tar.xz


More information about the scm-commits mailing list