tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.100728 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 17:32:46 +0000 (02:32 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 17:32:46 +0000 (02:32 +0900)
packaging/python-lxml.manifest [deleted file]
packaging/python-lxml.spec

diff --git a/packaging/python-lxml.manifest b/packaging/python-lxml.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
index f5aab7a..d619dae 100644 (file)
@@ -15,7 +15,6 @@ Group:          Development/Libraries
 License:        BSD
 URL:            http://codespeak.net/lxml/
 Source0:        http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz
-Source1001: packaging/python-lxml.manifest 
 #Source0:        http://codespeak.net/lxml/lxml-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -63,7 +62,6 @@ chmod a-x %{py3dir}/doc/rest2html.py
 %endif
 
 %build
-cp %{SOURCE1001} .
 CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build
 
 %if %{with_python3}
@@ -86,14 +84,12 @@ popd
 rm -rf %{buildroot}
 
 %files
-%manifest python-lxml.manifest
 %defattr(-,root,root,-)
 %doc README.txt LICENSES.txt PKG-INFO CREDITS.txt CHANGES.txt doc/
 %{python_sitearch}/*
 
 %if %{with_python3}
 %files -n python3-lxml
-%manifest python-lxml.manifest
 %defattr(-,root,root,-)
 %doc README.txt LICENSES.txt PKG-INFO CREDITS.txt CHANGES.txt doc/
 %{python3_sitearch}/*