X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fwgt-backend.spec;h=71b7e9dc9845adc44543036d21a6d1d3a95fec6f;hb=463b9e4e09a0b88688b49ff1eccf00baee47b48a;hp=dbc504c1b0492e104dbf7d559a66f32ace938564;hpb=68d753ed147c7c6d08e5b2be24363036e6dbef09;p=platform%2Fcore%2Fappfw%2Fwgt-backend.git diff --git a/packaging/wgt-backend.spec b/packaging/wgt-backend.spec index dbc504c..71b7e9d 100644 --- a/packaging/wgt-backend.spec +++ b/packaging/wgt-backend.spec @@ -1,6 +1,6 @@ Name: wgt-backend Summary: Application installer backend for WGT -Version: 0.1 +Version: 0.12.12 Release: 1 Group: Application Framework/Package Management License: Apache-2.0 @@ -12,12 +12,16 @@ Source1001: wgt-backend-tests.manifest BuildRequires: boost-devel BuildRequires: cmake BuildRequires: gtest-devel +BuildRequires: app-installers-tests BuildRequires: pkgconfig(app-installers) BuildRequires: pkgconfig(manifest-parser) BuildRequires: pkgconfig(wgt-manifest-handlers) BuildRequires: pkgconfig(pkgmgr-installer) +BuildRequires: pkgconfig(pkgmgr-types) BuildRequires: pkgconfig(libwebappenc) BuildRequires: pkgconfig(tpk-installer) +BuildRequires: pkgconfig(vconf) +BuildRequires: pkgconfig(libgum) %description This is a package that installs the WGT backend of pkgmgr. @@ -36,12 +40,7 @@ cp %{SOURCE1000} . cp %{SOURCE1001} . %build -#Variable for setting symlink to runtime -runtime_path=%{_bindir}/xwalk-launcher -%if "%{profile}" == "mobile" || "%{profile}" == "wearable" || "%{profile}" == "tv" -runtime_path=%{_bindir}/wrt -%endif -%cmake . -DCMAKE_BUILD_TYPE=%{?build_type:%build_type} -DWRT_LAUNCHER=${runtime_path} +%cmake . -DCMAKE_BUILD_TYPE=%{?build_type:%build_type} make %{?_smp_mflags} %install @@ -57,6 +56,7 @@ ln -s %{_bindir}/wgt-backend %{buildroot}%{_sysconfdir}/package-manager/backend/ %manifest wgt-backend.manifest %license LICENSE %{_sysconfdir}/package-manager/backend/wgt +%{_sysconfdir}/package-manager/backendlib/libwgt.so %{_bindir}/wgt-backend %{_datadir}/wgt-backend/default.png