Accepting request 185783 from home:posophe:branches:X11:MATE:Factory
update OBS-URL: https://build.opensuse.org/request/show/185783 OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=8
This commit is contained in:
parent
19f2abac9a
commit
14cda9b735
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a84ebc128e0f906f131bec03bf16875639844e03f8a6e9583bc5c92cc147838
|
|
||||||
size 1913596
|
|
3
mate-system-monitor-1.6.1.tar.xz
Normal file
3
mate-system-monitor-1.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c49fc4ec245c869ddd5e464e560d368c6090ab2bf617c6ba9ceb84c3c7a66348
|
||||||
|
size 2141228
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 3 14:37:43 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.6.1
|
||||||
|
+ fix make file for automake-1.13
|
||||||
|
+ fixes for make dist
|
||||||
|
+ check if cpu color key exists before read it
|
||||||
|
closes #14 https://github.com/mate-desktop/mate-system-monitor/issues/14
|
||||||
|
+ fix indentation
|
||||||
|
+ add manpage for mate-system-monitor
|
||||||
|
closes #20 https://github.com/mate-desktop/mate-system-monitor/issues/20
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 3 23:41:24 UTC 2013 - p.drouand@gmail.com
|
Wed Apr 3 23:41:24 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mate-system-monitor
|
Name: mate-system-monitor
|
||||||
Version: 1.6.0
|
Version: 1.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Summary: MATE Desktop system monitor
|
Summary: MATE Desktop system monitor
|
||||||
@ -61,7 +61,6 @@ as CPU and memory.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--libexecdir=%{_libexecdir}/%{name} \
|
--libexecdir=%{_libexecdir}/%{name} \
|
||||||
@ -93,12 +92,13 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
%dir %{_datadir}/omf/%{name}
|
%dir %{_datadir}/omf/%{name}
|
||||||
%{_bindir}/mate-system-monitor
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/mate-system-monitor.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/pixmaps/%{name}/
|
%{_datadir}/pixmaps/%{name}/
|
||||||
%{_datadir}/mate/help/
|
%{_datadir}/mate/help/
|
||||||
%{_datadir}/glib-2.0/schemas/*.xml
|
%{_datadir}/glib-2.0/schemas/*.xml
|
||||||
%{_datadir}/omf/%{name}/%{name}-C.omf
|
%{_datadir}/omf/%{name}/%{name}-C.omf
|
||||||
|
%{_mandir}/man1/%{name}.1.gz
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user