1
0
forked from pool/libksysguard5
Hrvoje Senjan 2014-05-10 22:28:07 +00:00 committed by Git OBS Bridge
parent 29e8c24ddb
commit b124a38dd0
6 changed files with 33 additions and 168 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">4.95.0~%cd~%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:16c7af4725b43515b4e70521c57c82e19391e4f0a284feecf2f0b372a4694e46
size 133048

View File

@ -1,116 +0,0 @@
#
# spec file for package libksysguard5
#
# Copyright (c) 2014 SUSE LINUX Products 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/
#
Name: libksysguard5
Version: 4.95.0~20140509~87ae01f
Release: 0
Summary: Provides the interface and basic tools for the KDE workspace
License: LGPL-2.0+
Group: System/GUI/KDE
Url: git://anongit.kde.org/kde-workspace.git
Source0: libksysguard-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
BuildRequires: kconfig-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: plasma-framework-devel
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
BuildRequires: pkgconfig(Qt5OpenGL) >= 5.2.0
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
BuildRequires: pkgconfig(Qt5Sensors) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebKit) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(zlib)
#BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Provides the interface and basic tools for the KDE workspace.
%package devel
Summary: KDE Base Libraries
Group: System/GUI/KDE
Requires: %{name} = %{version}
Requires: pkgconfig(Qt5DBus) >= 5.2.0
%description devel
Provides the interface and basic tools for the KDE workspace.
%prep
%setup -q -n libksysguard-%{version}
%build
mkdir -p build
pushd build
cmake \
-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
-DCMAKE_PREFIX_PATH=/opt/kf5 \
-DKDE_SKIP_RPATH_SETTINGS=ON \
-DKCFG_INSTALL_DIR=share/config.kcfg \
-DLIB_INSTALL_DIR=%{_lib} \
-DQT_PLUGIN_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/plugins \
-DQML_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/qml \
-DIMPORTS_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/imports \
-DCMAKE_C_FLAGS="%{optflags}" \
-DCMAKE_CXX_FLAGS="%{optflags}" \
-DSYSCONF_INSTALL_DIR=etc ..
%make_jobs
%install
%kf5_makeinstall -C build
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%dir /opt/kf5
%dir /opt/kf5/%{_lib}
%dir /opt/kf5/share
/opt/kf5/%{_lib}/libksgrd.so.*
/opt/kf5/%{_lib}/liblsofui.so.*
/opt/kf5/%{_lib}/libksignalplotter.so.*
/opt/kf5/%{_lib}/libprocesscore.so.*
/opt/kf5/%{_lib}/libprocessui.so.*
/opt/kf5/share/ksysguard/
%files devel
%defattr(-,root,root)
%dir /opt/kf5/%{_lib}/cmake
/opt/kf5/include/
/opt/kf5/%{_lib}/cmake/KF5SysGuard/
/opt/kf5/%{_lib}/libksgrd.so
/opt/kf5/%{_lib}/libksignalplotter.so
/opt/kf5/%{_lib}/liblsofui.so
/opt/kf5/%{_lib}/libprocesscore.so
/opt/kf5/%{_lib}/libprocessui.so
%changelog

View File

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

5
libksysguard5.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Sat May 10 22:19:31 UTC 2014 - hrvoje.senjan@gmail.com
- Activate libksysguard5 package

View File

@ -17,12 +17,12 @@
Name: libksysguard5
Version: 4.95.0~git
Version: 4.96.0
Release: 0
Summary: Provides the interface and basic tools for the KDE workspace
Summary: Task management and system monitoring library
License: LGPL-2.0+
Group: System/GUI/KDE
Url: git://anongit.kde.org/kde-workspace.git
Url: http://www.kde.org
Source0: libksysguard-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
@ -52,35 +52,25 @@ BuildRequires: pkgconfig(zlib)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Provides the interface and basic tools for the KDE workspace.
Task management and system monitoring library.
%package devel
Summary: KDE Base Libraries
Summary: Task management and system monitoring library -- devel files
Group: System/GUI/KDE
Requires: %{name} = %{version}
Requires: pkgconfig(Qt5DBus) >= 5.2.0
Conflicts: kdebase4-workspace-devel
%description devel
Provides the interface and basic tools for the KDE workspace.
Task management and system monitoring library. This package contains development
files.
%prep
%setup -q -n libksysguard-%{version}
sed -i '/^ecm_optional_add_subdirectory( po )/d' CMakeLists.txt
%build
mkdir -p build
pushd build
cmake \
-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
-DCMAKE_PREFIX_PATH=/opt/kf5 \
-DKDE_SKIP_RPATH_SETTINGS=ON \
-DKCFG_INSTALL_DIR=share/config.kcfg \
-DLIB_INSTALL_DIR=%{_lib} \
-DQT_PLUGIN_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/plugins \
-DQML_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/qml \
-DIMPORTS_INSTALL_DIR=/opt/kf5/%{_lib}/qt5/imports \
-DCMAKE_C_FLAGS="%{optflags}" \
-DCMAKE_CXX_FLAGS="%{optflags}" \
-DSYSCONF_INSTALL_DIR=etc ..
%cmake_kf5 -d build
%make_jobs
%install
@ -92,25 +82,23 @@ cmake \
%files
%defattr(-,root,root)
%dir /opt/kf5
%dir /opt/kf5/%{_lib}
%dir /opt/kf5/share
/opt/kf5/%{_lib}/libksgrd.so.*
/opt/kf5/%{_lib}/liblsofui.so.*
/opt/kf5/%{_lib}/libksignalplotter.so.*
/opt/kf5/%{_lib}/libprocesscore.so.*
/opt/kf5/%{_lib}/libprocessui.so.*
/opt/kf5/share/ksysguard/
%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 devel
%defattr(-,root,root)
%dir /opt/kf5/%{_lib}/cmake
/opt/kf5/include/
/opt/kf5/%{_lib}/cmake/KF5SysGuard/
/opt/kf5/%{_lib}/libksgrd.so
/opt/kf5/%{_lib}/libksignalplotter.so
/opt/kf5/%{_lib}/liblsofui.so
/opt/kf5/%{_lib}/libprocesscore.so
/opt/kf5/%{_lib}/libprocessui.so
%doc COPYING*
%{_includedir}/
%{_kf5_libdir}/cmake/KF5SysGuard/
%{_kf5_libdir}/libksgrd.so
%{_kf5_libdir}/liblsofui.so
%{_kf5_libdir}/libksignalplotter.so
%{_kf5_libdir}/libprocesscore.so
%{_kf5_libdir}/libprocessui.so
%changelog