resetting manifest requested domain to floor 47/5247/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_generic tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130710.215354 accepted/tizen/20130912.153309 accepted/tizen/20130912.190935 accepted/tizen/20130912.195204 accepted/tizen/ivi/genivi/20140131.034657 ivi_oct_m2 submit/tizen/20130710.133524 submit/tizen/20130912.080200 submit/tizen/20130912.090507 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.030548 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release 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 tizen_3.0_ivi_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 18:34:19 +0000 (21:34 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 18:34:19 +0000 (21:34 +0300)
packaging/openal-soft.manifest [new file with mode: 0644]
packaging/openal-soft.spec

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>
index 4419633..8af89ad 100644 (file)
@@ -6,6 +6,7 @@ Summary:        A cross-platform 3D audio API
 URL:            http://connect.creativelabs.com/openal/
 Group:          System/Libraries
 Source:         %{name}-%{version}.tar.bz2
+Source1001:    openal-soft.manifest
 BuildRequires:  cmake
 
 %description
@@ -24,6 +25,7 @@ audio applications.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %cmake .
@@ -39,11 +41,13 @@ make %{?_smp_mflags}
 
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %{_bindir}/openal-info
 %{_libdir}/libopenal.so.*
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/AL/*.h
 %{_libdir}/libopenal.so
 %{_libdir}/pkgconfig/openal.pc