[digikam] el fixes, take 2

Rex Dieter rdieter at fedoraproject.org
Mon Mar 25 11:50:21 UTC 2013


commit 110bbb7a854e818034a533dc1792db33f2c6a307
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Mar 25 06:50:25 2013 -0500

    el fixes, take 2

 digikam.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/digikam.spec b/digikam.spec
index 9663da6..f8e2e70 100644
--- a/digikam.spec
+++ b/digikam.spec
@@ -86,8 +86,10 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}
 # http://bugzilla.redhat.com/761184
 Requires: kcm_colors
+%if 0%{?fedora} || 0%{?rhel} > 6
 # better default access to mtp-enabled devices
 Requires: kio_mtp
+%endif
 
 %description
 digiKam is an easy to use and powerful digital photo management application,
@@ -173,7 +175,9 @@ Requires: kipi-plugins-libs%{?_isa} = %{version}-%{release}
 ## jpeglossless plugin
 Requires: ImageMagick
 ## expoblending
+%if 0%{?fedora} || 0%{?rhel} > 6
 Requires: hugin-base
+%endif
 %description -n kipi-plugins
 This package contains plugins to use with Kipi, the KDE Image Plugin
 Interface.  Currently implemented plugins are:
@@ -243,7 +247,7 @@ pushd %{_target_platform}
 %{cmake_kde4} -DENABLE_LCMS2=ON -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF ..
 popd
 
-make %{?_smp_mflags} -C %{_target_platform} VERBOSE=
+make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install


More information about the scm-commits mailing list