[ufraw] drop obsolete configure options (exiv2, lensfun, libexif)

Nils Philippsen nphilipp at fedoraproject.org
Wed Oct 2 22:02:33 UTC 2013


commit 4d4575a3171813dbe77f345157595662ab05b64a
Author: Nils Philippsen <nils at redhat.com>
Date:   Thu Oct 3 00:01:52 2013 +0200

    drop obsolete configure options (exiv2, lensfun, libexif)

 ufraw.spec |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/ufraw.spec b/ufraw.spec
index 33397fc..aa20374 100644
--- a/ufraw.spec
+++ b/ufraw.spec
@@ -16,12 +16,6 @@
 %bcond_with pkg_mime_xml
 %endif
 
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 12 || 0%{?rhel} >= 6
-%bcond_without lensfun
-%else
-%bcond_with lensfun
-%endif
-
 %if %{with splitpackage}
 %define spkg 1
 %endif
@@ -64,9 +58,7 @@ BuildRequires: gtkimageview-devel >= 1.6.1
 BuildRequires: lcms-devel >= 1.14
 BuildRequires: libexif-devel >= 0.6.13
 BuildRequires: exiv2-devel >= 0.18.1
-%if %{with lensfun}
 BuildRequires: lensfun-devel >= 0.2.5
-%endif
 BuildRequires: libtiff-devel 
 BuildRequires: libjpeg-devel
 BuildRequires: pkgconfig >= 0.9.0
@@ -142,7 +134,6 @@ Building UFRaw with these settings:
 cinepaint:      %{with cinepaint}
 splitpackage:   %{with splitpackage}
 pkg_mime_xml:   %{with pkg_mime_xml}
-lensfun:        %{with lensfun}
 
 EOF
 %setup -q
@@ -153,12 +144,7 @@ EOF
 %patch10 -p1 -b .autofoo
 
 %build
-%configure \
-%if %{with lensfun}
-    --with-lensfun \
-%endif
-    --with-exiv2 --with-libexif --enable-mime --enable-extras \
-    --enable-contrast
+%configure --enable-mime --enable-extras --enable-contrast
 
 make schemasdir=%{_sysconfdir}/gconf/schemas
 
@@ -238,6 +224,7 @@ update-desktop-database >& /dev/null || :
 %changelog
 * Wed Oct 02 2013 Nils Philippsen <nils at redhat.com>
 - build against lcms2
+- drop obsolete configure options (exiv2, lensfun, libexif)
 
 * Thu Sep 19 2013 Nils Philippsen <nils at redhat.com> - 0.19.2-6
 - fix disabling cinepaint subpackage from F-20 on (#986689)


More information about the scm-commits mailing list