|
|
@ -1,19 +1,18 @@
|
|
|
|
%define glib2_version 2.44.0
|
|
|
|
%define glib2_version 2.54.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: json-glib
|
|
|
|
Name: json-glib
|
|
|
|
Version: 1.4.4
|
|
|
|
Version: 1.6.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library for JavaScript Object Notation format
|
|
|
|
Summary: Library for JavaScript Object Notation format
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://wiki.gnome.org/Projects/JsonGlib
|
|
|
|
URL: https://wiki.gnome.org/Projects/JsonGlib
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.6/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: /usr/bin/xsltproc
|
|
|
|
BuildRequires: /usr/bin/xsltproc
|
|
|
|
|
|
|
|
|
|
|
@ -47,7 +46,7 @@ the functionality of the installed json-glib package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson -Ddocs=true -Dman=true
|
|
|
|
%meson -Dgtk_doc=disabled -Dman=true
|
|
|
|
%meson_build
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -70,7 +69,6 @@ the functionality of the installed json-glib package.
|
|
|
|
%{_libdir}/lib%{name}*.so
|
|
|
|
%{_libdir}/lib%{name}*.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
|
|
|
%{_includedir}/%{name}-1.0/
|
|
|
|
%{_includedir}/%{name}-1.0/
|
|
|
|
%{_datadir}/gtk-doc/
|
|
|
|
|
|
|
|
%{_datadir}/gir-1.0/Json-1.0.gir
|
|
|
|
%{_datadir}/gir-1.0/Json-1.0.gir
|
|
|
|
%{_bindir}/json-glib-format
|
|
|
|
%{_bindir}/json-glib-format
|
|
|
|
%{_bindir}/json-glib-validate
|
|
|
|
%{_bindir}/json-glib-validate
|
|
|
@ -83,9 +81,53 @@ the functionality of the installed json-glib package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 1.6.6-1
|
|
|
|
|
|
|
|
- Update to 1.6.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 18 2021 Kalev Lember <klember@redhat.com> - 1.6.4-1
|
|
|
|
|
|
|
|
- Update to 1.6.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.2-3
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.2-2
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 09 2021 Richard Hughes <rhughes@redhat.com> - 1.6.2-1
|
|
|
|
|
|
|
|
- Update to 1.6.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 11 2020 Kalev Lember <klember@redhat.com> - 1.6.0-1
|
|
|
|
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 24 2020 Kalev Lember <klember@redhat.com> - 1.5.2-1
|
|
|
|
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-6
|
|
|
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 18 2018 Kalev Lember <klember@redhat.com> - 1.4.4-1
|
|
|
|
* Tue Sep 18 2018 Kalev Lember <klember@redhat.com> - 1.4.4-1
|
|
|
|
- Update to 1.4.4
|
|
|
|
- Update to 1.4.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|