From: Mun, Gwan-gyeong Date: Tue, 4 Aug 2015 08:03:30 +0000 (+0900) Subject: Add manifest for security domain policy X-Git-Tag: submit/tizen/20210107.083851~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8450895ffb0407c3460a8904515fcd6b3176a17;p=platform%2Fupstream%2Flibinput.git Add manifest for security domain policy Change-Id: I70e41f3e4ad12035ff513fc2a322bedbaf87dd49 --- diff --git a/packaging/libinput.manifest b/packaging/libinput.manifest new file mode 100644 index 00000000..017d22d3 --- /dev/null +++ b/packaging/libinput.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libinput.spec b/packaging/libinput.spec index 8c70b859..b1922005 100755 --- a/packaging/libinput.spec +++ b/packaging/libinput.spec @@ -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