From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:49:49 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214854^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_common;p=platform%2Fupstream%2Fpython-sqlite.git resetting manifest requested domain to floor --- diff --git a/packaging/python-sqlite.manifest b/packaging/python-sqlite.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-sqlite.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-sqlite.spec b/packaging/python-sqlite.spec index 6eda95d..bfbaa06 100644 --- a/packaging/python-sqlite.spec +++ b/packaging/python-sqlite.spec @@ -20,6 +20,7 @@ Summary: DB-API 2.0 interface for SQLite 3.x License: Zlib Group: Platform Development/Python Source: http://pysqlite.googlecode.com/files/pysqlite-%{version}.tar.gz +Source1001: python-sqlite.manifest BuildRequires: python-devel BuildRequires: sqlite3-devel Requires: sqlite3 @@ -33,6 +34,7 @@ exposes the unique features of SQLite. %prep %setup -q -n pysqlite-%{version} +cp %{SOURCE1001} . %build CFLAGS="%{optflags}" python setup.py build @@ -42,6 +44,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} rm -rf %{buildroot}%{_prefix}/pysqlite2-doc # Remove wrongly installed junk %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license LICENSE %{python_sitearch}/*