forked from pool/python-lxml
		
	- Remove generated files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=122
This commit is contained in:
		
				
					committed by
					
						
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							640b73a837
						
					
				
				
					commit
					4712f23e3f
				
			@@ -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>
 | 
					Fri Apr  5 12:10:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -74,10 +74,9 @@ This package contains header files needed to use lxml's C API.
 | 
				
			|||||||
cp %{SOURCE1} .
 | 
					cp %{SOURCE1} .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# remove generated files
 | 
					# 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.h
 | 
				
			||||||
rm src/lxml/lxml.etree_api.h
 | 
					rm src/lxml/lxml.etree_api.h
 | 
				
			||||||
# rm src/lxml/lxml.objectify.c
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
%build
 | 
					%build
 | 
				
			||||||
export CFLAGS="%{optflags}"
 | 
					export CFLAGS="%{optflags}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user