[gegl] don't require lensfun-devel for building without workshop ops

Nils Philippsen nphilipp at fedoraproject.org
Fri Oct 19 13:55:38 UTC 2012


commit 768a05df12afcfcb568dc98ab158188d60dee983
Author: Nils Philippsen <nils at redhat.com>
Date:   Fri Oct 19 15:53:01 2012 +0200

    don't require lensfun-devel for building without workshop ops

 gegl.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index 3d81c37..06e4df6 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -7,7 +7,7 @@
 Summary:    A graph based image processing framework
 Name:       gegl
 Version:    0.2.0
-Release:    3%{?dist}
+Release:    4%{?dist}
 
 # Compute some version related macros
 # Ugly hack, you need to get your quoting backslashes/percent signs straight
@@ -33,7 +33,9 @@ BuildRequires:  graphviz
 BuildRequires:  gtk2-devel >= 2.18.0
 BuildRequires:  intltool >= 0.40.1
 BuildRequires:  jasper-devel >= 1.900.1
+%if %{with workshop}
 BuildRequires:  lensfun-devel >= 0.2.5
+%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libopenraw-devel >= 0.0.5
 BuildRequires:  libpng-devel
@@ -224,6 +226,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}-%{apiver}.pc
 
 %changelog
+* Fri Oct 19 2012 Nils Philippsen <nils at redhat.com> - 0.2.0-4
+- don't require lensfun-devel for building without workshop ops
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list