2014-08-26 11:23:36 +00:00
|
|
|
Name: gom
|
2015-12-29 20:58:03 +00:00
|
|
|
Version: 0.3.2
|
2017-02-10 12:05:33 +00:00
|
|
|
Release: 3%{?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
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
|
|
|
|
%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
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
|
|
|
|
|
%find_lang gom
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f gom.lang
|
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/girepository-1.0/Gom-1.0.typelib
|
|
|
|
%{_libdir}/libgom-1.0.so.0*
|
|
|
|
|
|
|
|
%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
|
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
|