delete old tar.xz and add modify spec file

This commit is contained in:
dillon chen 2020-06-09 14:24:24 +08:00
parent 7f53d59e30
commit b6c8087548
2 changed files with 8 additions and 4 deletions

Binary file not shown.

View File

@ -2,17 +2,18 @@
%global __python %{__python3} %global __python %{__python3}
Name: gtk-doc Name: gtk-doc
Version: 1.29 Version: 1.32
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.32/%{name}-%{version}.tar.xz
BuildRequires: python3-six python3-devel docbook-utils libxslt gettext source-highlight BuildRequires: python3-six python3-devel docbook-utils libxslt gettext source-highlight
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 Requires: python3-six source-highlight docbook-style-xsl libxslt docbook-utils
%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.
It is typically used to document the public API of GTK and GNOME libraries, but it can also be used It is typically used to document the public API of GTK and GNOME libraries, but it can also be used
@ -42,9 +43,12 @@ make check
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%{_datadir}/*/*.pc %{_datadir}/*/*.pc
%{_datadir}/help/*/%{name}-manual/ %{_datadir}/help/*/%{name}-manual/
%{_libdir}/cmake/ %{_datadir}/cmake/
%changelog %changelog
* 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