Compare commits
10 Commits
e82e158fcc
...
4c129aef11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c129aef11 | ||
|
|
d1cb7e10ab | ||
|
|
8cb9a7a7cf | ||
|
|
8e7228fc9f | ||
|
|
52028476bf | ||
|
|
ff392c77cc | ||
|
|
2964ba1b66 | ||
|
|
e73d99bce7 | ||
|
|
c08fe4572d | ||
|
|
0f906af321 |
Binary file not shown.
BIN
libgit2-glib-1.2.0.tar.xz
Normal file
BIN
libgit2-glib-1.2.0.tar.xz
Normal file
Binary file not shown.
@ -1,12 +1,16 @@
|
|||||||
|
%global libgit2_version 0.25.0
|
||||||
|
%global glib2_version 2.44.0
|
||||||
|
|
||||||
Name: libgit2-glib
|
Name: libgit2-glib
|
||||||
Version: 0.27.8
|
Version: 1.2.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Git library for GLib
|
Summary: Git library for GLib
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Libgit2-glib
|
URL: https://wiki.gnome.org/Projects/Libgit2-glib
|
||||||
Source0: https://download.gnome.org/sources/libgit2-glib/0.27/libgit2-glib-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/libgit2-glib/1.2/libgit2-glib-%{version}.tar.xz
|
||||||
BuildRequires: gtk-doc pkgconfig(glib-2.0) >= 2.44.0 pkgconfig(gobject-2.0) >= 2.44.0 pkgconfig(pygobject-3.0)
|
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44.0 pkgconfig(libgit2) >= 0.25.0 libssh2-devel python3-devel vala meson
|
BuildRequires: gcc gi-docgen pkgconfig(glib-2.0) >= %{glib2_version} pkgconfig(gobject-2.0) >= %{glib2_version} pkgconfig(gio-2.0) >= %{glib2_version}
|
||||||
|
BuildRequires: pkgconfig(pygobject-3.0) pkgconfig(libgit2) >= %{libgit2_version} libssh2-devel python3-devel vala meson
|
||||||
Requires: glib2 >= 2.44.0 libgit2 >= 0.25.0 python3-gobject
|
Requires: glib2 >= 2.44.0 libgit2 >= 0.25.0 python3-gobject
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -27,21 +31,25 @@ Requires: libgit2-glib-devel
|
|||||||
Documentation for libgit2-glib-devel.
|
Documentation for libgit2-glib-devel.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n libgit2-glib-%{version}
|
%autosetup -n libgit2-glib-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dgtk_doc=true -Dpython=true
|
%meson -Dgtk_doc=true -Dpython=true
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING AUTHORS NEWS
|
%doc COPYING AUTHORS NEWS
|
||||||
%{_libdir}/{libgit2-glib-1.0.so.*,girepository-1.0/Ggit-1.0.typelib}
|
%{_libdir}/{libgit2-glib-1.0.so.*,girepository-1.0/Ggit-1.0.typelib}
|
||||||
%{python3_sitelib}/gi/overrides/*
|
%{python3_sitearch}/gi/overrides/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libgit2-glib-1.0/
|
%{_includedir}/libgit2-glib-1.0/
|
||||||
@ -52,5 +60,14 @@ Documentation for libgit2-glib-devel.
|
|||||||
%doc %{_datadir}/gtk-doc/
|
%doc %{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 18 2023 zhangkea <zhangkea@uniontech.com> - 1.2.0-1
|
||||||
|
- Update to 1.2.0
|
||||||
|
|
||||||
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.1.0-1
|
||||||
|
- Update to 1.1.0
|
||||||
|
|
||||||
|
* Wed Jun 30 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.99.0.1-1
|
||||||
|
- Upgrade to 0.99.0.1
|
||||||
|
|
||||||
* Tue Dec 31 2019 Ling Yang <lingyang2@huawei.com> - 0.27.8-2
|
* Tue Dec 31 2019 Ling Yang <lingyang2@huawei.com> - 0.27.8-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
5
libgit2-glib.yaml
Normal file
5
libgit2-glib.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
git_url: https://gitlab.gnome.org/GNOME/libgit2-glib
|
||||||
|
version_control: git
|
||||||
|
src_repo: https://gitlab.gnome.org/GNOME/libgit2-glib
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user