From 74c37e3f595ccb8366335b638aec2c1575fcace0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 09:39:00 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gom#a89c95e03c40dc25c80edd6424ccc58e6e6fccec --- .gitignore | 6 +++ gom.spec | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 137 insertions(+) create mode 100644 gom.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..a0a77aa 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,6 @@ +/gom-0.2.1.tar.xz +/gom-0.3.0.tar.xz +/gom-0.3.1.tar.xz +/gom-0.3.2.tar.xz +/gom-0.3.3.tar.xz +/gom-0.4.tar.xz diff --git a/gom.spec b/gom.spec new file mode 100644 index 0000000..90bb186 --- /dev/null +++ b/gom.spec @@ -0,0 +1,130 @@ +Name: gom +Version: 0.4 +Release: 3%{?dist} +Summary: GObject to SQLite object mapper library + +License: LGPLv2+ +URL: https://wiki.gnome.org/Projects/Gom +Source0: https://download.gnome.org/sources/gom/0.4/gom-%{version}.tar.xz + +BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc +BuildRequires: meson +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(sqlite3) +BuildRequires: pygobject3-devel +BuildRequires: python3-devel + +%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 +%meson -Denable-gtk-doc=true +%meson_build + +%install +%meson_install + +%ldconfig_scriptlets + +%files +%license COPYING +%{_libdir}/girepository-1.0/Gom-1.0.typelib +%{_libdir}/libgom-1.0.so.0* +%dir %{python3_sitearch}/gi +%dir %{python3_sitearch}/gi/overrides +%{python3_sitearch}/gi/overrides/* + +%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 +* Tue Jul 28 2020 Fedora Release Engineering - 0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.4-2 +- Rebuilt for Python 3.9 + +* Mon Feb 17 2020 Bastien Nocera - 0.4-1 ++ gom-0.4-1 +- Update to 0.4 + +* Wed Jan 29 2020 Fedora Release Engineering - 0.3.3-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.3.3-11 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.3.3-10 +- Rebuilt for Python 3.8 + +* Thu Jul 25 2019 Fedora Release Engineering - 0.3.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.3.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.3.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.3.3-6 +- Rebuilt for Python 3.7 + +* Wed Feb 07 2018 Fedora Release Engineering - 0.3.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Feb 03 2018 Igor Gnatenko - 0.3.3-4 +- Switch to %%ldconfig_scriptlets + +* Wed Aug 02 2017 Fedora Release Engineering - 0.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Sun Jul 30 2017 Florian Weimer - 0.3.3-2 +- Rebuild with binutils fix for ppc64le (#1475636) + +* Thu Jul 27 2017 Kalev Lember - 0.3.3-1 +- Update to 0.3.3 +- Switch to the meson build system + +* Wed Jul 26 2017 Fedora Release Engineering - 0.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Dec 29 2015 Kalev Lember - 0.3.2-1 +- Update to 0.3.2 + +* Wed Jun 17 2015 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Apr 29 2015 Kalev Lember - 0.3.1-1 +- Update to 0.3.1 + +* Thu Feb 19 2015 Richard Hughes - 0.3.0-1 +- Update to 0.3.0 + +* Mon Aug 25 2014 Kalev Lember - 0.2.1-1 +- Initial Fedora packaging diff --git a/sources b/sources new file mode 100644 index 0000000..99b9c48 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gom-0.4.tar.xz) = d847928ce09c53a3f64777c313cb843052e5e001873f29d3f7acf02772cadf0e4b133fb0137aa0463b4ff95dd54810bde87062d8e396ff4fc6d142ba59c8e9c8