SHA256
1
0
forked from pool/protobuf

Accepting request 451783 from home:StefanBruens:branches:devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/451783
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=51
This commit is contained in:
Martin Pluskal 2017-01-22 09:04:28 +00:00 committed by Git OBS Bridge
parent f187a0a7bd
commit 5e876b4297
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 22 00:47:42 UTC 2017 - stefan.bruens@rwth-aachen.de
- Fix an issue with setup.py where some files are built on the
first invocation, but only copied on the second. This resulted
in an incomplete protobuf-python package.
-------------------------------------------------------------------
Sat Jan 7 11:02:55 UTC 2017 - stefan.bruens@rwth-aachen.de

View File

@ -163,6 +163,8 @@ popd
%if %{with protobuf_python}
pushd python
python setup.py build
# setup.py seems to be broken, some files are only installed on the second invocation
python setup.py build
popd
%endif
@ -187,7 +189,6 @@ popd
%if %{with protobuf_python}
pushd python
python setup.py clean
python setup.py install --skip-build \
--prefix=%{_prefix} \
--root %{buildroot} \