!6 upgrade gtk-doc
From: @dillon_chen Reviewed-by: @zhang__3125 Signed-off-by: @zhang__3125
This commit is contained in:
commit
eafb7b6dc7
Binary file not shown.
BIN
gtk-doc-1.33.0.tar.xz
Normal file
BIN
gtk-doc-1.33.0.tar.xz
Normal file
Binary file not shown.
28
gtk-doc.spec
28
gtk-doc.spec
@ -1,18 +1,17 @@
|
||||
%global debug_package %{nil}
|
||||
%global __python %{__python3}
|
||||
|
||||
%bcond_with check
|
||||
|
||||
Name: gtk-doc
|
||||
Version: 1.32
|
||||
Version: 1.33.0
|
||||
Release: 1
|
||||
Summary: Generate API documentation from comments that can be added to C code
|
||||
License: GPLv2+ and GFDL
|
||||
URL: https://www.gtk.org/gtk-doc/
|
||||
Source0: https://download.gnome.org/sources/gtk-doc/1.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gtk-doc/1.33/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: python3-six python3-devel docbook-utils libxslt gettext
|
||||
BuildRequires: python3-devel docbook-utils libxslt gettext
|
||||
BuildRequires: itstool yelp-tools docbook-style-xsl gcc gdb
|
||||
BuildRequires: dblatex meson glib2-devel
|
||||
BuildRequires: python3-pygments
|
||||
BuildRequires: python3-parameterized
|
||||
BuildRequires: python3-anytree
|
||||
@ -20,6 +19,7 @@ BuildRequires: python3-lxml
|
||||
Requires: docbook-style-xsl docbook-utils libxslt
|
||||
Requires: python3-pygments python3-parameterized python3-anytree python3-lxml
|
||||
|
||||
|
||||
%description
|
||||
GTK-Doc is a project which was started to generate API documentation from comments added to C code.
|
||||
It is typically used to document the public API of GTK and GNOME libraries, but it can also be used
|
||||
@ -32,16 +32,14 @@ mv doc/README doc/README.1
|
||||
|
||||
%build
|
||||
export PYTHON=%{__python3}
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%if %{with check}
|
||||
make check
|
||||
%endif
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%doc README doc/* examples
|
||||
@ -54,6 +52,9 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/cmake/
|
||||
|
||||
%changelog
|
||||
* Tue Dec 1 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.33.0-1
|
||||
- upgrade to 1.33.0
|
||||
|
||||
* Mon Jun 8 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.32-1
|
||||
- upgrade to 1.32
|
||||
|
||||
@ -66,8 +67,9 @@ export PYTHON=%{__python3}
|
||||
* Wed Jan 15 2020 gulining<gulining1@huawei.com> - 1.29-3
|
||||
- solve unresolveable
|
||||
|
||||
* Tue Dec 4 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.29-2
|
||||
* Wed Dec 4 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.29-2
|
||||
- strenthen spec
|
||||
|
||||
* Mon Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.29-1
|
||||
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.29-1
|
||||
- Package init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user