From d58f961a0eea844f9a753fa7ab52a01eef126972 Mon Sep 17 00:00:00 2001 From: "jk7744.park" Date: Wed, 9 Sep 2015 02:32:46 +0900 Subject: [PATCH] tizen 2.3.1 release --- packaging/python-lxml.manifest | 5 ----- packaging/python-lxml.spec | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 packaging/python-lxml.manifest diff --git a/packaging/python-lxml.manifest b/packaging/python-lxml.manifest deleted file mode 100644 index 017d22d..0000000 --- a/packaging/python-lxml.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/python-lxml.spec b/packaging/python-lxml.spec index f5aab7a..d619dae 100644 --- a/packaging/python-lxml.spec +++ b/packaging/python-lxml.spec @@ -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}/* -- 2.7.4