2014-08-26 11:23:36 +00:00
|
|
|
Name: gom
|
2017-07-27 10:43:30 +00:00
|
|
|
Version: 0.3.3
|
2020-01-29 03:13:19 +00:00
|
|
|
Release: 12%{?dist}
|
2014-08-26 11:23:36 +00:00
|
|
|
Summary: GObject to SQLite object mapper library
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://wiki.gnome.org/Projects/Gom
|
2015-02-19 13:01:26 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gom/0.3/gom-%{version}.tar.xz
|
2014-08-26 11:23:36 +00:00
|
|
|
|
|
|
|
BuildRequires: gobject-introspection-devel
|
2017-07-27 10:43:30 +00:00
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: meson
|
2014-08-26 11:23:36 +00:00
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2017-07-27 10:43:30 +00:00
|
|
|
BuildRequires: pygobject3-devel
|
|
|
|
BuildRequires: python3-devel
|
2014-08-26 11:23:36 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Gom provides an object mapper from GObjects to SQLite. It helps you write
|
|
|
|
applications that need to store structured data as well as make complex queries
|
|
|
|
upon that data.
|
|
|
|
|
|
|
|
%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
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2017-07-27 10:43:30 +00:00
|
|
|
%meson -Denable-gtk-doc=true
|
|
|
|
%meson_build
|
2014-08-26 11:23:36 +00:00
|
|
|
|
|
|
|
%install
|
2017-07-27 10:43:30 +00:00
|
|
|
%meson_install
|
2014-08-26 11:23:36 +00:00
|
|
|
|
2018-02-03 12:23:35 +00:00
|
|
|
%ldconfig_scriptlets
|
2014-08-26 11:23:36 +00:00
|
|
|
|
2017-07-27 10:43:30 +00:00
|
|
|
%files
|
2014-08-26 11:23:36 +00:00
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/girepository-1.0/Gom-1.0.typelib
|
|
|
|
%{_libdir}/libgom-1.0.so.0*
|
2017-07-27 10:43:30 +00:00
|
|
|
%dir %{python3_sitearch}/gi
|
|
|
|
%dir %{python3_sitearch}/gi/overrides
|
|
|
|
%{python3_sitearch}/gi/overrides/*
|
2014-08-26 11:23:36 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/gom-1.0/
|
|
|
|
%{_libdir}/libgom-1.0.so
|
|
|
|
%{_libdir}/pkgconfig/gom-1.0.pc
|
|
|
|
%{_datadir}/gir-1.0/Gom-1.0.gir
|
|
|
|
%doc %{_datadir}/gtk-doc/
|
|
|
|
|
|
|
|
%changelog
|
2020-01-29 03:13:19 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-03 11:54:00 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-11
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 08:15:14 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-10
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-25 07:27:08 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 01:17:10 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 04:20:07 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 08:44:11 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-6
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-02-07 15:09:09 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-03 12:23:35 +00:00
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.3-4
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2017-08-02 22:55:26 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-30 20:17:49 +00:00
|
|
|
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 0.3.3-2
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
2017-07-27 10:43:30 +00:00
|
|
|
* Thu Jul 27 2017 Kalev Lember <klember@redhat.com> - 0.3.3-1
|
|
|
|
- Update to 0.3.3
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
2017-07-26 11:50:39 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 12:05:33 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 23:08:21 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-29 20:58:03 +00:00
|
|
|
* Tue Dec 29 2015 Kalev Lember <klember@redhat.com> - 0.3.2-1
|
|
|
|
- Update to 0.3.2
|
|
|
|
|
2015-06-17 09:33:56 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-29 10:24:33 +00:00
|
|
|
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 0.3.1-1
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
2015-02-19 13:01:26 +00:00
|
|
|
* Thu Feb 19 2015 Richard Hughes <rhughes@redhat.com> - 0.3.0-1
|
|
|
|
- Update to 0.3.0
|
|
|
|
|
2014-08-26 11:23:36 +00:00
|
|
|
* Mon Aug 25 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.1-1
|
|
|
|
- Initial Fedora packaging
|