From: Ryan Ware Date: Wed, 30 May 2012 00:49:41 +0000 (-0700) Subject: Add default Smack manifest for python-lxml.spec X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=toolchains%2Fpython-lxml.git Add default Smack manifest for python-lxml.spec Change-Id: Ie2808ac44404e9d062954edaec581f7a56ed8d6f Signed-off-by: Ryan Ware --- diff --git a/packaging/python-lxml.manifest b/packaging/python-lxml.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-lxml.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-lxml.spec b/packaging/python-lxml.spec index d619dae..f5aab7a 100644 --- a/packaging/python-lxml.spec +++ b/packaging/python-lxml.spec @@ -15,6 +15,7 @@ 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) @@ -62,6 +63,7 @@ chmod a-x %{py3dir}/doc/rest2html.py %endif %build +cp %{SOURCE1001} . CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build %if %{with_python3} @@ -84,12 +86,14 @@ 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}/*