From 5778ceaf1d5c9f8aae3e83ae4d05361d8cf95c33 Mon Sep 17 00:00:00 2001 From: "Mun, Gwan-gyeong" Date: Tue, 4 Aug 2015 17:03:30 +0900 Subject: [PATCH] Add manifest for security domain policy Change-Id: I70e41f3e4ad12035ff513fc2a322bedbaf87dd49 --- packaging/libinput.manifest | 5 +++++ packaging/libinput.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libinput.manifest 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 -- 2.34.1