From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:01:52 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen/20130710.134425^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=643ab7e7a9b13c6e9d20e3d2d898d6b9bd212a90;p=platform%2Fupstream%2Fpython-gobject.git resetting manifest requested domain to floor --- diff --git a/packaging/python-gobject.manifest b/packaging/python-gobject.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-gobject.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-gobject.spec b/packaging/python-gobject.spec index 5d394fe..6b76d45 100644 --- a/packaging/python-gobject.spec +++ b/packaging/python-gobject.spec @@ -12,6 +12,7 @@ Version: 3.8.0 Release: 0 Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/ Source: http://download.gnome.org/sources/pygobject/3.8/%{_name}-%{version}.tar.xz +Source1001: python-gobject.manifest BuildRequires: fdupes BuildRequires: glib2-devel >= 2.31.0 BuildRequires: gobject-introspection-devel >= 1.34.2 @@ -72,6 +73,7 @@ addon libraries such as pygtk. %prep %setup -q -n %{_name}-%{version} +cp %{SOURCE1001} . %build %configure @@ -87,6 +89,7 @@ rm examples/Makefile* %postun -n libpyglib-gi-python -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{local_py_sitedir}/gi/ @@ -97,19 +100,23 @@ rm examples/Makefile* %exclude %{local_py_sitedir}/gi/pygtkcompat.py %files -n libpyglib-gi-python +%manifest %{name}.manifest %defattr(-, root, root) %{_libdir}/libpyglib-gi-2.0-python%{local_py_suffix}.so.0* %files cairo +%manifest %{name}.manifest %defattr(-,root,root) %{local_py_sitedir}/gi/_gi_cairo.so %files pygtkcompat +%manifest %{name}.manifest %defattr(-,root,root) #%{local_py_sitedir}/gi/pygtkcompat.py %{local_py_sitedir}/pygtkcompat %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/pygobject-3.0/ %{_libdir}/*.so