Add manifest for security domain policy 61/45261/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150804.235319 accepted/tizen/tv/20150804.235332 accepted/tizen/wearable/20150804.235347 submit/tizen/20150804.113748 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 4 Aug 2015 08:03:30 +0000 (17:03 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 4 Aug 2015 08:03:30 +0000 (17:03 +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 8c70b8590869b690b8605df0dfe023d3df4a9340..b1922005e85de481548173459ecd3da4ceda5db3 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