From 797d9326579213ddc1ee7c7562659ec73da0ab5b Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 20:58:59 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/atk.manifest | 5 +++++ packaging/atk.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/atk.manifest 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 -- 2.7.4