Name: mate-system-monitor Version: 1.18.1 Release: 1%{?dist} Summary: Process and resource monitor License: GPLv2+ URL: http://mate-desktop.org Source0: http://pub.mate-desktop.org/releases/1.18/%{name}-%{version}.tar.xz # https://github.com/mate-desktop/mate-system-monitor/commit/cd5b3a0 Patch1: mate-system-monitor_0001-process-table-make-search-case-insensitive.patch BuildRequires: dbus-glib-devel BuildRequires: desktop-file-utils BuildRequires: gtk3-devel BuildRequires: gtkmm30-devel BuildRequires: libgtop2-devel BuildRequires: librsvg2-devel BuildRequires: libwnck3-devel BuildRequires: libxml2-devel BuildRequires: mate-common BuildRequires: pkgconfig(libsystemd) Requires: mate-desktop %description mate-system-monitor allows to graphically view and manipulate the running processes on your system. It also provides an overview of available resources such as CPU and memory. %prep %setup -q sed -i 's/OnlyShowIn=MATE;/OnlyShowIn=MATE;X-Cinnamon;/g' mate-system-monitor.desktop.in.in %patch1 -p1 -b .0001 %build %configure \ --disable-static \ --disable-schemas-compile \ --enable-systemd make %{?_smp_mflags} V=1 %install %{make_install} desktop-file-install --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/mate-system-monitor.desktop %find_lang %{name} --with-gnome --all-name %postun if [ $1 -eq 0 ] ; then /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f %{name}.lang %doc AUTHORS NEWS COPYING README %{_bindir}/mate-system-monitor %{_libexecdir}/mate-system-monitor/msm-kill %{_libexecdir}/mate-system-monitor/msm-renice %{_datadir}/polkit-1/actions/org.mate.mate-system-monitor.policy %{_datadir}/appdata/mate-system-monitor.appdata.xml %{_datadir}/applications/mate-system-monitor.desktop %{_datadir}/pixmaps/mate-system-monitor/ %{_datadir}/glib-2.0/schemas/org.mate.system-monitor.*.xml %{_mandir}/man1/* %changelog * Sat Nov 04 2017 Wolfgang Ulbrich - 1.18.1-1 - update to 1.18.1 - add https://github.com/mate-desktop/mate-system-monitor/commit/cd5b3a0 * Tue Mar 14 2017 Wolfgang Ulbrich - 1.18.0-1 - update to 1.18.0 release * Fri Feb 10 2017 Fedora Release Engineering - 1.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Nov 17 2016 Wolfgang Ulbrich - 1.17.0-1 - update to 1.17.0 release * Wed Sep 21 2016 Wolfgang Ulbrich - 1.16.0-1 - update to 1.16.0 release * Thu Jun 09 2016 Wolfgang Ulbrich - 1.15.0-1 - update to 1.15.0 release * Tue Apr 05 2016 Wolfgang Ulbrich - 1.14.0-1 - update to 1.14.0 release - build with systemd support * Wed Mar 16 2016 Wolfgang Ulbrich - 1.13.2-1 - update to 1.13.2 release * Mon Feb 22 2016 Wolfgang Ulbrich - 1.13.1-1 - update to 1.13.1 release * Sun Feb 07 2016 Wolfgang Ulbrich - 1.13.0-1 - update to 1.13.0 release * Thu Feb 04 2016 Fedora Release Engineering - 1.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Dec 04 2015 Wolfgang Ulbrich 1.12.1-1 - update to 1.12.1 release - use deprecated patches * Fri Nov 06 2015 Wolfgang Ulbrich - 1.12.0-1 - update to 1.12.0 release - build against gtk3 * Wed Oct 21 2015 Wolfgang Ulbrich - 1.11.0-1 - update to 1.11.0 release * Tue Jul 14 2015 Wolfgang Ulbrich - 1.10.1.1 - update to 1.10.1 release * Wed Jun 17 2015 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue May 05 2015 Wolfgang Ulbrich - 1.10.0-1 - update to 1.10.0 release * Sat May 02 2015 Kalev Lember - 1.9.90-2 - Rebuilt for GCC 5 C++11 ABI change * Sat Apr 04 2015 Wolfgang Ulbrich - 1.9.90-1 - update to 1.9.90 release * Thu Jan 22 2015 Wolfgang Ulbrich - 1.9.2-1 - update to 1.9.2 release * Sun Nov 23 2014 Wolfgang Ulbrich - 1.9.1-1 - update to 1.9.1 release * Sun Aug 17 2014 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Tue Jul 15 2014 Wolfgang Ulbrich - 1.9.0-1 - update to 1.9.0 release - drop runtime require mate-desktop, no need of it * Sat Jun 07 2014 Fedora Release Engineering - 1.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Apr 30 2014 Wolfgang Ulbrich - 1.8.0-2 - rebuild for libgtop2 soname bump * Wed Mar 05 2014 Dan Mashal - 1.8.0-1 - Update to 1.8.0 * Wed Feb 19 2014 Wolfgang Ulbrich - 1.7.90-1 - update to 1.7.90 * Sun Feb 09 2014 Dan Mashal - 1.7.1-1 - Update to 1.7.1 * Thu Jan 16 2014 Wolfgang Ulbrich - 1.7.0-1 - update to 1.7.0 release - add --with-gnome --all-name for find language - re-worked BR's - re-worked configure flags - re-worked file section - remove usage of hardlink, no need anymore * Fri Aug 02 2013 Dan Mashal - 1.6.1-1 - Bump to 1.6.1 - Drop unused patches - Add disable-schemas-compile configure flag - Update man page in directive in files section * Fri Jul 26 2013 Wolfgang Ulbrich - 1.6.0-2 - add upstream patch to fix rhbz (#888696) - add upstream patch to add manpages - clean up BRs - use hardlink to save space by linking identical images in translated docs - remove --with-gnome find language flag - remove needless gsettings convert file * Wed Apr 03 2013 Dan Mashal - 1.6.0-1 - Update to latest 1.6.0 stable release. * Sun Mar 03 2013 Dan Mashal 1.5.1-1 - Latest upstream release * Thu Feb 14 2013 Fedora Release Engineering - 1.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Nov 26 2012 Dan Mashal - 1.5.0-2 - drop deprecated mate-vfs BR * Thu Nov 08 2012 Leigh Scott - 1.5.0-1 - update to 1.5.0 release * Fri Oct 19 2012 Leigh Scott - 1.4.0-2 - add build requires libxml2-devel * Thu Oct 18 2012 Leigh Scott - 1.4.0-1 - Initial build