Blame SPECS/gegl04.spec

761678
%global apiver 0.4
761678
761678
Name:           gegl04
761678
Version:        0.4.30
761678
Release:        5%{?dist}
761678
Summary:        Graph based image processing framework
761678
761678
# The binary is under the GPL, while the libs are under LGPL.
761678
# The main package only installs the libs, which makes the license:
761678
License:        LGPLv3+
761678
URL:            http://www.gegl.org/
761678
Source0:        http://download.gimp.org/pub/gegl/%{apiver}/gegl-%{version}.tar.xz
761678
761678
BuildRequires:  chrpath
761678
BuildRequires:  enscript
761678
BuildRequires:  gcc-c++
761678
BuildRequires:  gettext-devel >= 0.19.8
761678
BuildRequires:  gobject-introspection-devel >= 1.32.0
761678
BuildRequires:  gtk-doc
761678
BuildRequires:  libspiro-devel
761678
BuildRequires:  meson
761678
BuildRequires:  perl-interpreter
761678
BuildRequires:  ruby
761678
BuildRequires:  suitesparse-devel
761678
BuildRequires:  vala
761678
761678
BuildRequires:  pkgconfig(babl) >= 0.1.78
761678
BuildRequires:  pkgconfig(cairo) >= 1.12.2
761678
BuildRequires:  pkgconfig(exiv2) >= 0.25
761678
BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
761678
BuildRequires:  pkgconfig(gexiv2)
761678
BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
761678
BuildRequires:  pkgconfig(jasper) >= 1.900.1
761678
BuildRequires:  pkgconfig(json-glib-1.0)
761678
BuildRequires:  pkgconfig(lcms2) >= 2.8
761678
BuildRequires:  pkgconfig(libraw) >= 0.15.4
761678
BuildRequires:  pkgconfig(libpng) >= 1.6.0
761678
BuildRequires:  pkgconfig(librsvg-2.0) >= 2.40.6
761678
BuildRequires:  pkgconfig(libv4l2) >= 1.0.1
761678
BuildRequires:  pkgconfig(libwebp) >= 0.5.0
761678
BuildRequires:  pkgconfig(lua) >= 5.1.0
761678
761678
%if ! 0%{?rhel}
761678
%ifarch %{arm} %{ix86} x86_64
761678
BuildRequires:  pkgconfig(luajit) >= 2.0.4
761678
%endif
761678
BuildRequires:  pkgconfig(OpenEXR) >= 2.5.4
761678
%endif
761678
761678
BuildRequires:  pkgconfig(pango) >= 1.38.0
761678
BuildRequires:  pkgconfig(pangocairo) >= 1.38.0
761678
BuildRequires:  pkgconfig(pygobject-3.0) >= 3.2
761678
BuildRequires:  pkgconfig(sdl2) >= 2.0.5
761678
BuildRequires:  pkgconfig(vapigen) >= 0.20.0
761678
BuildRequires:  pkgconfig(libtiff-4) >= 4.0.0
761678
761678
# operations/common/magick-load.c has a fallback image loader which uses /usr/bin/convert
761678
# However, this code path has no error handling, so no application should rely on it; and
761678
# there is a general trend to migrate away from ImageMagick.
761678
# Requires:       /usr/bin/convert
761678
761678
# gegl contains a stripped down version of poly2tri-c, a C+glib port of
761678
# poly2tri, a 2D constrained Delaunay triangulation library.
761678
# Version information:
761678
#     CURRENT REVISION: b27c5b79df2ffa4e2cb37f9e5536831f16afb11b
761678
#     CACHED ON: August 11th, 2012
761678
Provides:       bundled(poly2tri-c)
761678
Obsoletes:      gegl03 < 0.3.31
761678
761678
%description
761678
GEGL (Generic Graphics Library) is a graph based image processing framework.
761678
GEGLs original design was made to scratch GIMP's itches for a new
761678
compositing and processing core. This core is being designed to have
761678
minimal dependencies and a simple well defined API.
761678
761678
761678
%package        devel
761678
Summary:        Development files for %{name}
761678
Requires:       %{name}%{?_isa} = %{version}-%{release}
761678
Obsoletes:      %{name}-devel < 0.4.2
761678
Obsoletes:      gegl03-devel < 0.3.31
761678
Conflicts:      %{name}-devel < 0.4.2
761678
761678
%description    devel
761678
The %{name}-devel package contains libraries and header files for
761678
developing applications that use GEGL API version %{apiver}.
761678
761678
761678
%package        devel-docs
761678
Summary:        Documentation files for developing with %{name}
761678
Requires:       %{name}%{?_isa} = %{version}-%{release}
761678
Obsoletes:      %{name}-devel < 0.4.2
761678
Obsoletes:      gegl03-devel-docs < 0.3.31
761678
Conflicts:      %{name}-devel < 0.4.2
761678
Conflicts:      gegl-devel < 0.4
761678
761678
%description    devel-docs
761678
The %{name}-devel-docs package contains documentation files for developing
761678
applications that use GEGL API version %{apiver}.
761678
761678
761678
%package        tools
761678
Summary:        Command line tools for %{name}
761678
Requires:       %{name}%{?_isa} = %{version}-%{release}
761678
License:        GPLv3+
761678
Obsoletes:      gegl03-tools < 0.3.31
761678
Conflicts:      gegl < 0.4
761678
761678
%description    tools
761678
The %{name}-tools package contains tools for the command line that use the
761678
GEGL library.
761678
761678
761678
%prep
761678
%autosetup -p1 -n gegl-%{version}
761678
761678
761678
%build
761678
%meson --auto-features=auto -Ddocs=true
761678
%meson_build
761678
761678
761678
%install
761678
%meson_install
761678
761678
# Remove rpaths
761678
chrpath --delete %{buildroot}%{_bindir}/*
761678
chrpath --delete %{buildroot}%{_libdir}/*.so*
761678
chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so
761678
761678
%find_lang gegl-%{apiver}
761678
761678
761678
%ldconfig_scriptlets
761678
761678
761678
%files -f gegl-%{apiver}.lang
761678
%license COPYING.LESSER
761678
%{_libdir}/gegl-%{apiver}/
761678
%{_libdir}/libgegl-%{apiver}.so.*
761678
%{_libdir}/libgegl-npd-%{apiver}.so
761678
%{_libdir}/libgegl-sc-%{apiver}.so
761678
%{_libdir}/girepository-1.0/Gegl-%{apiver}.typelib
761678
761678
%if ! 0%{?rhel}
761678
%ifarch %{arm} %{ix86} x86_64
761678
%dir %{_datadir}/gegl-%{apiver}/
761678
%{_datadir}/gegl-%{apiver}/lua/
761678
%endif
761678
%endif
761678
761678
%files devel
761678
%{_includedir}/gegl-%{apiver}/
761678
%{_libdir}/libgegl-%{apiver}.so
761678
%{_libdir}/pkgconfig/gegl-%{apiver}.pc
761678
%{_libdir}/pkgconfig/gegl-sc-%{apiver}.pc
761678
%dir %{_datadir}/gir-1.0
761678
%{_datadir}/gir-1.0/Gegl-%{apiver}.gir
761678
%dir %{_datadir}/vala
761678
%dir %{_datadir}/vala/vapi
761678
%{_datadir}/vala/vapi/gegl-%{apiver}.deps
761678
%{_datadir}/vala/vapi/gegl-%{apiver}.vapi
761678
761678
%files devel-docs
761678
%doc %{_datadir}/gtk-doc/
761678
761678
%files tools
761678
%license COPYING
761678
%{_bindir}/*
761678
761678
761678
%changelog
761678
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.30-5
761678
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
761678
  Related: rhbz#1991688
761678
761678
* Wed Jun 30 2021 Josef Ridky <jridky@redhat.com> - 0.4.30-4
761678
- Remove lensfun from buildrequires (#1975916)
761678
761678
* Fri Apr 16 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.4.30-3
761678
- Disable luajit on RHEL
761678
Resolves: #1950052
761678
761678
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.30-2
761678
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
761678
761678
* Fri Apr 02 2021 Kalev Lember <klember@redhat.com> - 0.4.30-1
761678
- Update to 0.4.30
761678
761678
* Thu Jan 28 2021 Josef Ridky <jridky@redhat.com> - 0.4.26-4
761678
- Disable OpenEXR on RHEL
761678
761678
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.26-3
761678
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
761678
761678
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 0.4.26-2
761678
- Rebuild for OpenEXR 2.5.3.
761678
761678
* Mon Aug 24 2020 Josef Ridky <jridky@redhat.com> - 0.4.26-1
761678
- New upstream release 0.4.26
761678
761678
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.24-2
761678
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
761678
761678
* Mon Jun 15 2020 Josef Ridky <jridky@redhat.com> - 0.4.24-1
761678
- New upstream release 0.4.24
761678
761678
* Mon May 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.4.22-2
761678
- Rebuild for new LibRaw
761678
761678
* Wed Feb 19 2020 Josef Ridky <jridky@redhat.com> - 0.4.22-1
761678
- Update to 0.4.22
761678
761678
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.18-2
761678
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
761678
761678
* Mon Nov 04 2019 Kalev Lember <klember@redhat.com> - 0.4.18-1
761678
- Update to 0.4.18
761678
- Switch to meson build system
761678
- Build against SDL2 instead of SDL 1
761678
- Enable gexiv2 support
761678
761678
* Thu Sep 12 2019 Josef Ridky <jridky@redhat.com> -0.4.16-4
761678
- Obsoletes gegl03 (#1751416)
761678
761678
* Tue Aug 27 2019 Kevin Fenzi <kevin@scrye.com> - 0.4.16-3
761678
- Rebuild for new libspiro
761678
761678
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.16-2
761678
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
761678
761678
* Mon Jun 10 2019 Kalev Lember <klember@redhat.com> - 0.4.16-1
761678
- Update to 0.4.16
761678
761678
* Wed Apr 10 2019 Richard Shaw <hobbes1069@gmail.com> - 0.4.14-2
761678
- Rebuild for OpenEXR 2.3.0.
761678
761678
* Mon Mar 25 2019 Josef Ridky <jridky@redhat.com> - 0.4.14-1
761678
- version 0.4.14
761678
761678
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 0.4.12-3
761678
- Update BRs for vala packaging changes
761678
761678
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-2
761678
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
761678
761678
* Sat Nov 10 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.12-1
761678
- version 0.4.12
761678
761678
* Fri Aug 24 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.4.8-2
761678
- Drop the run-time requirement on ImageMagick
761678
761678
* Mon Aug 20 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.8-1
761678
- version 0.4.8
761678
761678
* Thu Jul 19 2018 Christian Dersch <lupinix@fedoraproject.org> - 0.4.4-3
761678
- Rebuilt for LibRaw soname bump
761678
761678
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-2
761678
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
761678
761678
* Thu Jul 05 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.4-1
761678
- version 0.4.4
761678
761678
* Mon May 21 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.2-2
761678
- split off devel docs
761678
- let gegl04-devel-docs explicitly conflict with old gegl-devel (#1577595)
761678
761678
* Mon May 21 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.2-1
761678
- version 0.4.2
761678
761678
* Wed May 02 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.0-2
761678
- don't require asciidoc for building
761678
- always install unversioned executables
761678
761678
* Sat Apr 28 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.0-1
761678
- import into Fedora dist-git
761678
761678
* Fri Apr 27 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.0-0.4
761678
- own all created directories
761678
- remove rpaths
761678
761678
* Fri Apr 27 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.0-0.3
761678
- use %%ldconfig_scriptlets macro
761678
761678
* Fri Apr 27 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.0-0.2
761678
- add tools subpackage
761678
- tidy up remains of 0.3
761678
- add back gtk-doc documentation
761678
761678
* Fri Apr 27 2018 Nils Philippsen <nils@tiptoe.de> - 0.4.0-0.1
761678
- initial import