Browse Source

mate-system-monitor 1.18.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11013 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
63b31cc463
1 changed files with 16 additions and 3 deletions
  1. 16 3
      m/mate-system-monitor/mate-system-monitor-vl.spec

+ 16 - 3
m/mate-system-monitor/mate-system-monitor-vl.spec

@@ -1,8 +1,12 @@
+%define major_ver 1.18
+%define ver %{major_ver}.0
+%define rel 1
+
 Summary:	A system monitor for MATE
 Name:		mate-system-monitor
-Version:	1.16.0
-Release:	1%{?_dist_release}
-Source0:	http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
+Version:	%{ver}
+Release:	%{rel}%{?_dist_release}
+Source0:	http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
 License:	GPLv2
 Group:		Applications/System
 URL:		http://mate-desktop.org/
@@ -83,6 +87,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog NEWS README
 %{_bindir}/%{name}
+%dir %{_libexecdir}/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/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.mate.system-monitor.enums.xml
@@ -93,6 +101,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
+- update to 1.18.0
+- add msm-kill and msm-renice
+- add polkit policy
+
 * Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
 - new upstream release
 - update GTK+ version