Accepting request 314175 from X11:MATE:Next

Mate 1.10

OBS-URL: https://build.opensuse.org/request/show/314175
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=13
This commit is contained in:
Alexei Sorokin 2015-06-28 12:11:34 +00:00 committed by Git OBS Bridge
parent 4a9b003fcc
commit 53f882bf93
4 changed files with 79 additions and 48 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00c536d8aa7cd907b55f8adfa97d57bf39dae89ef19569275b98165c76d84a56
size 2116040

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00ef3c595d4837e44f70c40e683a292836c9c8a84d1f9ab66f5b97a206f47712
size 2099600

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue May 5 13:47:23 UTC 2015 - sor.alexei@meowr.ru
- Update to 1.10.0 (changes since 1.9.2):
* Update translations.
- Spec cleanup.
-------------------------------------------------------------------
Thu Jan 22 10:08:48 UTC 2015 - p.drouand@gmail.com
- Update to version 1.9.2 (unstable)
* Bugs fix release
-------------------------------------------------------------------
Sun Nov 23 14:10:35 UTC 2014 - p.drouand@gmail.com
- Update to version 1.9.1 (unstable)
+ Dont sync GSettings before quit; It is unneeded
Closes #37 (https://github.com/mate-desktop/mate-system-monitor/issues/37)
+ Add appdata support
+ Update translations
-------------------------------------------------------------------
Mon Jul 14 16:24:52 UTC 2014 - p.drouand@gmail.com
- Update to version 1.9.0 (unstable)
+ Fix man page NAME section
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 5 12:14:36 UTC 2014 - p.drouand@gmail.com Wed Mar 5 12:14:36 UTC 2014 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for mate-system-monitor # spec file for package mate-system-monitor
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -13,44 +13,45 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define _version 1.10
Name: mate-system-monitor Name: mate-system-monitor
Version: 1.8.0 Version: 1.10.0
Release: 0 Release: 0
License: GPL-2.0+
Summary: MATE Desktop system monitor Summary: MATE Desktop system monitor
Url: http://mate-desktop.org License: GPL-2.0+
Group: System/GUI/Other Group: System/GUI/Other
Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz Url: http://mate-desktop.org
Recommends: %{name}-lang Source0: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
%glib2_gsettings_schema_requires
BuildRequires: gcc-c++
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: libxml2-python BuildRequires: gcc-c++
BuildRequires: mate-common
BuildRequires: libgnomesu-devel BuildRequires: libgnomesu-devel
BuildRequires: pkgconfig(dconf) BuildRequires: libxml2-python
BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: mate-common >= 1.9.0
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtkmm-2.4)
BuildRequires: pkgconfig(mate-icon-theme)
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: yelp-tools BuildRequires: yelp-tools
BuildRequires: pkgconfig(dbus-glib-1)
%lang_package BuildRequires: pkgconfig(dconf)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtkmm-2.4)
BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(mate-icon-theme)
Recommends: %{name}-lang = %{version}
%glib2_gsettings_schema_requires
%description %description
Process viewer and system resource monitor for the MATE. This package Process viewer and system resource monitor for the MATE. This
allows you to graphically view and manipulate the running processes on package allows you to graphically view and manipulate the running
your system. It also provides an overview of available resources such processes on your system. It also provides an overview of available
as CPU and memory. resources such as CPU and memory.
%lang_package
%prep %prep
%setup -q %setup -q
@ -63,34 +64,36 @@ as CPU and memory.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
%makeinstall %make_install
%find_lang %{name} %{?no_lang_C} %find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
%fdupes %{buildroot}%{_datadir}/mate %fdupes %{buildroot}%{_datadir}/
%fdupes %{buildroot}%{_datadir}/help
if [ -d %{buildroot}%{_datadir}/MateConf ]; then if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
rm -r %{buildroot}%{_datadir}/MateConf rm -rf %{buildroot}%{_datadir}/MateConf/
fi fi
%post %post
%glib2_gsettings_schema_post
%desktop_database_post %desktop_database_post
%glib2_gsettings_schema_post
%postun %postun
%desktop_database_postun
%glib2_gsettings_schema_postun %glib2_gsettings_schema_postun
%desktop_database_post
%files %files
%defattr(-,root,root,-) %defattr(-,root,root)
%doc AUTHORS COPYING %doc AUTHORS COPYING NEWS
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}/ %{_datadir}/pixmaps/%{name}/
%{_datadir}/glib-2.0/schemas/*.xml %dir %{_datadir}/appdata/
%{_datadir}/help/C/%{name}/ %{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}/man1/%{name}.1.gz %{_mandir}/man?/%{name}.?%{?ext_man}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%defattr(-,root,root,-) %defattr(-,root,root)
%changelog %changelog