2017-07-18 10:07:37 +00:00
|
|
|
%define glib2_version 2.44.0
|
2008-05-31 16:34:21 +00:00
|
|
|
|
2008-05-31 00:02:27 +00:00
|
|
|
Name: json-glib
|
2020-09-11 16:20:59 +00:00
|
|
|
Version: 1.6.0
|
2020-08-24 18:46:02 +00:00
|
|
|
Release: 1%{?dist}
|
2008-05-31 00:02:27 +00:00
|
|
|
Summary: Library for JavaScript Object Notation format
|
|
|
|
|
|
|
|
License: LGPLv2+
|
2014-03-25 11:54:00 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/JsonGlib
|
2020-09-11 16:20:59 +00:00
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.6/%{name}-%{version}.tar.xz
|
2008-05-31 00:02:27 +00:00
|
|
|
|
2014-03-25 11:58:48 +00:00
|
|
|
BuildRequires: docbook-style-xsl
|
2017-07-18 10:06:01 +00:00
|
|
|
BuildRequires: gettext
|
2017-07-18 10:07:37 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2010-01-27 12:27:21 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2017-07-18 10:06:01 +00:00
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: meson
|
2014-03-25 11:58:48 +00:00
|
|
|
BuildRequires: /usr/bin/xsltproc
|
2008-05-31 00:02:27 +00:00
|
|
|
|
2017-07-18 10:07:37 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
2008-05-31 00:02:27 +00:00
|
|
|
%description
|
|
|
|
%{name} is a library providing serialization and deserialization support
|
|
|
|
for the JavaScript Object Notation (JSON) format.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2014-05-30 15:57:46 +00:00
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
2008-05-31 00:02:27 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
2017-07-18 10:06:01 +00:00
|
|
|
|
2014-09-04 16:36:57 +00:00
|
|
|
%package tests
|
|
|
|
Summary: Tests for the json-glib package
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
The json-glib-tests package contains tests that can be used to verify
|
|
|
|
the functionality of the installed json-glib package.
|
2008-05-31 00:02:27 +00:00
|
|
|
|
2017-07-18 10:06:01 +00:00
|
|
|
|
2008-05-31 00:02:27 +00:00
|
|
|
%prep
|
2010-09-22 20:33:23 +00:00
|
|
|
%setup -q -n %{name}-%{version}
|
2008-05-31 00:02:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2018-09-18 05:48:19 +00:00
|
|
|
%meson -Ddocs=true -Dman=true
|
2017-07-18 10:06:01 +00:00
|
|
|
%meson_build
|
2008-05-31 00:02:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2017-07-18 10:06:01 +00:00
|
|
|
%meson_install
|
2008-05-31 00:02:27 +00:00
|
|
|
|
2011-09-20 00:32:36 +00:00
|
|
|
%find_lang json-glib-1.0
|
2008-05-31 00:02:27 +00:00
|
|
|
|
|
|
|
|
2018-02-02 10:11:30 +00:00
|
|
|
%ldconfig_scriptlets
|
2008-05-31 00:02:27 +00:00
|
|
|
|
|
|
|
|
2011-09-20 00:32:36 +00:00
|
|
|
%files -f json-glib-1.0.lang
|
2015-03-15 19:57:04 +00:00
|
|
|
%doc NEWS
|
|
|
|
%license COPYING
|
2008-05-31 00:02:27 +00:00
|
|
|
%{_libdir}/lib%{name}*.so.*
|
2010-01-27 12:18:33 +00:00
|
|
|
%{_libdir}/girepository-1.0/Json-1.0.typelib
|
2008-05-31 00:02:27 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/lib%{name}*.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
|
|
|
%{_includedir}/%{name}-1.0/
|
2013-04-16 21:55:01 +00:00
|
|
|
%{_datadir}/gtk-doc/
|
2010-01-27 12:18:33 +00:00
|
|
|
%{_datadir}/gir-1.0/Json-1.0.gir
|
2014-02-04 13:45:45 +00:00
|
|
|
%{_bindir}/json-glib-format
|
|
|
|
%{_bindir}/json-glib-validate
|
2014-03-25 11:58:48 +00:00
|
|
|
%{_mandir}/man1/json-glib-format.1*
|
|
|
|
%{_mandir}/man1/json-glib-validate.1*
|
2008-05-31 00:02:27 +00:00
|
|
|
|
2014-09-04 16:36:57 +00:00
|
|
|
%files tests
|
2017-03-21 08:34:02 +00:00
|
|
|
%{_libexecdir}/installed-tests/
|
|
|
|
%{_datadir}/installed-tests/
|
2008-05-31 00:02:27 +00:00
|
|
|
|
2017-07-18 10:06:01 +00:00
|
|
|
|
2008-05-31 00:02:27 +00:00
|
|
|
%changelog
|
2020-09-11 16:20:59 +00:00
|
|
|
* Fri Sep 11 2020 Kalev Lember <klember@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
2020-08-24 18:46:02 +00:00
|
|
|
* Mon Aug 24 2020 Kalev Lember <klember@redhat.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
2020-08-01 03:40:57 +00:00
|
|
|
* 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
|
|
|
|
|
2020-07-28 02:34:51 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 06:28:14 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 10:50:34 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 04:47:44 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-09-18 05:48:19 +00:00
|
|
|
* Tue Sep 18 2018 Kalev Lember <klember@redhat.com> - 1.4.4-1
|
|
|
|
- Update to 1.4.4
|
|
|
|
|
2018-07-13 06:40:56 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 19:16:15 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-02 10:11:30 +00:00
|
|
|
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.2-2
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2017-09-13 08:35:36 +00:00
|
|
|
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 1.4.2-1
|
|
|
|
- Update to 1.4.2
|
|
|
|
|
2017-08-03 00:03:42 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 14:43:06 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-18 10:06:01 +00:00
|
|
|
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 1.3.2-1
|
|
|
|
- Update to 1.3.2
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
2017-03-21 08:34:02 +00:00
|
|
|
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.2.8-1
|
|
|
|
- Update to 1.2.8
|
|
|
|
|
2017-03-13 15:01:41 +00:00
|
|
|
* Mon Mar 13 2017 Kalev Lember <klember@redhat.com> - 1.2.6-1
|
|
|
|
- Update to 1.2.6
|
|
|
|
|
2017-02-10 17:26:27 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-08-01 09:01:46 +00:00
|
|
|
* Mon Aug 01 2016 Kalev Lember <klember@redhat.com> - 1.2.2-1
|
|
|
|
- Update to 1.2.2
|
2016-08-01 09:03:04 +00:00
|
|
|
- Use make_install macro
|
2016-08-01 09:01:46 +00:00
|
|
|
|
2016-03-22 19:25:10 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
2016-03-01 22:30:23 +00:00
|
|
|
* Tue Mar 01 2016 Richard Hughes <richard@hughsie.com> - 1.1.2-1
|
|
|
|
- Update to 1.1.2
|
|
|
|
|
2016-02-04 01:27:40 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 12:36:38 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-15 19:52:02 +00:00
|
|
|
* Sun Mar 15 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.4-1
|
|
|
|
- Update to 1.0.4
|
2015-03-15 19:57:04 +00:00
|
|
|
- Use %%license macro for the COPYING file
|
2015-03-15 19:52:02 +00:00
|
|
|
|
2014-09-04 16:36:57 +00:00
|
|
|
* Thu Sep 4 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 1.0.2-5
|
|
|
|
- Build installed tests
|
|
|
|
|
2014-08-16 22:35:16 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 17:26:25 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-08 01:08:37 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-30 15:50:36 +00:00
|
|
|
* Fri May 30 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
2014-05-30 15:57:09 +00:00
|
|
|
- Avoid duplicating -devel deps that rpmbuild autogenerates
|
2014-05-30 15:57:46 +00:00
|
|
|
- Tighten -devel deps with %%_isa
|
2014-05-30 15:50:36 +00:00
|
|
|
|
2014-03-25 11:51:18 +00:00
|
|
|
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1
|
|
|
|
- Update to 1.0.0
|
2014-03-25 11:58:48 +00:00
|
|
|
- Build the man pages
|
2014-03-25 11:51:18 +00:00
|
|
|
|
2014-02-04 12:58:48 +00:00
|
|
|
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 0.99.2-1
|
|
|
|
- Update to 0.99.2
|
|
|
|
|
2013-09-21 19:18:29 +00:00
|
|
|
* Sat Sep 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.2-1
|
|
|
|
- Update to 0.16.2
|
|
|
|
|
2013-08-03 21:45:39 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-16 20:57:01 +00:00
|
|
|
* Tue Apr 16 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.0-1
|
|
|
|
- Update to 0.16.0
|
2013-04-16 21:55:01 +00:00
|
|
|
- Don't depend on gtk-doc (#604377)
|
2013-04-16 20:57:01 +00:00
|
|
|
|
2013-02-14 03:02:18 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-17 14:33:58 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 0.15.2-1
|
|
|
|
- Update to 0.15.2
|
|
|
|
|
2012-01-13 06:34:50 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-02 18:38:28 +00:00
|
|
|
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.14.2-1
|
|
|
|
- Update to 0.14.2
|
|
|
|
|
2011-09-20 00:04:57 +00:00
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
2011-09-14 23:14:47 +00:00
|
|
|
* Wed Sep 7 2011 Owen Taylor <otaylor@redhat.com> - 0.13.90-1
|
|
|
|
- Update to 0.13.90
|
|
|
|
|
2011-06-16 12:44:50 +00:00
|
|
|
* Thu Jun 16 2011 Alex Hudson <fedora@alexhudson.com> - 0.12.6-1
|
|
|
|
- Update to 0.12.6
|
|
|
|
- Remove gtk-doc dependency for bug 604377
|
|
|
|
|
2011-02-09 14:59:28 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-29 23:53:02 +00:00
|
|
|
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 0.12-1
|
|
|
|
- Update to 0.12.0
|
|
|
|
|
2010-09-29 21:32:00 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 0.11.3-0.2.git19b0b87
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-22 20:33:23 +00:00
|
|
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.11.3-0.1.git19b0b87
|
|
|
|
- git snapshot
|
|
|
|
|
2010-09-21 23:48:30 +00:00
|
|
|
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.10.4-4
|
|
|
|
- Rebuild with newer gobject-introspection
|
|
|
|
|
2010-07-15 18:56:07 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.4-3
|
|
|
|
- Rebuild with new gobject-introspection
|
|
|
|
|
2010-07-01 07:27:39 +00:00
|
|
|
* Thu Jul 1 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.10.4-2
|
|
|
|
- Rebuild for "Incompatible version 1.0 (supported: 1.1)"
|
|
|
|
for introspection file
|
|
|
|
|
2010-03-19 17:26:39 +00:00
|
|
|
* Fri Mar 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.10.4-1
|
|
|
|
- Update to 0.10.4.
|
|
|
|
|
2010-01-27 12:27:21 +00:00
|
|
|
* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-3
|
|
|
|
- Require the gobject-introspection-devel package, not the library
|
|
|
|
|
2010-01-27 12:18:33 +00:00
|
|
|
* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-2
|
|
|
|
- Enable gobject-introspection support
|
|
|
|
|
2009-12-29 16:30:01 +00:00
|
|
|
* Tue Dec 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.10.0-1
|
|
|
|
- Update to 0.10.0.
|
|
|
|
|
2009-11-17 03:18:06 +00:00
|
|
|
* Mon Nov 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.8.2-1
|
|
|
|
- Update to 0.8.2.
|
|
|
|
|
2009-09-30 00:03:20 +00:00
|
|
|
* Tue Sep 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.8.0-1
|
|
|
|
- Update to 0.8.0.
|
|
|
|
- Update source url.
|
|
|
|
|
2009-07-25 04:11:40 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-27 00:08:42 +00:00
|
|
|
* Thu Feb 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-3
|
|
|
|
- Disable tests for now.
|
|
|
|
|
2009-02-25 09:49:44 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-05-31 16:34:21 +00:00
|
|
|
* Sat May 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-1
|
|
|
|
- Update to 0.6.2.
|
|
|
|
- Enable tests.
|
|
|
|
|
2008-05-31 00:02:27 +00:00
|
|
|
* Mon May 19 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-1
|
|
|
|
- Update 0.6.0.
|
|
|
|
- Disable tests for now.
|
|
|
|
- Add requires on gtk-doc.
|
|
|
|
|
|
|
|
* Sun Apr 20 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.4.0-1
|
|
|
|
- Initial Fedora spec.
|
|
|
|
|