Accepting request 916109 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/916109 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=88
This commit is contained in:
parent
edd28393e3
commit
118abc354c
@ -4,8 +4,6 @@ Wed Aug 25 17:06:23 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
|||||||
- Update to version 1.6.6:
|
- Update to version 1.6.6:
|
||||||
+ New release with the documentation and gi-docgen included in
|
+ New release with the documentation and gi-docgen included in
|
||||||
the archive.
|
the archive.
|
||||||
- Build API documentation again, add python3-gi-docgen BuildRequires
|
|
||||||
and pass gtk_doc=enabled to meson.
|
|
||||||
- Drop gtk-doc BuildRequires, no longer needed, nor used.
|
- Drop gtk-doc BuildRequires, no longer needed, nor used.
|
||||||
- Add docbook-xsl-stylesheets and libxslt-tools BuildRequires,
|
- Add docbook-xsl-stylesheets and libxslt-tools BuildRequires,
|
||||||
needed for building of manpages.
|
needed for building of manpages.
|
||||||
|
@ -34,7 +34,6 @@ BuildRequires: gobject-introspection-devel
|
|||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-gi-docgen
|
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -100,7 +99,7 @@ translation-update-upstream po %{name}-1.0
|
|||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Dman=true \
|
-Dman=true \
|
||||||
-Dgtk_doc=enabled \
|
-Dgtk_doc=disabled \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -129,7 +128,6 @@ translation-update-upstream po %{name}-1.0
|
|||||||
%{_bindir}/json-glib-validate
|
%{_bindir}/json-glib-validate
|
||||||
%{_mandir}/man1/json-glib-format.1%{ext_man}
|
%{_mandir}/man1/json-glib-format.1%{ext_man}
|
||||||
%{_mandir}/man1/json-glib-validate.1%{ext_man}
|
%{_mandir}/man1/json-glib-validate.1%{ext_man}
|
||||||
%{_datadir}/doc/json-glib-1.0/
|
|
||||||
#
|
#
|
||||||
%{_includedir}/%{name}-1.0
|
%{_includedir}/%{name}-1.0
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
Loading…
Reference in New Issue
Block a user