resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:58:59 +0000 (20:58 +0300)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Wed, 21 Sep 2016 14:15:58 +0000 (16:15 +0200)
packaging/atk.manifest [new file with mode: 0644]
packaging/atk.spec

diff --git a/packaging/atk.manifest b/packaging/atk.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 8ad40c6..27f74d2 100644 (file)
@@ -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