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:
parent
1e9e5ba705
commit
b52e953480
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user