forked from pool/desktop-file-utils
This commit is contained in:
parent
ffe9969381
commit
f9045910cf
@ -3,9 +3,9 @@
|
|||||||
# Copyright (c) 2005 SuSE
|
# Copyright (c) 2005 SuSE
|
||||||
# Author: Stanislav Brabec <sbrabec@suse.cz>
|
# Author: Stanislav Brabec <sbrabec@suse.cz>
|
||||||
|
|
||||||
# Ensure, that $XDG_DATA_DIRS is set. (#71978)
|
# Ensure, that $XDG_DATA_DIRS is set properly. (#71978, #240603)
|
||||||
if test -z "$XDG_DATA_DIRS" ; then
|
if test "$PROFILEREAD" != true ; then
|
||||||
. /etc/profile.d/xdg-enviroment.sh
|
. $r/etc/profile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/usr/bin/update-desktop-database
|
/usr/bin/update-desktop-database
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 19 12:04:11 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 23 14:26:02 CET 2007 - sbrabec@suse.cz
|
Fri Feb 23 14:26:02 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ License: GNU General Public License (GPL)
|
|||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 1
|
Release: 8
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: SuSEconfig.desktop-file-utils
|
Source1: SuSEconfig.desktop-file-utils
|
||||||
PreReq: /bin/rm /bin/rmdir
|
PreReq: /bin/rm /bin/rmdir
|
||||||
@ -90,6 +90,8 @@ fi
|
|||||||
%ghost /opt/kde3/share/applications/mimeinfo.cache
|
%ghost /opt/kde3/share/applications/mimeinfo.cache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 19 2007 - sbrabec@suse.cz
|
||||||
|
- Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603).
|
||||||
* Fri Feb 23 2007 - sbrabec@suse.cz
|
* Fri Feb 23 2007 - sbrabec@suse.cz
|
||||||
- Updated to version 0.12:
|
- Updated to version 0.12:
|
||||||
* improves category validation code to not catch false positives
|
* improves category validation code to not catch false positives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user