resetting manifest requested domain to floor 95/4895/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_generic 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_ivi tizen_ivi_genivi accepted/tizen/20130710.214902 accepted/tizen/20130912.190229 accepted/tizen/20130912.194410 accepted/tizen/20130913.024428 accepted/tizen/ivi/genivi/20140131.033652 ivi_oct_m2 submit/tizen/20130710.134511 submit/tizen/20130912.090624 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.032009 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
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:32:33 +0000 (03:32 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:32:33 +0000 (03:32 +0300)
packaging/python-pyOpenSSL.manifest [new file with mode: 0644]
packaging/python-pyOpenSSL.spec

diff --git a/packaging/python-pyOpenSSL.manifest b/packaging/python-pyOpenSSL.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index e3c3c43..3e47697 100644 (file)
@@ -20,6 +20,7 @@ Summary:        Python wrapper module around the OpenSSL library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Source:         http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
+Source1001:    python-pyOpenSSL.manifest
 BuildRequires:  libopenssl-devel
 BuildRequires:  python-devel
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -34,6 +35,7 @@ High-level wrapper around a subset of the OpenSSL library, includes
 
 %prep
 %setup -q -n pyOpenSSL-%{version}
+cp %{SOURCE1001} .
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
@@ -42,6 +44,7 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{python_sitearch}/*