From 60dc7fafc560768347b6c9bae9f79ff4b3901240 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:33:43 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/python-M2Crypto.manifest | 5 +++++ packaging/python-M2Crypto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/python-M2Crypto.manifest 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}/* -- 2.34.1