From aa6ff73f33915c653eeed2b4e9951bdae6a1eda3 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:50:35 -0700 Subject: [PATCH] Add default Smack manifest for xorg-x11-proto-trapproto.spec Change-Id: I6efbce6c4e61ecf3f39e952513ebcf9ca57807f4 Signed-off-by: Ryan Ware --- packaging/xorg-x11-proto-trapproto.manifest | 5 +++++ packaging/xorg-x11-proto-trapproto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/xorg-x11-proto-trapproto.manifest diff --git a/packaging/xorg-x11-proto-trapproto.manifest b/packaging/xorg-x11-proto-trapproto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xorg-x11-proto-trapproto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xorg-x11-proto-trapproto.spec b/packaging/xorg-x11-proto-trapproto.spec index b3d84a2..4468399 100644 --- a/packaging/xorg-x11-proto-trapproto.spec +++ b/packaging/xorg-x11-proto-trapproto.spec @@ -7,6 +7,7 @@ Group: Development/System License: MIT URL: http://www.x.org Source0: http://xorg.freedesktop.org/releases/individual/proto/trapproto-%{version}.tar.gz +Source1001: packaging/xorg-x11-proto-trapproto.manifest BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xorg-macros) Provides: trapproto @@ -21,6 +22,7 @@ Description: %{summary} %setup -q -n %{name}-%{version} %build +cp %{SOURCE1001} . %reconfigure --disable-static # Call make instruction with smp support @@ -40,6 +42,7 @@ rm -rf %{buildroot} %files +%manifest xorg-x11-proto-trapproto.manifest %defattr(-,root,root,-) %{_libdir}/pkgconfig/trapproto.pc %{_includedir}/X11/extensions/xtrapdi.h -- 2.7.4