Completing build dependencies to fix gcc compiler missing error

This commit is contained in:
hht8 2021-06-07 10:12:20 +08:00
parent f04ef8219b
commit 3f04d54a48

View File

@ -1,12 +1,12 @@
Name: xdg-user-dirs-gtk Name: xdg-user-dirs-gtk
Version: 0.10 Version: 0.10
Release: 16 Release: 17
Summary: Integrated tools for gnome to help manage directories Summary: Integrated tools for gnome to help manage directories
License: GPL+ License: GPL+
URL: http://freedesktop.org/wiki/Software/xdg-user-dirs URL: http://freedesktop.org/wiki/Software/xdg-user-dirs
Source0: http://download.gnome.org/sources/xdg-user-dirs-gtk/%{version}/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/xdg-user-dirs-gtk/%{version}/%{name}-%{version}.tar.xz
Patch001: 0001-Make-the-Don-t-ask-again-checkbox-work-properly.patch Patch001: 0001-Make-the-Don-t-ask-again-checkbox-work-properly.patch
BuildRequires: desktop-file-utils gettext gtk3-devel intltool xdg-user-dirs BuildRequires: desktop-file-utils gettext gtk3-devel intltool xdg-user-dirs gcc
Requires: xdg-user-dirs Requires: xdg-user-dirs
%description %description
@ -32,5 +32,8 @@ desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/user-dirs-upda
%config(noreplace) %{_sysconfdir}/xdg/autostart/user-dirs-update-gtk.desktop %config(noreplace) %{_sysconfdir}/xdg/autostart/user-dirs-update-gtk.desktop
%changelog %changelog
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 0.10-17
- Completing build dependencies to fix gcc compiler missing error
* Mon Feb 17 2020 zhouyihang<zhouyihang1@huawei.com> - 0.10-16 * Mon Feb 17 2020 zhouyihang<zhouyihang1@huawei.com> - 0.10-16
- Package init - Package init