This commit is contained in:
Leigh Scott 2021-06-01 16:24:37 +01:00
parent 5c71057f67
commit 89ef9eba19
1 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ This package adds configuration to use %{name} as a thumbnailer.
%{_bindir}/find %{buildroot} -type f -name '*.a' -print -delete %{_bindir}/find %{buildroot} -type f -name '*.a' -print -delete
%{_bindir}/find %{buildroot} -type f -name '*.la' -print -delete %{_bindir}/find %{buildroot} -type f -name '*.la' -print -delete
%{__sed} -i -e '/.*<project_group>.*/d' \ %{__sed} -i -e '/.*<project_group>.*/d' \
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%find_lang %{name} %find_lang %{name}
%check %check
@ -123,7 +123,7 @@ This package adds configuration to use %{name} as a thumbnailer.
# Validate AppData-files. # Validate AppData-files.
%{_bindir}/appstream-util validate-relax --nonet \ %{_bindir}/appstream-util validate-relax --nonet \
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%ldconfig_scriptlets %ldconfig_scriptlets
@ -133,7 +133,7 @@ This package adds configuration to use %{name} as a thumbnailer.
%{_bindir}/%{name} %{_bindir}/%{name}
%{_bindir}/%{name}-previewer %{_bindir}/%{name}-previewer
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml %{_metainfodir}/%{name}.appdata.xml
%{_datadir}/dbus-1/services/* %{_datadir}/dbus-1/services/*
%{_datadir}/glib-2.0/schemas/* %{_datadir}/glib-2.0/schemas/*
%{_datadir}/help/*/%{name}/ %{_datadir}/help/*/%{name}/