|
|
@ -1,21 +1,22 @@
|
|
|
|
Name: gom
|
|
|
|
Name: gom
|
|
|
|
Version: 0.4
|
|
|
|
Version: 0.5.3
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: GObject to SQLite object mapper library
|
|
|
|
Summary: GObject to SQLite object mapper library
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
# documentation is GFDL-1.1-or-later
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later AND GFDL-1.1-or-later
|
|
|
|
URL: https://wiki.gnome.org/Projects/Gom
|
|
|
|
URL: https://wiki.gnome.org/Projects/Gom
|
|
|
|
Source0: https://download.gnome.org/sources/gom/0.4/gom-%{version}.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/gom/0.5/gom-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
BuildRequires: pygobject3-devel
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
BuildRequires: python3-gobject-base
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/gi-docgen
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Gom provides an object mapper from GObjects to SQLite. It helps you write
|
|
|
|
Gom provides an object mapper from GObjects to SQLite. It helps you write
|
|
|
@ -31,7 +32,7 @@ The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson -Denable-gtk-doc=true
|
|
|
|
%meson -Denable-gtk-doc=true
|
|
|
@ -44,6 +45,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
%doc NEWS README
|
|
|
|
%{_libdir}/girepository-1.0/Gom-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/Gom-1.0.typelib
|
|
|
|
%{_libdir}/libgom-1.0.so.0*
|
|
|
|
%{_libdir}/libgom-1.0.so.0*
|
|
|
|
%dir %{python3_sitearch}/gi
|
|
|
|
%dir %{python3_sitearch}/gi
|
|
|
@ -55,15 +57,62 @@ developing applications that use %{name}.
|
|
|
|
%{_libdir}/libgom-1.0.so
|
|
|
|
%{_libdir}/libgom-1.0.so
|
|
|
|
%{_libdir}/pkgconfig/gom-1.0.pc
|
|
|
|
%{_libdir}/pkgconfig/gom-1.0.pc
|
|
|
|
%{_datadir}/gir-1.0/Gom-1.0.gir
|
|
|
|
%{_datadir}/gir-1.0/Gom-1.0.gir
|
|
|
|
%doc %{_datadir}/gtk-doc/
|
|
|
|
%doc %{_docdir}/gom-1.0/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4-6
|
|
|
|
* Mon Jan 06 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.5.3-1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.4-5
|
|
|
|
* Mon Aug 05 2024 nmontero <nmontero@redhat.com> - 0.5.3-1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 09 2024 David King <amigadave@amigadave.com> - 0.5.2-1
|
|
|
|
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.5.1-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.5.1-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 13 2024 David King <amigadave@amigadave.com> - 0.5.1-1
|
|
|
|
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 04 2024 David King <amigadave@amigadave.com> - 0.5.0-1
|
|
|
|
|
|
|
|
- Update to 0.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-14
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-13
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-12
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.4-11
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-10
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-9
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.4-8
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.4-5
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-4
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|