This commit is contained in:
parent
a750b92ea2
commit
0f98cacfa1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 13:10:22 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
- Fixed at-spi-registryd path (#254403).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 18:30:05 CST 2007 - maw@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@ BuildRequires: rsh xorg-x11
|
||||
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.17.91
|
||||
Release: 1
|
||||
Release: 3
|
||||
Summary: Session Tools for the GNOME 2.x Desktop
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: gnome
|
||||
@ -50,6 +50,7 @@ Requires: control-center2
|
||||
%endif
|
||||
Obsoletes: gnome-core
|
||||
Requires: hicolor-icon-theme
|
||||
Suggests: rsh
|
||||
|
||||
%gconf_schemas_prereq
|
||||
|
||||
@ -91,11 +92,12 @@ gnome-patch-translation-update
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
# needed for gnome-session-2.16.1:
|
||||
# needed for gnome-session--2.17.91:
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure\
|
||||
--with-reboot-command=/sbin/reboot \
|
||||
--with-halt-command=/sbin/poweroff
|
||||
--with-reboot-command=/sbin/reboot\
|
||||
--with-halt-command=/sbin/poweroff\
|
||||
--with-at-spi-registryd-directory=%{_prefix}/lib/at-spi
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -136,6 +138,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 14 2007 - sbrabec@suse.cz
|
||||
- Fixed at-spi-registryd path (#254403).
|
||||
* Thu Mar 08 2007 - maw@suse.de
|
||||
- Update to version 2.17.91.
|
||||
Session Properties Dialog
|
||||
|
Loading…
Reference in New Issue
Block a user