From: Alexandru Cornea Date: Fri, 28 Jun 2013 17:58:59 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170105.024000~2^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=797d9326579213ddc1ee7c7562659ec73da0ab5b;p=platform%2Fupstream%2Fatk.git resetting manifest requested domain to floor --- diff --git a/packaging/atk.manifest b/packaging/atk.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/atk.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/atk.spec b/packaging/atk.spec index 8ad40c6..27f74d2 100644 --- a/packaging/atk.spec +++ b/packaging/atk.spec @@ -9,6 +9,7 @@ Url: http://www.gtk.org/ Group: System/Libraries Source: http://download.gnome.org/sources/atk/2.8/%{name}-%{version}.tar.xz Source98: baselibs.conf +Source1001: atk.manifest BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: glib2-devel >= 2.35.2 @@ -59,6 +60,7 @@ to develop applications that require these. %prep %setup -q +cp %{SOURCE1001} . %build %configure \ @@ -74,6 +76,7 @@ make %{?_smp_mflags} %postun -n libatk -p /sbin/ldconfig %files -n libatk +%manifest %{name}.manifest %defattr(-, root, root) %license COPYING %{_libdir}/lib*.so.* @@ -81,11 +84,13 @@ make %{?_smp_mflags} %if %{with introspection} %files -n typelib-Atk +%manifest %{name}.manifest %defattr(-, root, root) %{_libdir}/girepository-1.0/Atk-1.0.typelib %endif %files devel +%manifest %{name}.manifest %defattr(-, root, root) %{_includedir}/atk-1.0 %{_libdir}/lib*.so