* Thu May 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.6-6

- kde.sh: fix typo/thinko
This commit is contained in:
Rex Dieter 2007-05-15 19:06:16 +00:00
parent d88d9d16f5
commit d6cd28edfe
2 changed files with 6 additions and 2 deletions

3
kde.sh
View File

@ -3,9 +3,10 @@
## When/if using prelinking, avoids (some) use of kdeinit
if [ -f /etc/sysconfig/prelink ]; then
if [ grep '^PRELINKING=yes' /etc/sysconfig/prelink ] ; then
if [ `grep '^PRELINKING=yes' /etc/sysconfig/prelink` ] ; then
[ -z "$KDE_IS_PRELINKED" ] && KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
fi
fi
## IPV6 support
#[ -z "$KDE_NO_IPV6" ] && KDE_NO_IPV6=1 && export KDE_NO_IPV6

View File

@ -23,7 +23,7 @@ Name: kdelibs
Summary: K Desktop Environment - Libraries
Epoch: 6
Version: 3.5.6
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPL
Url: http://www.kde.org/
@ -461,6 +461,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
%changelog
* Thu May 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.6-6
- kde.sh: fix typo/thinko
* Thu May 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.6-5
- %%changelog: prune pre-kde3 entries
- %%ghost %%{_datadir}/services/ksycoca