[kde-artwork-active] BR: kde-filesystem add %dir ownerships to avoid dep on kde-workspace

Rex Dieter rdieter at fedoraproject.org
Sat Nov 19 21:20:17 UTC 2011


commit 00e2b0e5ca4709c503746f90228f53702b12ffc3
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Nov 19 15:21:03 2011 -0600

    BR: kde-filesystem
    add %dir ownerships to avoid dep on kde-workspace

 kde-artwork-active.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/kde-artwork-active.spec b/kde-artwork-active.spec
index 71bcac2..0d652fd 100644
--- a/kde-artwork-active.spec
+++ b/kde-artwork-active.spec
@@ -1,6 +1,6 @@
 Name:           kde-artwork-active
 Version:        0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Artwork for Plasma Active
 
 License:        GPLv2+
@@ -9,6 +9,7 @@ Source0:        ftp://ftp.kde.org/pub/kde/stable/active/1.0/src/%{name}-%{versio
 Patch0:         kde-artwork-active-0.1-correct-ksplash-theme-install-dir.patch
 
 BuildRequires:  cmake
+BuildRequires:  kde-filesystem
 Requires:       kde-filesystem 
 
 BuildArch:      noarch
@@ -38,12 +39,19 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 %files
 %doc
-%{_kde4_appsdir}/ksplash/Themes/
+%dir %{_kde4_appsdir}/ksplash
+%dir %{_kde4_appsdir}/ksplash/Themes
+%{_kde4_appsdir}/ksplash/Themes/ActiveAir/
+%dir %{_kde4_appsdir}/kwin/
 %{_kde4_appsdir}/kwin/lockscreen/
-%{_kde4_datadir}/wallpapers/
+%{_kde4_datadir}/wallpapers/*
 
 
 %changelog
+* Sat Nov 19 2011 Rex Dieter <rdieter at fedoraproject.org> 0.1-3
+- BR: kde-filesystem
+- add %%dir ownerships to avoid dep on kde-workspace
+
 * Fri Nov 18 2011 Jaroslav Reznik <jreznik at redhat.com> - 0.1-2
 - noarch package
 - fix ksplash installation path


More information about the scm-commits mailing list