[mate-system-monitor] Initial import

leigh123linux leigh123linux at fedoraproject.org
Fri Oct 19 11:17:57 UTC 2012


commit 2067898f3a552bea7c9a3a5f9662ac999adc5198
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Fri Oct 19 12:17:54 2012 +0100

    Initial import

 .gitignore               |    1 +
 mate-system-monitor.spec |   87 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 89 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..97f3e61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mate-system-monitor-1.4.0.tar.xz
diff --git a/mate-system-monitor.spec b/mate-system-monitor.spec
new file mode 100644
index 0000000..7a7813f
--- /dev/null
+++ b/mate-system-monitor.spec
@@ -0,0 +1,87 @@
+Name:           mate-system-monitor
+Version:        1.4.0
+Release:        1%{?dist}
+Summary:        Process and resource monitor
+
+License:        GPLv2+
+URL:            http://mate-desktop.org
+Source0:        http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
+
+BuildRequires: mate-conf-devel
+BuildRequires: mate-vfs-devel
+BuildRequires: libgtop2-devel
+BuildRequires: desktop-file-utils
+BuildRequires: libmatewnck-devel
+BuildRequires: pango-devel
+BuildRequires: gtk2-devel
+BuildRequires: gtkmm24-devel
+BuildRequires: startup-notification-devel
+BuildRequires: rarian-compat
+BuildRequires: libselinux-devel
+BuildRequires: mate-icon-theme-devel
+BuildRequires: pcre-devel
+BuildRequires: librsvg2-devel
+BuildRequires: mate-doc-utils
+BuildRequires: mate-common
+BuildRequires: dbus-glib-devel
+
+Requires(pre): mate-conf
+Requires(post): mate-conf
+Requires(preun): mate-conf
+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
+NOCONFIGURE=1 ./autogen.sh
+
+%build
+%configure \
+        --disable-static \
+        --disable-scrollkeeper \
+        --enable-compile-warnings=minimum
+
+make %{?_smp_mflags}
+
+
+%install
+export MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+make install DESTDIR=$RPM_BUILD_ROOT
+unset MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+
+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
+
+%find_lang %{name} --with-gnome
+
+%post
+%mateconf_schema_upgrade mate-system-monitor
+
+%pre
+%mateconf_schema_prepare mate-system-monitor
+
+%preun
+%mateconf_schema_remove mate-system-monitor
+
+
+%files -f %{name}.lang
+%doc AUTHORS NEWS COPYING README
+%{_sysconfdir}/mateconf/schemas/mate-system-monitor.schemas
+%{_bindir}/mate-system-monitor
+%{_datadir}/applications/mate-system-monitor.desktop
+%{_datadir}/pixmaps/mate-system-monitor/
+%{_datadir}/mate/help/mate-system-monitor/
+
+
+%changelog
+* Thu Oct 18 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-1
+- Initial build
+
diff --git a/sources b/sources
index e69de29..8393fc1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+979cd044aea8b7f93fa3184ef36bb0c7  mate-system-monitor-1.4.0.tar.xz


More information about the scm-commits mailing list