fix conditional

This commit is contained in:
Than Ngo 2009-11-16 16:51:30 +00:00
parent e05726247a
commit d99ec077dd
1 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,10 @@
%define phonon_ver 4.3.1
%define soprano_ver 2.3.0
%define strigi_ver 0.7
%if 0%{?fedora} > 11
%define soprano_ver 2.3.1
%endif
%define strigi_ver 0.7
Summary: K Desktop Environment 4 - Libraries
Version: 4.3.3
Release: 4%{?dist}
Release: 5%{?dist}
Name: kdelibs
Epoch: 6
@ -83,6 +79,7 @@ Patch24: kdelibs-4.3.1-drkonq.patch
# fix build of fakes.c due to missing #include <string.h>
Patch25: kdelibs-4.3.3-fix-kdefakes-build.patch
# use -fno-var-tracking-assignments on khtml/svg bits, use in a pinch on f12+
# workaound for low-mem systems (ppc64)
Patch26: kdelibs-4.3.3-khtml_svg_no_var_tracking_assignments.patch
# upstream
@ -211,7 +208,7 @@ format for easy browsing.
%patch24 -p1 -b .drkonq
%endif
%patch25 -p1 -b .fix-kdefakes-build
%if 0%{?fedora} > 11
%ifarch ppc64
%patch26 -p1 -b .khtml_svg_no_var_tracking_assignments
%endif
@ -411,9 +408,12 @@ rm -rf %{buildroot}
%changelog
* Mon Nov 16 2009 Than Ngo <than@redhat.com> - 4.3.3-5
- fix conditional
* Fri Nov 13 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-4
- kubuntu_80_kaction_qt_keys.diff (#475247)
- soprano_ver 2.3.1 (f12+)
- soprano_ver 2.3.1
* Fri Nov 13 2009 Than Ngo <than@redhat.com> - 4.3.3-3
- rhel cleanup, fix conditional for RHEL