1
0
Alexei Sorokin 2016-01-12 06:07:21 +00:00 committed by Git OBS Bridge
parent b7e66a42d8
commit 62af33d6f0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 11 15:30:48 UTC 2016 - sor.alexei@meowr.ru
- Build with systemd support.
-------------------------------------------------------------------
Mon Nov 30 10:20:18 UTC 2015 - sor.alexei@meowr.ru
@ -9,7 +14,6 @@ Mon Nov 30 10:20:18 UTC 2015 - sor.alexei@meowr.ru
* Disks: set minimum width for device column (fixes crash when
resizing it to zero with recent Gtk3 versions).
* Some fixes and adjustments.
- Build with logind support.
-------------------------------------------------------------------
Thu Nov 5 20:43:01 UTC 2015 - sor.alexei@meowr.ru

View File

@ -1,7 +1,7 @@
#
# spec file for package mate-system-monitor
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@ -64,7 +64,8 @@ resources such as CPU and memory.
%configure \
--disable-static \
--disable-scrollkeeper \
--libexecdir=%{_libexecdir}/%{name}
--libexecdir=%{_libexecdir}/%{name} \
--enable-systemd
make %{?_smp_mflags}
%install