!11 upgrade to 1.33.2
From: @kerongw Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
099e0365e6
Binary file not shown.
BIN
gtk-doc-1.33.2.tar.xz
Normal file
BIN
gtk-doc-1.33.2.tar.xz
Normal file
Binary file not shown.
43
gtk-doc.spec
43
gtk-doc.spec
@ -2,16 +2,23 @@
|
|||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
|
|
||||||
Name: gtk-doc
|
Name: gtk-doc
|
||||||
Version: 1.29
|
Version: 1.33.2
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Generate API documentation from comments that can be added to C code
|
Summary: Generate API documentation from comments that can be added to C code
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: https://www.gtk.org/gtk-doc/
|
URL: https://www.gtk.org/gtk-doc/
|
||||||
Source0: https://download.gnome.org/sources/gtk-doc/1.29/%{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 source-highlight
|
BuildRequires: python3-devel docbook-utils libxslt gettext
|
||||||
BuildRequires: itstool yelp-tools docbook-style-xsl gcc gdb
|
BuildRequires: itstool yelp-tools docbook-style-xsl gcc gdb
|
||||||
Requires: python3-six source-highlight docbook-style-xsl libxslt docbook-utils
|
BuildRequires: dblatex meson glib2-devel
|
||||||
|
BuildRequires: python3-pygments
|
||||||
|
BuildRequires: python3-parameterized
|
||||||
|
BuildRequires: python3-anytree
|
||||||
|
BuildRequires: python3-lxml
|
||||||
|
Requires: docbook-style-xsl docbook-utils libxslt
|
||||||
|
Requires: python3-pygments python3-parameterized python3-anytree python3-lxml
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GTK-Doc is a project which was started to generate API documentation from comments added to C code.
|
GTK-Doc is a project which was started to generate API documentation from comments added to C code.
|
||||||
@ -25,26 +32,37 @@ mv doc/README doc/README.1
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export PYTHON=%{__python3}
|
export PYTHON=%{__python3}
|
||||||
%configure
|
%meson
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README doc/* examples
|
%doc README doc/* examples
|
||||||
%license COPYING COPYING-DOCS AUTHORS
|
%license COPYING COPYING-DOCS AUTHORS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_libdir}/cmake/
|
||||||
%{_datadir}/aclocal/
|
%{_datadir}/aclocal/
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/*/*.pc
|
%{_datadir}/*/*.pc
|
||||||
%{_datadir}/help/*/%{name}-manual/
|
%{_datadir}/help/*/%{name}-manual/
|
||||||
%{_libdir}/cmake/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 19 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.33.2-1
|
||||||
|
- Upgrade to 1.33.2
|
||||||
|
- Update Version
|
||||||
|
- Vsesion 1.33.2 change its "cmake" dir to /lib64
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* Sat Mar 21 2020 hexiujun <hexiujun1@huawei.com> - 1.29-4
|
* Sat Mar 21 2020 hexiujun <hexiujun1@huawei.com> - 1.29-4
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
@ -54,8 +72,9 @@ make check
|
|||||||
* Wed Jan 15 2020 gulining<gulining1@huawei.com> - 1.29-3
|
* Wed Jan 15 2020 gulining<gulining1@huawei.com> - 1.29-3
|
||||||
- solve unresolveable
|
- 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
|
- 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
|
- Package init
|
||||||
|
|
||||||
|
|||||||
4
gtk-doc.yaml
Normal file
4
gtk-doc.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: gitlab.gnome
|
||||||
|
src_repo: gtk-doc
|
||||||
|
tag_prefix: GTK_DOC_
|
||||||
|
seperator: _
|
||||||
Loading…
x
Reference in New Issue
Block a user