## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 9; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: libgexiv2_0.14 Version: 0.14.6 Release: %autorelease Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library License: GPL-2.0-or-later URL: https://wiki.gnome.org/Projects/gexiv2 Source0: https://download.gnome.org/sources/gexiv2/0.14/gexiv2-%{version}.tar.xz BuildRequires: pkgconfig(exiv2) BuildRequires: gcc-c++ BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel BuildRequires: meson BuildRequires: vala BuildRequires: python3-devel BuildRequires: python3-gobject-base BuildRequires: gi-docgen %description libgexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -p1 -n gexiv2-%{version} %build %meson \ -Dgtk_doc=true \ -Dtests=true \ %{nil} %meson_build %install %meson_install %check # Test failures on s390x, filled as https://bugzilla.redhat.com/show_bug.cgi?id=2435118 %ifnarch s390x %meson_test %endif %files %license COPYING %doc AUTHORS NEWS README.md THANKS %{_libdir}/libgexiv2.so.2* %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/GExiv2-0.10.typelib %files devel %{_includedir}/gexiv2/ %{_libdir}/libgexiv2.so %{_libdir}/pkgconfig/gexiv2.pc %dir %{_datadir}/gir-1.0 %{_datadir}/gir-1.0/GExiv2-0.10.gir %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/gexiv2/ %dir %{_datadir}/vala %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/gexiv2.deps %{_datadir}/vala/vapi/gexiv2.vapi # The GExiv2.py is part of the libgexiv2 package %exclude %pycached %{python3_sitelib}/gi/overrides/GExiv2.py %changelog ## START: Generated by rpmautospec * Wed Jul 22 2026 Python Maint - 0.14.6-9 - Rebuilt for Python 3.15.0b4 ABI change * Thu Jul 16 2026 Fedora Release Engineering - 0.14.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Wed Jun 03 2026 Python Maint - 0.14.6-7 - Rebuilt for Python 3.15 * Wed Mar 25 2026 Jan Grulich - 0.14.6-6 - Add configuration for release-monitoring * Mon Mar 02 2026 Jan Grulich - 0.14.6-5 - Packit: drop upstream_project_url and rely on release-monitoring only * Wed Feb 25 2026 Jan Grulich - 0.14.6-4 - Packit: drop fast_forward_merge_into as current stable branches diverge * Tue Feb 24 2026 Jan Grulich - 0.14.6-3 - Onboard to Packit for stable Fedora branches * Fri Jan 30 2026 Jan Horak - 0.14.6-1 - First release of 0.14 compat package ## END: Generated by rpmautospec