X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcapi-location-manager.spec;h=62a9cedf89ab680ef014a686b7c728d97a8484eb;hb=aa713d34a617eaf177b1ef050ac9d9061ab697ed;hp=2c263582c3305d54ba80e8d5b580c5b23657b96b;hpb=75e2fa6e63a2c0cb108403bf5c76e242470933af;p=platform%2Fcore%2Fapi%2Flocation-manager.git diff --git a/packaging/capi-location-manager.spec b/packaging/capi-location-manager.spec index 2c26358..62a9ced 100644 --- a/packaging/capi-location-manager.spec +++ b/packaging/capi-location-manager.spec @@ -1,6 +1,6 @@ Name: capi-location-manager Summary: A Location Manager library in Tizen Native API -Version: 0.7.5 +Version: 0.7.7 Release: 1 Group: Location/API License: Apache-2.0 @@ -41,7 +41,7 @@ export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR=%{_libdir} -DINCLUDEDIR=%{_includedir} \ --DFULLVER=%{version} -DMAJORVER=${MAJORVER} -DTZ_SYS_RO_PACKAGES=%{TZ_SYS_RO_PACKAGES} -DTZ_SYS_RW_APP=%{TZ_SYS_RW_APP} \ +-DFULLVER=%{version} -DMAJORVER=${MAJORVER} -DTZ_SYS_RO_PACKAGES=%{TZ_SYS_RO_PACKAGES} -DTZ_SYS_BIN=%{TZ_SYS_BIN} \ make %{?jobs:-j%jobs} @@ -49,9 +49,6 @@ make %{?jobs:-j%jobs} rm -rf %{buildroot} %make_install -#mkdir -p %{buildroot}/usr/share/license -#cp LICENSE %{buildroot}/usr/share/license/%{name} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -78,6 +75,6 @@ Test application of Location Manager %files test %manifest test/capi-location-manager-test.manifest -%{TZ_SYS_RO_PACKAGES}/capi-location-manager-test.xml -%{TZ_SYS_RW_APP}/test/location/location_test +#%{TZ_SYS_RO_PACKAGES}/capi-location-manager-test.xml +%{_bindir}/location_test %endif