+ Compatibility changes for libgit2 >=1.8.0 + Fix definition of GGIT_MICRO_VERSION. + examples: free allocated objects - Drop patches fixed upstream: + 0001-fix-don-t-confuse-GGIT_MICRO_VERSION-and-GGIT_MINOR_.patch + 0002-build-Fix-build-against-and-require-libgit2-1.8.0.patch + 0003-chore-support-libgit2-1.9.patch OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgit2-glib?expand=0&rev=80
110 lines
3.2 KiB
RPMSpec
110 lines
3.2 KiB
RPMSpec
#
|
|
# spec file for package libgit2-glib
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC
|
|
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: libgit2-glib
|
|
Version: 1.2.1
|
|
Release: 0
|
|
Summary: GLib wrapper library around libgit2
|
|
License: LGPL-2.1-or-later
|
|
Group: Development/Libraries/C and C++
|
|
URL: https://wiki.gnome.org/Projects/Libgit2-glib
|
|
Source0: %{name}-%{version}.tar.zst
|
|
|
|
BuildRequires: meson
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: python3-base
|
|
# Needed to create the vala bindings
|
|
BuildRequires: vala
|
|
BuildRequires: pkgconfig(gi-docgen)
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.44.0
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.44.0
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1
|
|
BuildRequires: pkgconfig(libgit2) >= 1.8.0
|
|
BuildRequires: pkgconfig(libssh2)
|
|
|
|
%description
|
|
libgit2-glib is a GLib wrapper library around the libgit2 git access library.
|
|
|
|
%package -n libgit2-glib-1_0-0
|
|
Summary: GLib wrapper library around libgit2
|
|
Group: System/Libraries
|
|
|
|
%description -n libgit2-glib-1_0-0
|
|
libgit2-glib is a GLib wrapper library around the libgit2 git access library.
|
|
|
|
%package -n typelib-1_0-Ggit-1_0
|
|
Summary: GObject introspection for libgit2-glib
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-Ggit-1_0
|
|
libgit2-glib is a GLib wrapper library around the libgit2 git access library.
|
|
|
|
%package devel
|
|
Summary: Development files for libgit2-glib, a GLib wrapper library around libgit2
|
|
Group: Development/Languages/C and C++
|
|
Requires: libgit2-glib-1_0-0 = %{version}
|
|
Requires: typelib-1_0-Ggit-1_0 = %{version}
|
|
|
|
%description devel
|
|
libgit2-glib is a GLib wrapper library around the libgit2 git access library.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%meson \
|
|
-Dgtk_doc=true \
|
|
-Dintrospection=true \
|
|
-Dpython=false \
|
|
-Dssh=true \
|
|
-Dvapi=true \
|
|
%{nil}
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%ldconfig_scriptlets -n libgit2-glib-1_0-0
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%files -n libgit2-glib-1_0-0
|
|
%license COPYING
|
|
%doc AUTHORS NEWS README
|
|
%{_libdir}/libgit2-glib-1.0.so.*
|
|
|
|
%files -n typelib-1_0-Ggit-1_0
|
|
%{_libdir}/girepository-1.0/Ggit-1.0.typelib
|
|
|
|
%files devel
|
|
%dir %{_datadir}/gtk-doc
|
|
%dir %{_datadir}/gtk-doc/html
|
|
%doc %{_datadir}/gtk-doc/html/libgit2-glib-1.0/
|
|
%{_includedir}/libgit2-glib-1.0/
|
|
%{_libdir}/libgit2-glib-1.0.so
|
|
%{_libdir}/pkgconfig/libgit2-glib-1.0.pc
|
|
%{_datadir}/gir-1.0/Ggit-1.0.gir
|
|
%dir %{_datadir}/vala/vapi
|
|
%{_datadir}/vala/vapi/ggit-1.0.*
|
|
%{_datadir}/vala/vapi/libgit2-glib-1.0.*
|
|
|
|
%changelog
|