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