OBS User unknown 2007-04-19 19:45:41 +00:00 committed by Git OBS Bridge
parent 9b1e52c341
commit 1036a83eae
3 changed files with 11 additions and 6 deletions

View File

@ -59,11 +59,9 @@ if test -f $r/var/cache/gtk-2.0/icon-theme.cache-list ; then
fi fi
# Update icon cache. # Update icon cache.
( (
# Be sure, that environment is set properly. # Ensure, that $XDG_DATA_DIRS is set properly. (#71978, #240603)
if test -z "$XDG_DATA_DIRS" ; then if test "$PROFILEREAD" != true ; then
if test -f $r/etc/profile.d/xdg-enviroment.sh ; then . $r/etc/profile
. $r/etc/profile.d/xdg-enviroment.sh
fi
fi fi
IFS="$IFS:" IFS="$IFS:"
for DIR in ${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/} ; do for DIR in ${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/} ; do

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 12:03:50 CEST 2007 - sbrabec@suse.cz
- Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603).
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 11 18:52:54 CDT 2007 - maw@suse.de Wed Apr 11 18:52:54 CDT 2007 - maw@suse.de

View File

@ -28,7 +28,7 @@ Group: System/Libraries
Autoreqprov: on Autoreqprov: on
PreReq: /usr/bin/touch /bin/rm /bin/rmdir PreReq: /usr/bin/touch /bin/rm /bin/rmdir
Version: 2.10.11 Version: 2.10.11
Release: 1 Release: 2
Summary: Library for Creation of Graphical User Interfaces Summary: Library for Creation of Graphical User Interfaces
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
Source1: SuSEconfig.gtk2 Source1: SuSEconfig.gtk2
@ -347,6 +347,8 @@ fi
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Thu Apr 19 2007 - sbrabec@suse.cz
- Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603).
* Wed Apr 11 2007 - maw@suse.de * Wed Apr 11 2007 - maw@suse.de
- Remove some extraneous comments that were inadvertently left - Remove some extraneous comments that were inadvertently left
in the .spec. in the .spec.