Add default Smack manifest for openal-soft.spec 1.0_post
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:08 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:08 +0000 (17:50 -0700)
Change-Id: Iedfa921c3c8563d52ecdf8fb28befd9252efd698
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/openal-soft.manifest [new file with mode: 0644]
packaging/openal-soft.spec [changed mode: 0755->0644]

diff --git a/packaging/openal-soft.manifest b/packaging/openal-soft.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
old mode 100755 (executable)
new mode 100644 (file)
index f529274..b5b90e9
@@ -5,6 +5,7 @@ Release:    4
 Group:      Multimedia/openal-soft
 License:    LGPLv2+ 
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/openal-soft.manifest 
 BuildRequires: cmake
 BuildRequires: pkgconfig(avsysaudio)
 BuildRequires: pkgconfig(mm-session)
@@ -32,6 +33,7 @@ OpenAL library software implementation development package
 %setup -q
 
 %build
+cp %{SOURCE1001} .
 
 %ifarch %arm
 export CFLAGS+=" -DARM_ARCH -O3 -ftree-vectorize -ffast-math -fsingle-precision-constant -DUSE_DLOG "
@@ -54,11 +56,13 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest openal-soft.manifest
 %{_libdir}/*.so*
 %{_bindir}/*
 /etc/openal/alsoft.conf
 
 %files devel
+%manifest openal-soft.manifest
 %{_includedir}/*
 %{_libdir}/pkgconfig/*