Accepting request 713340 from devel:languages:python

- Remove generated files

OBS-URL: https://build.opensuse.org/request/show/713340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=72
This commit is contained in:
2019-07-08 13:00:02 +00:00
committed by Git OBS Bridge
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' -delete -print
rm src/lxml/lxml.etree.h
rm src/lxml/lxml.etree_api.h
# rm src/lxml/lxml.objectify.c
%build
export CFLAGS="%{optflags}"