42 lines
1022 B
RPMSpec
42 lines
1022 B
RPMSpec
Name: gnome-user-docs
|
|
Version: 3.30.1
|
|
Release: 4
|
|
Summary: GNOME User Documentation
|
|
License: CC-BY-3.0
|
|
URL: http://help.gnome.org/
|
|
Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz
|
|
Patch0: 001-zh_CN-msg-fix-part-index-to-disk.patch
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: gettext itstool pkgconfig yelp-tools
|
|
|
|
%description
|
|
User documentation for GNOME
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%find_lang gnome-user-docs --all-name --with-gnome
|
|
|
|
%files -f gnome-user-docs.lang
|
|
%doc NEWS README COPYING
|
|
|
|
%changelog
|
|
* Fri Dec 09 2022 wanglimin<wanglimin@xfusion.com> - 3.30.1-4
|
|
- fix msg error in zh_CN.po for page files of index, a11y-*,
|
|
- about-*,accounts-*,backup-*,bluetooth-*,clock-*,color-*,
|
|
- contacts-*,disk-*
|
|
|
|
* Thu Dec 08 2022 wanglimin<wanglimin@xfusion.com> - 3.30.1-3
|
|
- License compliance rectification
|
|
|
|
* Mon Nov 18 2019 liujing<liujing144@huawei.com> - 3.30.1-2
|
|
- Package init
|