[virt-tools-list] [PATCH virt-viewer v3] Fixes to spec file

Christophe Fergeau cfergeau at redhat.com
Mon Nov 27 09:37:55 UTC 2017


Acked-by: Christophe Fergeau <cfergeau at redhat.com>

On Thu, Nov 23, 2017 at 11:52:53AM -0200, Eduardo Lima (Etrunko) wrote:
> - Use macros for paths instead of absolute paths.
> - Remove dangling %{gtk_arg} macro in configure.
> - Fix scope of enable_autotools macro to avoid warning during build.
>   warning: Macro %enable_autotools defined but not used within scope
> 
> Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
> ---
>  virt-viewer.spec.in | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
> index 54e2121..86624d0 100644
> --- a/virt-viewer.spec.in
> +++ b/virt-viewer.spec.in
> @@ -3,7 +3,7 @@
>  # Default to skipping autoreconf.  Distros can change just this one line
>  # (or provide a command-line override) if they backport any patches that
>  # touch configure.ac or Makefile.am.
> -%{!?enable_autotools:%define enable_autotools 0}
> +%{!?enable_autotools:%global enable_autotools 0}
>  
>  %define with_spice 0
>  %if 0%{?fedora} >= 17 || 0%{?rhel} >= 6
> @@ -82,7 +82,7 @@ autoreconf -if
>  %define govirt_arg --with-ovirt
>  %endif
>  
> -%configure %{spice_arg} %{gtk_arg} %{govirt_arg} --with-buildid=%{release} --disable-update-mimedb
> +%configure %{spice_arg} %{govirt_arg} --with-buildid=%{release} --disable-update-mimedb
>  %__make %{?_smp_mflags}
>  
>  
> @@ -95,21 +95,21 @@ rm -rf $RPM_BUILD_ROOT
>  rm -rf $RPM_BUILD_ROOT
>  
>  %post
> -/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> -/bin/touch --no-create %{_datadir}/mime/packages &> /dev/null || :
> -/usr/bin/update-desktop-database -q %{_datadir}/applications
> +%{_bindir}/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> +%{_bindir}/touch --no-create %{_datadir}/mime/packages &> /dev/null || :
> +%{_bindir}/update-desktop-database -q %{_datadir}/applications
>  
>  %postun
>  if [ $1 -eq 0 ] ; then
> -  /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
> -  /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> -  /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
> +  %{_bindir}/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
> +  %{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> +  %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
>  fi
> -/usr/bin/update-desktop-database -q %{_datadir}/applications
> +%{_bindir}/update-desktop-database -q %{_datadir}/applications
>  
>  %posttrans
> -/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> -/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
> +%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> +%{_bindir}/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
>  
>  %files -f %{name}.lang
>  %defattr(-,root,root,-)
> -- 
> 2.13.6
> 
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20171127/f686b566/attachment.sig>


More information about the virt-tools-list mailing list