Accepting request 505420 from home:bmwiedemann:branches:devel:languages:python
Do not include unneccessary undeterministic environment.pickle in package to fix build-compare OBS-URL: https://build.opensuse.org/request/show/505420 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=43
This commit is contained in:
parent
6458c95602
commit
9fddc27560
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 21 13:44:46 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- Do not include unneccessary undeterministic environment.pickle in package to fix build-compare
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 14 14:06:11 UTC 2016 - dmueller@suse.com
|
Mon Nov 14 14:06:11 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ sphinx-build doc/src doc/build/html
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
rm -rf %{buildroot}%{python_sitearch}/psycopg2/tests # Don't package testsuite
|
rm -rf %{buildroot}%{python_sitearch}/psycopg2/tests # Don't package testsuite
|
||||||
|
rm doc/build/html/.doctrees/environment.pickle
|
||||||
%fdupes -s %{buildroot}/%{_mandir} # Create symlinks for man pages
|
%fdupes -s %{buildroot}/%{_mandir} # Create symlinks for man pages
|
||||||
%fdupes %{buildroot} # Create hardlinks for the rest
|
%fdupes %{buildroot} # Create hardlinks for the rest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user