]> git.pld-linux.org Git - packages/gegl.git/blobdiff - gegl.spec
- unconditional noarch subpackages
[packages/gegl.git] / gegl.spec
index fdc2a6c2c58a5b4f54baea8c3580797f2eea0216..d9b9629e91a91090a9348d12d406a88507624774 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
@@ -157,9 +157,7 @@ Summary:    gegl library API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki gegl
 Group:         Documentation
 Requires:      gtk-doc-common
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description apidocs
 gegl library API documentation.
@@ -172,9 +170,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"
 BuildArch:     noarch
-%endif
 
 %description -n vala-gegl
 Vala API for gegl library.
@@ -200,6 +196,12 @@ CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
 
 %ninja_build -C build
 
+%if %{with doc}
+rmdir build/docs/operations/RAM
+# possible gegl-tester coredumps?
+rm -f build/docs/operations/core*
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -250,7 +252,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.047402 seconds and 4 git commands to generate.