From: Alexandru Cornea Date: Fri, 28 Jun 2013 20:48:15 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.220931^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.2014.q4_common;p=platform%2Fupstream%2Fdbus-glib.git resetting manifest requested domain to floor --- diff --git a/packaging/dbus-glib.manifest b/packaging/dbus-glib.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/dbus-glib.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/dbus-glib.spec b/packaging/dbus-glib.spec index 82f5184..c1a7d58 100644 --- a/packaging/dbus-glib.spec +++ b/packaging/dbus-glib.spec @@ -7,6 +7,7 @@ Summary: GLib bindings for D-Bus Url: http://www.freedesktop.org/software/dbus/ Group: System/Libraries Source0: http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-%{version}.tar.gz +Source1001: dbus-glib.manifest BuildRequires: autoconf BuildRequires: expat-devel BuildRequires: gettext-tools @@ -29,6 +30,7 @@ Headers and static libraries for the D-Bus GLib bindings %prep %setup -q +cp %{SOURCE1001} . %build @@ -53,10 +55,12 @@ rm -rf %{buildroot}%{_prefix}/libexec/dbus-bash-completion-helper %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %license COPYING %{_libdir}/*glib*.so.* %files devel +%manifest %{name}.manifest %{_libdir}/lib*.so %{_libdir}/pkgconfig/dbus-glib-1.pc %{_includedir}/dbus-1.0/dbus/*