Add manifest for security domain policy
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 4 Aug 2015 08:03:30 +0000 (17:03 +0900)
committerduna.oh <duna.oh@samsung.com>
Fri, 27 Jan 2023 04:59:39 +0000 (13:59 +0900)
Change-Id: I70e41f3e4ad12035ff513fc2a322bedbaf87dd49

packaging/libinput.manifest [new file with mode: 0644]
packaging/libinput.spec

diff --git a/packaging/libinput.manifest b/packaging/libinput.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 8c70b85..b192200 100755 (executable)
@@ -8,6 +8,7 @@ Summary:        Input devices for display servers and other applications
 Url:            http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
 Group:          System/Libraries
 Source:         %{name}-%{version}.tar.gz
+Source1001:            %name.manifest
 #X-Vcs-Url:      git://anongit.freedesktop.org/wayland/libinput
 
 BuildRequires:  make
@@ -45,6 +46,7 @@ functionality that users expect.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %autogen --with-udev-dir=%{udev_dir}
 
@@ -60,12 +62,14 @@ functionality that users expect.
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 %{udev_dir}/%{name}*
 %{udev_dir}/rules.d/*%{name}*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so