... and don't pass unrecognized option --enable-selinux to configure.
This commit is contained in:
Kalev Lember 2012-03-21 12:13:55 +02:00
parent e13c00e26c
commit 21d3d4167c
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ gnome-system-monitor-2.28.1.tar.bz2
/gnome-system-monitor-3.3.4.tar.xz
/gnome-system-monitor-3.3.90.tar.xz
/gnome-system-monitor-3.3.91.tar.xz
/gnome-system-monitor-3.3.92.tar.xz

View File

@ -11,7 +11,7 @@
Summary: Process and resource monitor
Name: gnome-system-monitor
Version: 3.3.91
Version: 3.3.92
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -52,7 +52,7 @@ such as CPU and memory.
%setup -q
%build
%configure --enable-selinux --disable-scrollkeeper
%configure --disable-scrollkeeper
make %{?_smp_mflags}
%install
@ -76,7 +76,6 @@ fi
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
%files -f %{name}.lang
%defattr(-, root, root,-)
%doc AUTHORS NEWS COPYING README
%{_bindir}/gnome-system-monitor
%{_datadir}/applications/*
@ -87,6 +86,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
%changelog
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
- Update to 3.3.92
* Mon Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
- Update to 3.3.91

View File

@ -1 +1 @@
550a031156964b376d90ae2bed3f8a10 gnome-system-monitor-3.3.91.tar.xz
4876741365e9060b956704463da6e5b1 gnome-system-monitor-3.3.92.tar.xz