From 4712f23e3f0a5e9b92bbecded911c78631ff5f4f16ff0950d9468a6b9894759a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 2 Jul 2019 15:11:20 +0000 Subject: [PATCH] - Remove generated files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=122 --- python-lxml.changes | 5 +++++ python-lxml.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-lxml.changes b/python-lxml.changes index 97b918c..59aac42 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 2 15:03:15 UTC 2019 - Tomáš Chvátal + +- Remove generated files + ------------------------------------------------------------------- Fri Apr 5 12:10:42 UTC 2019 - Tomáš Chvátal diff --git a/python-lxml.spec b/python-lxml.spec index b00085c..09de671 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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}"