From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:32:33 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214902^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_generic;p=platform%2Fupstream%2Fpython-pyOpenSSL.git resetting manifest requested domain to floor --- diff --git a/packaging/python-pyOpenSSL.manifest b/packaging/python-pyOpenSSL.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-pyOpenSSL.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-pyOpenSSL.spec b/packaging/python-pyOpenSSL.spec index e3c3c43..3e47697 100644 --- a/packaging/python-pyOpenSSL.spec +++ b/packaging/python-pyOpenSSL.spec @@ -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}/*