14
0
forked from pool/python-lxml
Tomáš Chvátal
2019-07-02 15:11:20 +00:00
committed by Git OBS Bridge
parent 640b73a837
commit 4712f23e3f
2 changed files with 6 additions and 2 deletions

View File

@@ -74,10 +74,9 @@ This package contains header files needed to use lxml's C API.
cp %{SOURCE1} .
# remove generated files
# rm src/lxml/lxml.etree.c
find -name '*.c' | xargs rm
rm src/lxml/lxml.etree.h
rm src/lxml/lxml.etree_api.h
# rm src/lxml/lxml.objectify.c
%build
export CFLAGS="%{optflags}"