resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:04:00 +0000 (20:04 +0300)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 23:35:44 +0000 (08:35 +0900)
packaging/libxkbcommon.manifest [new file with mode: 0644]
packaging/libxkbcommon.spec

diff --git a/packaging/libxkbcommon.manifest b/packaging/libxkbcommon.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index de0a465..0f2c9a2 100644 (file)
@@ -9,6 +9,7 @@ Group:          Development/Libraries
 #Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libxkbcommon
 #Git-Web:      http://cgit.freedesktop.org/xorg/lib/libxkbcommon/
 Source:         %{name}-%{version}.tar.xz
+Source1001:    libxkbcommon.manifest
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
 BuildRequires:  bison
@@ -35,6 +36,7 @@ in %{name}.
 
 %prep
 %setup -qn %{name}
+cp %{SOURCE1001} .
 
 %build
 %autogen
@@ -49,11 +51,13 @@ make %{?_smp_mflags} V=1;
 %postun  -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_libdir}/libxkbcommon.so.0*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_includedir}/xkbcommon
 %{_libdir}/libxkbcommon.so