X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fhaptic-module-tizen.spec;h=d2a6667128826f705f930dfd3a40b5fc9b4757f3;hb=refs%2Fchanges%2F98%2F4398%2F1;hp=24472aee1add1e7aa66a6b87ea2fb409da65debf;hpb=672bf127a4207f6c3becf5fd73b5d4c1c3c576b2;p=platform%2Fcore%2Fsystem%2Fhaptic-module-tizen.git diff --git a/packaging/haptic-module-tizen.spec b/packaging/haptic-module-tizen.spec index 24472ae..d2a6667 100644 --- a/packaging/haptic-module-tizen.spec +++ b/packaging/haptic-module-tizen.spec @@ -2,10 +2,11 @@ Name: haptic-module-tizen Summary: Haptic Module library Version: 0.1.0 -Release: 8 +Release: 9 Group: System/Libraries License: APLv2 Source0: %{name}-%{version}.tar.gz +Source1001: haptic-module-tizen.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) @@ -19,15 +20,16 @@ Requires(postun): /sbin/ldconfig %prep %setup -q +cp %{SOURCE1001} . %build %if 0%{?simulator} -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DSIMULATOR=yes +%cmake . -DSIMULATOR=yes %else %ifarch %{ix86} CFLAGS=`echo %{optflags} |sed 's/\-fexceptions//g'` %endif -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DSIMULATOR=no +%cmake . -DSIMULATOR=no %endif make %{?jobs:-j%jobs} @@ -40,4 +42,5 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %{_libdir}/libhaptic-module.so