escape macro in comments
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
4cf67948bd
commit
5e64c3f1c6
@ -84,14 +84,14 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
# not included in tar.gz
|
# not included in tar.gz
|
||||||
# see https://github.com/nir0s/distro/issues/139
|
# see https://github.com/nir0s/distro/issues/139
|
||||||
#%license LICENSE
|
#%%license LICENSE
|
||||||
%{python2_sitelib}/%{pypi_name}.py*
|
%{python2_sitelib}/%{pypi_name}.py*
|
||||||
%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%if 0%{with_python3}
|
%if 0%{with_python3}
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
#%license LICENSE
|
#%%license LICENSE
|
||||||
%{python3_sitelib}/__pycache__/*
|
%{python3_sitelib}/__pycache__/*
|
||||||
%{python3_sitelib}/%{pypi_name}.py
|
%{python3_sitelib}/%{pypi_name}.py
|
||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user