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

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 2 15:03:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Remove generated files
-------------------------------------------------------------------
Fri Apr 5 12:10:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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}"