- set include_crystalsvg to 0 on F9+ (it comes from kdeartwork now)

This commit is contained in:
Kevin Kofler 2007-12-11 09:04:20 +00:00
parent 26e19ced97
commit 04551ebfba
1 changed files with 6 additions and 4 deletions

View File

@ -21,14 +21,13 @@
Summary: K Desktop Environment 3 - Libraries
Version: 3.5.8
Release: 17%{?dist}
Release: 18%{?dist}
%if 0%{?fedora} > 8
Name: kdelibs3
Obsoletes: kdelibs < 6:%{version}-%{release}
Provides: kdelibs = 6:%{version}-%{release}
# TODO: set to 0 (F9+) once we have kdeartwork 4
%define include_crystalsvg 1
%define include_crystalsvg 0
%else
Name: kdelibs
Epoch: 6
@ -38,7 +37,7 @@ Provides: kdelibs3 = %{version}-%{release}
%endif
%if 0%{?include_crystalsvg} == 0
# FIXME/TODO: KDE3 apps still need the crystalsvg-icon-theme
# KDE3 apps still need the crystalsvg-icon-theme
# This is provided by kdeartwork-icons >= 3.96.0-2
Requires: crystalsvg-icon-theme
%endif
@ -531,6 +530,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
%changelog
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 3.5.8-18
- set include_crystalsvg to 0 on F9+ (it comes from kdeartwork now)
* Tue Dec 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 3.5.8-17
- update openssl patch