mirror of
https://abf.rosa.ru/djam/python38-appdirs.git
synced 2025-02-24 01:02:53 +00:00
debug off
This commit is contained in:
parent
e7b78903be
commit
5dea3018d3
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
%define module appdirs
|
||||
|
||||
# do not conflict with main system version
|
||||
%global __provides_exclude ^(python3egg|python3dist)
|
||||
|
||||
|
@ -10,7 +11,7 @@ Summary: A small Python module for determining appropriate platform-specific dir
|
|||
Source0: https://github.com/ActiveState/appdirs/archive/%{version}.tar.gz
|
||||
License: MIT
|
||||
Group: Development/Python
|
||||
Url: http://github.com/ActiveState/appdirs
|
||||
URL: http://github.com/ActiveState/appdirs
|
||||
BuildRequires: python38-devel
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -35,9 +36,7 @@ and also:
|
|||
documentation and code for when an opinion is being applied.
|
||||
|
||||
%files -n python38-%{module}
|
||||
%doc CHANGES.rst
|
||||
%doc LICENSE.txt
|
||||
%doc README.rst
|
||||
%doc CHANGES.rst LICENSE.txt README.rst
|
||||
%{python38_sitelib}/appdirs.py*
|
||||
%{python38_sitelib}/appdirs*.egg-info
|
||||
%{python38_sitelib}/__pycache__/appdirs.*.pyc
|
||||
|
|
Loading…
Add table
Reference in a new issue