]> git.pld-linux.org Git - packages/gegl.git/blobdiff - gegl.spec
- updated to 0.1.78
[packages/gegl.git] / gegl.spec
index c17bd53e04bd569469b254ae4202b24c990e09a1..53451d932da2bb10ec55c8fc0608609fc40f4198 100644 (file)
--- a/gegl.spec
+++ b/gegl.spec
 %undefine      with_lua
 %endif
 
-%define        babl_version    0.1.72
-%define        mrg_version     0.1.2-1.20190322.1
+%define        babl_version    0.1.78
+%define        mrg_version     0.1.4
 
 Summary:       Generic image processing library
 Summary(pl.UTF-8):     Ogólna biblioteka przetwarzania obrazu
 Name:          gegl
-Version:       0.4.18
+Version:       0.4.26
 Release:       1
 License:       LGPL v3+/GPL v3+
 Group:         Libraries
 Source0:       https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
-# Source0-md5: 567f9e6c0a0a1a4145a1a1b254ca9ac5
+# Source0-md5: 4756ac2a8cfca8591f12dbf3f6701b14
 Patch1:                %{name}-ruby1.9.patch
 Patch2:                %{name}-build.patch
 Patch3:                umfpack.patch
 Patch4:                %{name}-link.patch
+Patch5:                %{name}-no-lua.patch
 URL:           http://www.gegl.org/
 BuildRequires: OpenEXR-devel >= 1.6.1
 BuildRequires: SDL2-devel >= 2.0.5
@@ -156,7 +157,7 @@ Summary:    gegl library API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki gegl
 Group:         Documentation
 Requires:      gtk-doc-common
-%if "%{_rpmversion}" >= "5"
+%if "%{_rpmversion}" >= "4.6"
 BuildArch:     noarch
 %endif
 
@@ -171,7 +172,7 @@ Summary:    Vala API for gegl library
 Summary(pl.UTF-8):     API języka Vala dla biblioteki gegl
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
-%if "%{_rpmversion}" >= "5"
+%if "%{_rpmversion}" >= "4.6"
 BuildArch:     noarch
 %endif
 
@@ -187,6 +188,7 @@ API języka Vala dla biblioteki gegl.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
@@ -198,6 +200,10 @@ CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
 
 %ninja_build -C build
 
+rmdir build/docs/operations/RAM
+# possible gegl-tester coredumps?
+rm -f build/docs/operations/core*
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -248,7 +254,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with doc}
 %files apidocs
 %defattr(644,root,root,755)
-%doc build/docs/{ophtml,*.html,*.png}
+%doc build/docs/{operations,*.html,*.png}
 %{_gtkdocdir}/gegl
 %endif
 
This page took 0.233018 seconds and 4 git commands to generate.