Accepting request 314218 from X11:MATE:Factory
1 OBS-URL: https://build.opensuse.org/request/show/314218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mate-system-monitor?expand=0&rev=4
This commit is contained in:
commit
e35037a128
3
mate-system-monitor-1.10.0.tar.xz
Normal file
3
mate-system-monitor-1.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00c536d8aa7cd907b55f8adfa97d57bf39dae89ef19569275b98165c76d84a56
|
||||
size 2116040
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00ef3c595d4837e44f70c40e683a292836c9c8a84d1f9ab66f5b97a206f47712
|
||||
size 2099600
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -13,44 +13,45 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _version 1.10
|
||||
Name: mate-system-monitor
|
||||
Version: 1.8.0
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: MATE Desktop system monitor
|
||||
Url: http://mate-desktop.org
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/Other
|
||||
Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
|
||||
Recommends: %{name}-lang
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
Url: http://mate-desktop.org
|
||||
Source0: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libxml2-python
|
||||
BuildRequires: mate-common
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libgnomesu-devel
|
||||
BuildRequires: pkgconfig(dconf)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
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: libxml2-python
|
||||
BuildRequires: mate-common >= 1.9.0
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
|
||||
%lang_package
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
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
|
||||
Process viewer and system resource monitor for the MATE. This package
|
||||
allows you to graphically view and manipulate the running processes on
|
||||
your system. It also provides an overview of available resources such
|
||||
as CPU and memory.
|
||||
Process viewer and system resource monitor for the MATE. This
|
||||
package allows you to graphically view and manipulate the running
|
||||
processes on your system. It also provides an overview of available
|
||||
resources such as CPU and memory.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -63,34 +64,36 @@ as CPU and memory.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
%fdupes %{buildroot}%{_datadir}/mate
|
||||
%fdupes %{buildroot}%{_datadir}/help
|
||||
if [ -d %{buildroot}%{_datadir}/MateConf ]; then
|
||||
rm -r %{buildroot}%{_datadir}/MateConf
|
||||
%fdupes %{buildroot}%{_datadir}/
|
||||
|
||||
if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
|
||||
rm -rf %{buildroot}%{_datadir}/MateConf/
|
||||
fi
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_post
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}/
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
%{_datadir}/help/C/%{name}/
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
%dir %{_datadir}/appdata/
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user