gnome-system-monitor/gnome-system-monitor.spec

220 lines
6.7 KiB
RPMSpec
Raw Normal View History

# Note that this is NOT a relocatable package
2011-05-11 14:22:35 +00:00
%define libgtop2_version 2.28.2
%define libwnck_version 2.91.0
%define desktop_file_utils_version 0.2.90
2005-03-21 21:44:36 +00:00
%define libselinux_version 1.23.2
2009-06-09 16:42:14 +00:00
%define polkit_version 0.92
2008-11-23 08:21:41 +00:00
Summary: Process and resource monitor
Name: gnome-system-monitor
2013-08-10 10:57:29 +00:00
Version: 3.9.5
Release: 1%{?dist}
2007-08-03 02:55:22 +00:00
License: GPLv2+
Group: Applications/System
2006-08-23 16:48:18 +00:00
URL: http://www.gnome.org/
2010-03-31 00:22:17 +00:00
#VCS: git:git://git.gnome.org/gnome-system-monitor
2013-06-02 15:13:28 +00:00
Source: http://download.gnome.org/sources/gnome-system-monitor/3.9/%{name}-%{version}.tar.xz
2011-03-26 22:43:17 +00:00
BuildRequires: libgtop2-devel >= %{libgtop2_version}
2011-05-11 14:22:35 +00:00
BuildRequires: libwnck3-devel >= %{libwnck_version}
2011-02-22 06:17:06 +00:00
BuildRequires: gtk3-devel
BuildRequires: gtkmm30-devel
BuildRequires: desktop-file-utils
BuildRequires: startup-notification-devel
BuildRequires: intltool gettext
2005-03-21 21:44:36 +00:00
BuildRequires: libselinux-devel >= %{libselinux_version}
BuildRequires: gnome-icon-theme-devel
2006-11-07 19:19:14 +00:00
BuildRequires: pcre-devel
2012-10-29 18:53:50 +00:00
BuildRequires: systemd-devel
2008-01-15 01:42:18 +00:00
BuildRequires: librsvg2-devel
2011-02-22 06:25:49 +00:00
BuildRequires: libxml2-devel
2012-08-22 08:00:59 +00:00
BuildRequires: itstool
%description
2009-03-03 01:15:39 +00:00
gnome-system-monitor allows to graphically view and manipulate the running
processes on your system. It also provides an overview of available resources
2008-11-23 08:21:41 +00:00
such as CPU and memory.
%prep
2006-08-23 16:48:18 +00:00
%setup -q
2009-06-09 16:42:14 +00:00
%build
2012-10-29 18:53:50 +00:00
%configure --enable-systemd
make %{?_smp_mflags}
%install
2011-02-22 06:17:06 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
2007-08-07 15:41:32 +00:00
%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
2011-02-22 06:17:06 +00:00
%postun
if [ $1 -eq 0 ]; then
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
2006-10-18 20:37:09 +00:00
fi
2011-02-22 06:17:06 +00:00
%posttrans
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
2006-05-17 18:35:33 +00:00
%files -f %{name}.lang
2007-08-07 15:41:32 +00:00
%doc AUTHORS NEWS COPYING README
2006-08-23 16:48:18 +00:00
%{_bindir}/gnome-system-monitor
%{_datadir}/applications/gnome-system-monitor.desktop
%{_datadir}/applications/gnome-system-monitor-kde.desktop
2011-02-22 06:17:06 +00:00
%{_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
2013-01-16 16:36:15 +00:00
%{_libexecdir}/gnome-system-monitor/gsm-*
%changelog
2013-08-10 10:57:29 +00:00
* 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
2013-06-02 15:13:28 +00:00
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
- Update to 3.9.2
2013-05-21 21:48:49 +00:00
* Tue May 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.2.1-1
- Update to 3.8.2.1
2013-05-13 20:07:32 +00:00
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
- Update to 3.8.2
2013-03-26 11:03:20 +00:00
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
- Update to 3.8.0
2013-03-20 20:45:12 +00:00
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
- Update to 3.7.92
2013-02-19 16:40:19 +00:00
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
- Update to 3.7.90
2013-02-05 21:52:24 +00:00
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
- Update to 3.7.5
2013-01-16 16:13:06 +00:00
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
- Update to 3.7.4
2012-11-24 17:34:20 +00:00
* Sat Nov 24 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-3
- Fix display of distro information
2012-10-29 18:53:50 +00:00
* 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
2012-09-26 04:47:50 +00:00
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
- Update to 3.6.0
2012-09-19 14:09:25 +00:00
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
- Update to 3.5.92
2012-08-21 18:50:34 +00:00
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90.1-1
- Update to 3.5.90.1
2012-08-07 11:27:26 +00:00
* 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
2012-04-16 22:43:46 +00:00
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
- Update to 3.4.1
2012-03-27 15:25:48 +00:00
* 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
2013-01-16 16:36:15 +00:00
* Tue Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
2012-03-06 04:15:00 +00:00
- Update to 3.3.91
2012-02-26 07:08:38 +00:00
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
- Update to 3.3.90
2012-01-17 22:53:10 +00:00
* 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
2011-12-21 03:32:09 +00:00
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
- Update to 3.3.3
2011-11-24 16:05:02 +00:00
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2.1-1
- Update to 3.3.2.1
2011-11-22 02:40:53 +00:00
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
- Update to 3.3.2
2011-10-26 23:57:06 +00:00
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
- Rebuilt for glibc bug#747377
2011-10-19 05:03:31 +00:00
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
- Update to 3.2.1
2011-09-28 01:22:02 +00:00
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
- Update to 3.2.0
2011-10-19 05:03:31 +00:00
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
- Update to 3.1.90
2011-07-05 09:26:28 +00:00
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
- Update to 3.1.3
2011-06-15 17:31:29 +00:00
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
- Update to 3.1.2
2011-05-13 02:54:54 +00:00
* Thu May 12 2011 Christopher Aillon <caillon@redhat.com> - 3.1.1.1-1
- Update to 3.1.1.1
2011-05-11 14:22:35 +00:00
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
- Update to 3.1.1
2011-04-04 20:40:47 +00:00
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
- Update to 3.0.0
2011-03-26 22:43:17 +00:00
* Sat Mar 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-2
- Fix runtime error with > 4 cpus
2011-03-25 17:35:13 +00:00
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
- Update to 2.99.3
2011-03-22 03:42:56 +00:00
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.2-1
- Update to 2.99.2
2011-03-08 00:30:52 +00:00
* 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
2011-02-22 06:17:06 +00:00
* 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
2010-09-29 15:03:14 +00:00
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.2-1
- Update to 2.28.2
2010-03-31 00:22:17 +00:00
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
- Update to 2.28.1