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:
parent
f187a0a7bd
commit
5e876b4297
@ -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
|
||||
|
||||
|
@ -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} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user