Update to 1.6.4
- Switch to gi-docgen for generating docs
This commit is contained in:
parent
7e85853cb1
commit
bbc9ed0997
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ json-glib-0.10.4.tar.bz2
|
||||
/json-glib-1.5.2.tar.xz
|
||||
/json-glib-1.6.0.tar.xz
|
||||
/json-glib-1.6.2.tar.xz
|
||||
/json-glib-1.6.4.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%define glib2_version 2.44.0
|
||||
|
||||
Name: json-glib
|
||||
Version: 1.6.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
|
||||
License: LGPLv2+
|
||||
@ -11,9 +11,9 @@ Source0: http://download.gnome.org/sources/%{name}/1.6/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gi-docgen
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
@ -70,7 +70,7 @@ the functionality of the installed json-glib package.
|
||||
%{_libdir}/lib%{name}*.so
|
||||
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
||||
%{_includedir}/%{name}-1.0/
|
||||
%{_datadir}/gtk-doc/
|
||||
%{_datadir}/doc/json-glib-1.0/
|
||||
%{_datadir}/gir-1.0/Json-1.0.gir
|
||||
%{_bindir}/json-glib-format
|
||||
%{_bindir}/json-glib-validate
|
||||
@ -83,6 +83,10 @@ the functionality of the installed json-glib package.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2021 Kalev Lember <klember@redhat.com> - 1.6.4-1
|
||||
- Update to 1.6.4
|
||||
- Switch to gi-docgen for generating docs
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (json-glib-1.6.2.tar.xz) = 8412390a639d368ed11181621739f43bc4900143ac062c3824c7140abec58ca2b09773a415034f03896a4ff63aa3414b492997da532848709238a83c3a068b11
|
||||
SHA512 (json-glib-1.6.4.tar.xz) = cce1bf13be4ce52866e197302583b645d7aa08bf6922e6bf1acf4786734896385d5616180624a266c0eb26f3318e1fedbe77d77370dde6264d38f08aa8324bcf
|
||||
|
Loading…
Reference in New Issue
Block a user