From: Alexandru Cornea Date: Fri, 28 Jun 2013 22:33:43 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tools/devbase/tools/legacy/20240422.110834~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60dc7fafc560768347b6c9bae9f79ff4b3901240;p=tools%2Fpython-M2Crypto.git resetting manifest requested domain to floor --- diff --git a/packaging/python-M2Crypto.manifest b/packaging/python-M2Crypto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-M2Crypto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-M2Crypto.spec b/packaging/python-M2Crypto.spec index 3801764..f8aa0f3 100644 --- a/packaging/python-M2Crypto.spec +++ b/packaging/python-M2Crypto.spec @@ -20,6 +20,7 @@ Summary: Crypto and SSL toolkit for Python License: MIT and ZPL-2.0 and BSD-3-Clause Group: Platfrom Development/Python Source: M2Crypto-%{version}.tar.gz +Source1001: python-M2Crypto.manifest BuildRequires: openssl BuildRequires: openssl-devel BuildRequires: python-devel @@ -47,6 +48,7 @@ original M2Crypto homepage is at http://sandbox.rulemaker.net/ngps/m2/. %prep %setup -n M2Crypto-%{version} +cp %{SOURCE1001} . %build CFLAGS="%{optflags}" python setup.py build @@ -55,6 +57,7 @@ CFLAGS="%{optflags}" python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files +%manifest %{name}.manifest %defattr(-,root,root) %license LICENCE %{python_sitearch}/*