336 lines
10 KiB
RPMSpec
336 lines
10 KiB
RPMSpec
# Note that this is NOT a relocatable package
|
|
|
|
%global libgtop2_version 2.28.2
|
|
%global libwnck_version 2.91.0
|
|
%global desktop_file_utils_version 0.2.90
|
|
|
|
Summary: Process and resource monitor
|
|
Name: gnome-system-monitor
|
|
Version: 3.17.90
|
|
Release: 2%{?dist}
|
|
License: GPLv2+
|
|
Group: Applications/System
|
|
URL: http://www.gnome.org/
|
|
#VCS: git:git://git.gnome.org/gnome-system-monitor
|
|
Source: http://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=753972
|
|
Patch0: 0001-Work-under-wayland-even-when-built-with-wnck.patch
|
|
|
|
BuildRequires: pkgconfig(libgtop-2.0) >= %{libgtop2_version}
|
|
BuildRequires: pkgconfig(libwnck-3.0) >= %{libwnck_version}
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
BuildRequires: pkgconfig(gtkmm-3.0)
|
|
BuildRequires: pkgconfig(libsystemd-login)
|
|
BuildRequires: pkgconfig(librsvg-2.0)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: intltool gettext
|
|
BuildRequires: itstool
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
%description
|
|
gnome-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
|
|
%patch0 -p1
|
|
|
|
%build
|
|
autoreconf -i -f
|
|
%configure --enable-systemd --enable-wnck
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
%check
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monitor.desktop
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monitor-kde.desktop
|
|
|
|
%postun
|
|
if [ $1 -eq 0 ]; then
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
fi
|
|
|
|
%posttrans
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
|
%files -f %{name}.lang
|
|
%license COPYING
|
|
%doc AUTHORS NEWS README
|
|
%{_bindir}/gnome-system-monitor
|
|
%{_datadir}/appdata/gnome-system-monitor.appdata.xml
|
|
%{_datadir}/applications/gnome-system-monitor.desktop
|
|
%{_datadir}/applications/gnome-system-monitor-kde.desktop
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
|
|
%{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
|
|
%{_libexecdir}/gnome-system-monitor/gsm-*
|
|
|
|
%changelog
|
|
* Sat Aug 22 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.90-2
|
|
- Work under Wayland
|
|
|
|
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
|
- Update to 3.17.90
|
|
- Use make_install macro
|
|
|
|
* Mon Jul 20 2015 David King <amigadave@amigadave.com> - 3.17.4-1
|
|
- Update to 3.17.4
|
|
|
|
* Mon Jun 22 2015 David King <amigadave@amigadave.com> - 3.17.3-1
|
|
- Update to 3.17.3
|
|
- Preserve timestamps during install
|
|
- Use pkgconfig for BuildRequires
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-2
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
- Update to 3.16.0
|
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
|
|
- Update to 3.15.92
|
|
|
|
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
|
- Update to 3.15.91
|
|
- Use the %%license macro for the COPYING file
|
|
|
|
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
|
|
- Update to 3.15.4
|
|
|
|
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
|
|
- Update to 3.15.3
|
|
|
|
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
|
|
- Update to 3.15.1
|
|
|
|
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
- Update to 3.14.1
|
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
- Update to 3.14.0
|
|
|
|
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
|
- Update to 3.13.92
|
|
|
|
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
|
- Update to 3.13.91
|
|
|
|
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
|
- Update to 3.13.90
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Mon Jul 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
|
|
- Update to 3.13.4
|
|
|
|
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
|
|
- Update to 3.13.3
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
|
|
- Update to 3.13.2
|
|
|
|
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 3.13.1-1
|
|
- Update to 3.13.1
|
|
|
|
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
|
- Update to 3.12.1
|
|
|
|
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
|
|
- Update to 3.12.0
|
|
|
|
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
|
|
- Update to 3.11.92
|
|
|
|
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
|
|
- Update to 3.11.90
|
|
|
|
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
|
|
- Update to 3.11.5
|
|
|
|
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
|
|
- Update to 3.11.4
|
|
|
|
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
|
|
- Update to 3.11.3
|
|
|
|
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
|
|
- Update to 3.11.2
|
|
|
|
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.2-1
|
|
- Update to 3.10.2
|
|
|
|
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
|
|
- Update to 3.10.1
|
|
|
|
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
|
|
- Update to 3.10.0
|
|
|
|
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
|
|
- Update to 3.9.92
|
|
- Include the appdata file
|
|
|
|
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
|
|
- Update to 3.9.90
|
|
|
|
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
|
|
- Update to 3.9.5
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Jun 28 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-2
|
|
- Adapt for gnome-icon-theme packaging changes
|
|
|
|
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
|
|
- Update to 3.9.2
|
|
|
|
* Tue May 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.2.1-1
|
|
- Update to 3.8.2.1
|
|
|
|
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
|
|
- Update to 3.8.2
|
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
- Update to 3.8.0
|
|
|
|
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
|
|
- Update to 3.7.92
|
|
|
|
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
|
|
- Update to 3.7.90
|
|
|
|
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
|
|
- Update to 3.7.5
|
|
|
|
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
|
|
- Update to 3.7.4
|
|
|
|
* Sat Nov 24 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-3
|
|
- Fix display of distro information
|
|
|
|
* Mon Oct 29 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-2
|
|
- Display systemd information
|
|
|
|
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
- Update to 3.6.1
|
|
|
|
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
|
- Update to 3.6.0
|
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
|
- Update to 3.5.92
|
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90.1-1
|
|
- Update to 3.5.90.1
|
|
|
|
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
- Update to 3.5.90
|
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Sat Jul 21 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.4.1-3
|
|
- Own the %%{_datadir}/gnome-system-monitor dir.
|
|
- Escape rpm macros in %%changelog.
|
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
|
- Silence rpm scriptlet output
|
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
|
|
- Update to 3.4.1
|
|
|
|
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
|
|
- Update to 3.4.0
|
|
|
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
|
- Update to 3.3.92
|
|
|
|
* Tue Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
|
|
- Update to 3.3.91
|
|
|
|
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
|
|
- Update to 3.3.90
|
|
|
|
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
|
|
- Update to 3.3.4
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
- Update to 3.3.3
|
|
|
|
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2.1-1
|
|
- Update to 3.3.2.1
|
|
|
|
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
|
|
- Update to 3.3.2
|
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
|
- Update to 3.2.1
|
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
- Update to 3.2.0
|
|
|
|
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
|
|
- Update to 3.1.90
|
|
|
|
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
|
|
- Update to 3.1.3
|
|
|
|
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
|
|
- Update to 3.1.2
|
|
|
|
* Thu May 12 2011 Christopher Aillon <caillon@redhat.com> - 3.1.1.1-1
|
|
- Update to 3.1.1.1
|
|
|
|
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
|
|
- Update to 3.1.1
|
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
|
|
- Update to 3.0.0
|
|
|
|
* Sat Mar 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-2
|
|
- Fix runtime error with > 4 cpus
|
|
|
|
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
|
|
- Update to 2.99.3
|
|
|
|
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.2-1
|
|
- Update to 2.99.2
|
|
|
|
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.1-1
|
|
- Update to 2.99.1
|
|
- Drop 'About this computer', we no longer show it anyway
|
|
|
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.0-1
|
|
- Update to 2.99.0
|
|
- Drop accumulated patches
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.2-1
|
|
- Update to 2.28.2
|
|
|
|
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
|
|
- Update to 2.28.1
|