Accepting request 690886 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/690886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycha?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-04-04 10:06:43 +00:00 committed by Git OBS Bridge
parent 1e9e5ba705
commit b52e953480
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 3 03:55:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Fix fdupes to avoid python3 package egg-info being symlinks into
the python2 package which may not be installed.
- Use %license
-------------------------------------------------------------------
Mon May 29 07:55:03 UTC 2017 - axel.braun@gmx.de

View File

@ -51,11 +51,11 @@ web programming. Pycha was developed for the server side.
%install
%python_install
%fdupes -s %{buildroot}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc COPYING README.txt CHANGES.txt AUTHORS
%doc README.txt CHANGES.txt AUTHORS
%license COPYING
%{python_sitelib}/*
%python3_only %{_bindir}/chavier