From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:07:20 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214920^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_ivi;p=platform%2Fupstream%2Fpython-gpgme.git resetting manifest requested domain to floor --- diff --git a/packaging/python-gpgme.manifest b/packaging/python-gpgme.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-gpgme.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-gpgme.spec b/packaging/python-gpgme.spec index dd19a64..e29614e 100644 --- a/packaging/python-gpgme.spec +++ b/packaging/python-gpgme.spec @@ -21,6 +21,7 @@ License: LGPL-2.1+ Group: Platform Development/Python Url: http://pypi.python.org/pypi/pygpgme Source: pygpgme-%{version}.tar.bz2 +Source1001: python-gpgme.manifest BuildRequires: libgpgme-devel BuildRequires: python-devel @@ -33,6 +34,7 @@ It is built on top of the GNU Privacy Guard and the GPGME library. %prep %setup -q -n pygpgme-%{version} +cp %{SOURCE1001} . %build @@ -43,6 +45,7 @@ rm -rf $RPM_BUILD_ROOT%{py_sitedir}/gpgme/tests/ %files +%manifest %{name}.manifest %defattr(-,root,root,-) %doc README PKG-INFO %{py_sitedir}/*