Add 'Buildarch: noarch' to the help subpackage

This commit is contained in:
yangchunc 2024-08-19 14:52:08 +08:00
parent 4fb23b345c
commit 9333883a67

View File

@ -1,6 +1,6 @@
Name: desktop-file-utils
Version: 0.24
Release: 1
Release: 2
Summary: Desktop-file-utils contains utilities for manipulating desktop entries
License: GPLv2+
URL: https://www.freedesktop.org/software/desktop-file-utils
@ -21,11 +21,7 @@ desktop-file-install:
update-desktop-database:
updates the database containing a cache of MIME types handled by desktop files.
%package help
Summary: Help documents for desktop-file-utils
%description help
Help document for desktop-file-utils.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
@ -55,6 +51,9 @@ touch $RPM_BUILD_ROOT%{_emacs_sitestartdir}/desktop-entry-mode-init.elc
%{_mandir}/man1/*
%changelog
* Mon Aug 19 2024 Chunchun Yang <yangchunchun@cqsoftware.com.cn> - 0.24-2
- Replaced declaration of subpackage with the 'package_help' macro.
* Thu Jan 9 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.24-1
- Type:enhancement
- ID:NA