!3 Upgrade to 42.0

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-03-28 03:50:40 +00:00 committed by Gitee
commit 7a4f01232c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 16 additions and 7 deletions

View File

@ -1,18 +1,23 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-user-docs Name: gnome-user-docs
Version: 3.38.5 Version: 42.0
Release: 1 Release: 1
Summary: GNOME User Documentation Summary: GNOME User Documentation
License: CC-BY-SA License: CC-BY-SA
URL: http://help.gnome.org/ URL: http://help.gnome.org/
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: gettext itstool pkgconfig yelp-tools BuildRequires: gettext itstool pkgconfig yelp-tools
%description %description
User documentation for GNOME This package contains end-user documentation for the GNOME desktop
environment.
%prep %prep
%autosetup -p1 %autosetup -p1 -n %{name}-%{tarball_version}
%build %build
%configure %configure
@ -21,12 +26,16 @@ User documentation for GNOME
%install %install
%make_install %make_install
%find_lang gnome-user-docs --all-name --with-gnome %find_lang %{name} --all-name --with-gnome
%files -f gnome-user-docs.lang %files -f %{name}.lang
%doc NEWS README COPYING %license COPYING
%doc NEWS README
%changelog %changelog
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
- Upgrade to 42.0
* Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.5-1 * Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.5-1
- Upgrade to 3.38.5 - Upgrade to 3.38.5
- Update Version, Release, Source0 - Update Version, Release, Source0