!3 upgrade to 42.0

From: @dillon_chen 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
This commit is contained in:
openeuler-ci-bot 2022-04-20 07:25:44 +00:00 committed by Gitee
commit 39753a609d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 9 deletions

Binary file not shown.

BIN
yelp-tools-42.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,18 +1,17 @@
Name: yelp-tools Name: yelp-tools
Version: 3.38.0 Version: 42.0
Release: 1 Release: 1
Summary: Create, manage, and publish documentation for Yelp Summary: Create, manage, and publish documentation for Yelp
License: GPLv2+ License: GPLv2+
URL: https://wiki.gnome.org/Apps/Yelp/Tools URL: https://wiki.gnome.org/Apps/Yelp/Tools
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: pkgconfig(yelp-xsl) BuildRequires: pkgconfig(yelp-xsl)
BuildRequires: itstool libxslt BuildRequires: meson itstool libxslt python3-lxml
Requires: /usr/bin/itstool Requires: itstool libxml2 libxslt python3-lxml
Requires: /usr/bin/xmllint
Requires: mallard-rng yelp-xsl Requires: mallard-rng yelp-xsl
%description %description
@ -21,14 +20,14 @@ manage, and publish documentation for Yelp and the web. Most of the heavy
lifting is done by packages like yelp-xsl and itstool. lifting is done by packages like yelp-xsl and itstool.
%prep %prep
%autosetup -p1 %autosetup -p1 -n %{name}-%{version}
%build %build
%configure %meson
%make_build %meson_build
%install %install
%make_install %meson_install
%files %files
%doc AUTHORS README %doc AUTHORS README
@ -40,6 +39,9 @@ lifting is done by packages like yelp-xsl and itstool.
%{_datadir}/aclocal/yelp.m4 %{_datadir}/aclocal/yelp.m4
%changelog %changelog
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
- Update to 42.0
* Wed May 19 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.0-1 * Wed May 19 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.0-1
- Upgrade to 3.38.0 - Upgrade to 3.38.0
- Update Version, Release and Source0 - Update Version, Release and Source0