From ebe88b1939ba3fad319a53ff0f3b23a6d451f47a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 18 Jan 2011 14:22:06 -0600 Subject: [PATCH] - Unowned /usr/lib*/kde4/plugins/{gui_platform,styles} dirs (#645059) --- kdelibs.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kdelibs.spec b/kdelibs.spec index ab5ad37..e2601da 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -16,7 +16,7 @@ Summary: KDE Libraries Version: 4.5.95 -Release: 1%{?dist} +Release: 2%{?dist} Name: kdelibs Epoch: 6 @@ -310,7 +310,10 @@ mv %{buildroot}%{_kde4_sysconfdir}/xdg/menus/applications.menu \ # create/own stuff # see http://bugzilla.redhat.com/483318 mkdir -p %{buildroot}%{_kde4_libdir}/kconf_update_bin -mkdir -p %{buildroot}%{_kde4_libdir}/plugins/{gui_platform,styles} +%if 0%{?fedora} < 15 +# moved to kde-filesystem f15+ +mkdir -p %{buildroot}%{_kde4_libdir}/kde4/plugins/{gui_platform,styles} +%endif ## use ca-certificates' ca-bundle.crt, symlink as what most other ## distros do these days (http://bugzilla.redhat.com/521902) @@ -518,6 +521,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 18 2011 Rex Dieter - 4.5.95-2 +- Unowned /usr/lib*/kde4/plugins/{gui_platform,styles} dirs (#645059) + * Wed Jan 05 2011 Jaroslav Reznik - 4.5.95-1 - 4.5.95 (4.6rc2)