commit 2eebac95652883ba2832b6aa2812efef0775e03c
Author: Jakub Bogusz <[email protected]>
Date:   Sun Mar 6 13:50:35 2016 +0100

    - renamed gomp bcond to compiler-agnostic openmp

 ufraw.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ufraw.spec b/ufraw.spec
index 631edb0..e8495f0 100644
--- a/ufraw.spec
+++ b/ufraw.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without gimp            # GIMP plugin
-%bcond_without gomp            # OpenMP support
+%bcond_without openmp          # OpenMP support
 #
 Summary:       RAW photo loader
 Summary(pl.UTF-8):     Narzędzie do wczytywania zdjęć w formacie RAW
@@ -17,7 +17,7 @@ BuildRequires:        automake
 BuildRequires: bzip2-devel
 BuildRequires: cfitsio-devel
 BuildRequires: exiv2-devel >= 0.20
-%{?with_gomp:BuildRequires:    gcc-c++ >= 6:4.2}
+%{?with_openmp:BuildRequires:  gcc-c++ >= 6:4.2}
 BuildRequires: gettext-tools
 %{?with_gimp:BuildRequires:    gimp-devel >= 2.6.0}
 BuildRequires: glib2-devel >= 1:2.12
@@ -26,7 +26,7 @@ BuildRequires:        gtkimageview-devel >= 1.6
 BuildRequires: jasper-devel
 BuildRequires: lcms2-devel >= 2
 BuildRequires: lensfun-devel >= 0.2.5
-%{?with_gomp:BuildRequires:    libgomp-devel}
+%{?with_openmp:BuildRequires:  libgomp-devel}
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel >= 1.2
 BuildRequires: libstdc++-devel
@@ -104,7 +104,7 @@ Wtyczka GIMP-a do wczytywania zdjęć w formacie RAW.
 cp -f /usr/share/automake/mkinstalldirs .
 %configure \
        --disable-silent-rules \
-       %{!?with_gomp:--disable-openmp} \
+       %{!?with_openmp:--disable-openmp} \
        --enable-contrast \
        --enable-dst-correction \
        --enable-extras \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ufraw.git/commitdiff/2eebac95652883ba2832b6aa2812efef0775e03c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to