3.3.92
... and don't pass unrecognized option --enable-selinux to configure.
This commit is contained in:
parent
e13c00e26c
commit
21d3d4167c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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.4.tar.xz
|
||||||
/gnome-system-monitor-3.3.90.tar.xz
|
/gnome-system-monitor-3.3.90.tar.xz
|
||||||
/gnome-system-monitor-3.3.91.tar.xz
|
/gnome-system-monitor-3.3.91.tar.xz
|
||||||
|
/gnome-system-monitor-3.3.92.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Summary: Process and resource monitor
|
Summary: Process and resource monitor
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 3.3.91
|
Version: 3.3.92
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -52,7 +52,7 @@ such as CPU and memory.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-selinux --disable-scrollkeeper
|
%configure --disable-scrollkeeper
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -76,7 +76,6 @@ fi
|
|||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-, root, root,-)
|
|
||||||
%doc AUTHORS NEWS COPYING README
|
%doc AUTHORS NEWS COPYING README
|
||||||
%{_bindir}/gnome-system-monitor
|
%{_bindir}/gnome-system-monitor
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
@ -87,6 +86,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
|
||||||
- Update to 3.3.91
|
- Update to 3.3.91
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user