[mate-system-monitor] Update to latest 1.6.0 stable release.

Dan Mashal vicodan at fedoraproject.org
Wed Apr 3 13:14:53 UTC 2013


commit e49a8d2e9967859275ac12b536447a7bc04cad72
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed Apr 3 06:14:35 2013 -0700

    Update to latest 1.6.0 stable release.

 .gitignore               |    1 +
 mate-system-monitor.spec |   16 +++++++---------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82e347b..7348c62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /mate-system-monitor-1.4.0.tar.xz
 /mate-system-monitor-1.5.0.tar.xz
 /mate-system-monitor-1.5.1.tar.xz
+/mate-system-monitor-1.6.0.tar.xz
diff --git a/mate-system-monitor.spec b/mate-system-monitor.spec
index 9f00b36..ed62007 100644
--- a/mate-system-monitor.spec
+++ b/mate-system-monitor.spec
@@ -1,13 +1,11 @@
 Name:           mate-system-monitor
-Version:        1.5.1
+Version:        1.6.0
 Release:        1%{?dist}
 Summary:        Process and resource monitor
 
 License:        GPLv2+
 URL:            http://mate-desktop.org
-Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
-# upstream commit https://github.com/mate-desktop/mate-system-monitor/commit/6d06a224d764c5b58127f665b2fcfa7eeac080ee
-#Patch0:         desktopfile_fix.patch
+Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 
 BuildRequires: libgtop2-devel
 BuildRequires: desktop-file-utils
@@ -36,7 +34,6 @@ such as CPU and memory.
 
 %prep
 %setup -q
-#%patch0 -p1
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -44,15 +41,13 @@ NOCONFIGURE=1 ./autogen.sh
         --disable-static \
         --disable-scrollkeeper 
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --delete-original             \
-  --remove-category=MATE                           \
-  --add-category=X-Mate                            \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications    \
   $RPM_BUILD_ROOT%{_datadir}/applications/mate-system-monitor.desktop
 
@@ -71,13 +66,16 @@ fi
 %doc AUTHORS NEWS COPYING README
 %{_bindir}/mate-system-monitor
 %{_datadir}/applications/mate-system-monitor.desktop
-%{_datadir}/pixmaps/mate-system-monitor/
+%{_datadir}/pixmaps/mate-system-monitor
 %{_datadir}/glib-2.0/schemas/org.mate.system-monitor.*.xml
 %{_datadir}/mate/help/mate-system-monitor/
 %{_datadir}/MateConf/gsettings/mate-system-monitor.convert
 
 
 %changelog
+* Wed Apr 03 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-1
+- Update to latest 1.6.0 stable release.
+
 * Sun Mar 03 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.5.1-1
 - Latest upstream release
 
diff --git a/sources b/sources
index 444d62a..aa2615f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0879152588a500c662d6db9b88db2c4  mate-system-monitor-1.5.1.tar.xz
+14960b468246338f20ebe1401b2bac96  mate-system-monitor-1.6.0.tar.xz


More information about the scm-commits mailing list