|
|
@ -1,18 +1,20 @@
|
|
|
|
Name: libgexiv2
|
|
|
|
Name: libgexiv2
|
|
|
|
Version: 0.14.3
|
|
|
|
Version: 0.12.3
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
|
|
|
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://wiki.gnome.org/Projects/gexiv2
|
|
|
|
URL: https://wiki.gnome.org/Projects/gexiv2
|
|
|
|
Source0: https://download.gnome.org/sources/gexiv2/0.14/gexiv2-%{version}.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/gexiv2/0.12/gexiv2-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(exiv2)
|
|
|
|
BuildRequires: exiv2-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
BuildRequires: python3-gobject-base
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
libgexiv2 is a GObject-based wrapper around the Exiv2 library.
|
|
|
|
libgexiv2 is a GObject-based wrapper around the Exiv2 library.
|
|
|
@ -26,14 +28,21 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-gexiv2
|
|
|
|
|
|
|
|
Summary: Python3 bindings for %{name}
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: python3-gobject-base%{?_isa}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-gexiv2
|
|
|
|
|
|
|
|
This package contains the python3 bindings for %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n gexiv2-%{version}
|
|
|
|
%setup -q -n gexiv2-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson \
|
|
|
|
%meson \
|
|
|
|
-Dgtk_doc=true \
|
|
|
|
-Dgtk_doc=true \
|
|
|
|
-Dpython3=false \
|
|
|
|
-Dpython3_girdir=%{python3_sitearch}/gi/overrides \
|
|
|
|
-Dtests=true \
|
|
|
|
|
|
|
|
%{nil}
|
|
|
|
%{nil}
|
|
|
|
%meson_build
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
@ -45,7 +54,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS README.md THANKS
|
|
|
|
%doc AUTHORS THANKS README
|
|
|
|
%{_libdir}/libgexiv2.so.2*
|
|
|
|
%{_libdir}/libgexiv2.so.2*
|
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
%{_libdir}/girepository-1.0/GExiv2-0.10.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GExiv2-0.10.typelib
|
|
|
@ -64,66 +73,20 @@ developing applications that use %{name}.
|
|
|
|
%{_datadir}/vala/vapi/gexiv2.deps
|
|
|
|
%{_datadir}/vala/vapi/gexiv2.deps
|
|
|
|
%{_datadir}/vala/vapi/gexiv2.vapi
|
|
|
|
%{_datadir}/vala/vapi/gexiv2.vapi
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%files -n python3-gexiv2
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.14.3-2
|
|
|
|
%{python3_sitearch}/gi/overrides/GExiv2.py
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
%{python3_sitearch}/gi/overrides/__pycache__/GExiv2*
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 06 2024 Jan Grulich <jgrulich@redhat.com> - 0.14.3-2
|
|
|
|
|
|
|
|
- Rebuild (exiv2)
|
|
|
|
|
|
|
|
Resolves: RHEL-52972
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 09 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.14.3-1
|
|
|
|
|
|
|
|
- Update to 0.14.3
|
|
|
|
|
|
|
|
Resolves: RHEL-46522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 09 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.14.2-5
|
|
|
|
|
|
|
|
- Drop the python3 sub-package
|
|
|
|
|
|
|
|
Resolves: RHEL-45529
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.14.2-4
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 24 2023 Kalev Lember <klember@redhat.com> - 0.14.2-1
|
|
|
|
%changelog
|
|
|
|
- Update to 0.14.2
|
|
|
|
* Sun Aug 15 2021 Kalev Lember <klember@redhat.com> - 0.12.3-1
|
|
|
|
|
|
|
|
- Update to 0.12.3
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.14.1-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 09 2023 David King <amigadave@amigadave.com> - 0.14.1-1
|
|
|
|
|
|
|
|
- Update to 0.14.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.14.0-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 0.14.0-1
|
|
|
|
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 0.13.0-1
|
|
|
|
|
|
|
|
- Update to 0.13.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-4
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.12.2-3
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.2-3
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 20 2021 Kalev Lember <klember@redhat.com> - 0.12.2-2
|
|
|
|
* Sat Feb 20 2021 Kalev Lember <klember@redhat.com> - 0.12.2-2
|
|
|
|
- Remove no longer needed ldconfig_scriptlets macro call
|
|
|
|
- Remove no longer needed ldconfig_scriptlets macro call
|
|
|
|