99cd76
Name:           gom
99cd76
Version:        0.4
99cd76
Release:        6%{?dist}
99cd76
Summary:        GObject to SQLite object mapper library
99cd76
99cd76
License:        LGPLv2+
99cd76
URL:            https://wiki.gnome.org/Projects/Gom
99cd76
Source0:        https://download.gnome.org/sources/gom/0.4/gom-%{version}.tar.xz
99cd76
99cd76
BuildRequires:  gobject-introspection-devel
99cd76
BuildRequires:  gtk-doc
99cd76
BuildRequires:  meson
99cd76
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
99cd76
BuildRequires:  pkgconfig(gio-2.0)
99cd76
BuildRequires:  pkgconfig(gobject-2.0)
99cd76
BuildRequires:  pkgconfig(sqlite3)
99cd76
BuildRequires:  pygobject3-devel
99cd76
BuildRequires:  python3-devel
99cd76
99cd76
%description
99cd76
Gom provides an object mapper from GObjects to SQLite. It helps you write
99cd76
applications that need to store structured data as well as make complex queries
99cd76
upon that data.
99cd76
99cd76
%package        devel
99cd76
Summary:        Development files for %{name}
99cd76
Requires:       %{name}%{?_isa} = %{version}-%{release}
99cd76
99cd76
%description    devel
99cd76
The %{name}-devel package contains libraries and header files for
99cd76
developing applications that use %{name}.
99cd76
99cd76
%prep
99cd76
%setup -q
99cd76
99cd76
%build
99cd76
%meson -Denable-gtk-doc=true
99cd76
%meson_build
99cd76
99cd76
%install
99cd76
%meson_install
99cd76
99cd76
%ldconfig_scriptlets
99cd76
99cd76
%files
99cd76
%license COPYING
99cd76
%{_libdir}/girepository-1.0/Gom-1.0.typelib
99cd76
%{_libdir}/libgom-1.0.so.0*
99cd76
%dir %{python3_sitearch}/gi
99cd76
%dir %{python3_sitearch}/gi/overrides
99cd76
%{python3_sitearch}/gi/overrides/*
99cd76
99cd76
%files devel
99cd76
%{_includedir}/gom-1.0/
99cd76
%{_libdir}/libgom-1.0.so
99cd76
%{_libdir}/pkgconfig/gom-1.0.pc
99cd76
%{_datadir}/gir-1.0/Gom-1.0.gir
99cd76
%doc %{_datadir}/gtk-doc/
99cd76
99cd76
%changelog
99cd76
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4-6
99cd76
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
99cd76
  Related: rhbz#1991688
99cd76
99cd76
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.4-5
99cd76
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
99cd76
99cd76
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-4
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
99cd76
99cd76
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-3
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
99cd76
99cd76
* Tue May 26 2020 Miro Hron훾ok <mhroncok@redhat.com> - 0.4-2
99cd76
- Rebuilt for Python 3.9
99cd76
99cd76
* Mon Feb 17 2020 Bastien Nocera <bnocera@redhat.com> - 0.4-1
99cd76
+ gom-0.4-1
99cd76
- Update to 0.4
99cd76
99cd76
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-12
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
99cd76
99cd76
* Thu Oct 03 2019 Miro Hron훾ok <mhroncok@redhat.com> - 0.3.3-11
99cd76
- Rebuilt for Python 3.8.0rc1 (#1748018)
99cd76
99cd76
* Mon Aug 19 2019 Miro Hron훾ok <mhroncok@redhat.com> - 0.3.3-10
99cd76
- Rebuilt for Python 3.8
99cd76
99cd76
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-9
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
99cd76
99cd76
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-8
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
99cd76
99cd76
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-7
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
99cd76
99cd76
* Tue Jun 19 2018 Miro Hron훾ok <mhroncok@redhat.com> - 0.3.3-6
99cd76
- Rebuilt for Python 3.7
99cd76
99cd76
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-5
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
99cd76
99cd76
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.3-4
99cd76
- Switch to %%ldconfig_scriptlets
99cd76
99cd76
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
99cd76
99cd76
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 0.3.3-2
99cd76
- Rebuild with binutils fix for ppc64le (#1475636)
99cd76
99cd76
* Thu Jul 27 2017 Kalev Lember <klember@redhat.com> - 0.3.3-1
99cd76
- Update to 0.3.3
99cd76
- Switch to the meson build system
99cd76
99cd76
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-4
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
99cd76
99cd76
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
99cd76
99cd76
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
99cd76
99cd76
* Tue Dec 29 2015 Kalev Lember <klember@redhat.com> - 0.3.2-1
99cd76
- Update to 0.3.2
99cd76
99cd76
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
99cd76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
99cd76
99cd76
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 0.3.1-1
99cd76
- Update to 0.3.1
99cd76
99cd76
* Thu Feb 19 2015 Richard Hughes <rhughes@redhat.com> - 0.3.0-1
99cd76
- Update to 0.3.0
99cd76
99cd76
* Mon Aug 25 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.1-1
99cd76
- Initial Fedora packaging