From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:19:12 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214915^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fupstream%2Fpython-lxml.git resetting manifest requested domain to floor --- 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 dc3fdae..8de7f9b 100644 --- a/packaging/python-lxml.spec +++ b/packaging/python-lxml.spec @@ -6,6 +6,7 @@ License: BSD-3-Clause and GPL-2.0+ Group: Development/Languages/Python Url: http://lxml.de/ Source: http://pypi.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz +Source1001: python-lxml.manifest BuildRequires: libxslt-devel #BuildRequires: python-Cython BuildRequires: python-devel @@ -20,6 +21,7 @@ RelaxNG, XML Schema, XSLT, C14N and much more. %prep %setup -q -n lxml-%{version} +cp %{SOURCE1001} . %build CFLAGS="%{optflags}" python setup.py build @@ -28,6 +30,7 @@ CFLAGS="%{optflags}" python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files +%manifest %{name}.manifest %defattr(-,root,root) %doc LICENSES.txt %{python_sitearch}/lxml/