Change-Id: I473a6b2349d5b16caaa5c35bad273ecb877745e9
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
--- /dev/null
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
Group: TO_BE/FILLED_IN
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
+Source1001: packaging/capi-media-player.manifest
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(mm-player)
%build
+cp %{SOURCE1001} .
FULLVER=%{version}
MAJORVER=`echo ${FULLVER} | cut -d '.' -f 1`
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=${FULLVER} -DMAJORVER=${MAJORVER}
%files
+%manifest capi-media-player.manifest
%{_libdir}/libcapi-media-player.so*
%files devel
+%manifest capi-media-player.manifest
%{_includedir}/media/*.h
%{_libdir}/pkgconfig/*.pc