update spec

This commit is contained in:
Sergey Zhemoitel 2021-02-06 13:54:12 +03:00
parent 5dea3018d3
commit 00a148ce9d

View file

@ -1,5 +1,5 @@
%define debug %nil
%define debug_package %nil
#define debug %nil
#define debug_package %nil
%define module appdirs
# do not conflict with main system version
%global __provides_exclude ^(python3egg|python3dist)
@ -39,7 +39,7 @@ and also:
%doc CHANGES.rst LICENSE.txt README.rst
%{python38_sitelib}/appdirs.py*
%{python38_sitelib}/appdirs*.egg-info
%{python38_sitelib}/__pycache__/appdirs.*.pyc
#{python38_sitelib}/__pycache__/appdirs.*.pyc
#----------------------------------------------------------------------------