BuildRequires: redhat-rpm-config

Mathieu Bridon bochecha at fedoraproject.org
Fri Nov 15 03:21:56 UTC 2013


On Thu, 2013-11-14 at 08:12 -0800, Toshio Kuratomi wrote:
> If there's nothing else in python_sitelib besides this module, you can
> change the glob there:
> 
>   %{python_sitearch}/*
>   %{python_sitelib}/*

Or:

  %{python_sitearch}/*.py*
  %{python_sitelib}/*.py*

Just to be sure not to include undesired stuff.


-- 
Mathieu




More information about the devel mailing list