X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcapi-network-connection.spec;h=0e5f6915fba8659276f8807cc8c5283444f9ae9c;hb=0333fa1de75a04fdb244d7f6fd9ade9aa21f8622;hp=3b327e569215b777d7b9326b9e4e1156a34d2632;hpb=9a59c980238ffef31187155d7f18105b330afe86;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/packaging/capi-network-connection.spec b/packaging/capi-network-connection.spec index 3b327e5..0e5f691 100755 --- a/packaging/capi-network-connection.spec +++ b/packaging/capi-network-connection.spec @@ -1,6 +1,6 @@ Name: capi-network-connection Summary: Network Connection library in TIZEN C API -Version: 1.0.92 +Version: 1.0.108 Release: 1 Group: System/Network License: Apache-2.0 @@ -38,17 +38,6 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} \ %if 0%{?model_build_feature_network_dsds} == 1 -DTIZEN_DUALSIM_ENABLE=1 \ %endif -%if "%{profile}" == "wearable" - -DTIZEN_WEARABLE=1 \ -%else -%if "%{profile}" == "mobile" - -DTIZEN_MOBILE=1 \ -%else -%if "%{profile}" == "tv" - -DTIZEN_TV=1 \ -%endif -%endif -%endif . make %{?_smp_mflags} @@ -57,19 +46,14 @@ make %{?_smp_mflags} %install %make_install -#License -mkdir -p %{buildroot}%{_datadir}/license -cp LICENSE %{buildroot}%{_datadir}/license/capi-network-connection - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files %manifest capi-network-connection.manifest %attr(644,-,-) %{_libdir}/libcapi-network-connection.so.* -%{_datadir}/license/capi-network-connection +%license LICENSE %{_bindir}/connection_test %files devel