resetting manifest requested domain to floor 82/4882/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0.m2_base accepted/tizen_3.0_base accepted/tizen_3.0_ivi accepted/tizen_4.0_base accepted/tizen_5.0_base accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2_base tizen_3.0_base tizen_3.0_ivi tizen_4.0_base tizen_4.0_tv tizen_5.0_base tizen_ivi_genivi accepted/tizen/20130710.214915 accepted/tizen/20130912.190309 accepted/tizen/20130912.194453 accepted/tizen/20130913.024438 accepted/tizen/3.0.m2/base/20170104.082141 accepted/tizen/3.0/base/20161028.103452 accepted/tizen/4.0/base/20170811.093148 accepted/tizen/4.0/base/20170828.221437 accepted/tizen/5.0/base/20181101.091420 accepted/tizen/base/20151223.052404 accepted/tizen/ivi/genivi/20140131.033718 ivi_oct_m2 submit/tizen/20130710.134448 submit/tizen/20130912.090619 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_5.0_base/20181101.000001 submit/tizen_base/20151223.111112 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.031903 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:19:12 +0000 (03:19 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:19:12 +0000 (03:19 +0300)
packaging/python-lxml.manifest [new file with mode: 0644]
packaging/python-lxml.spec

diff --git a/packaging/python-lxml.manifest b/packaging/python-lxml.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index dc3fdae..8de7f9b 100644 (file)
@@ -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/