X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcapi-network-connection.spec;h=09df9ab17ecd9d52eeccd96bd1b9bac9478c1160;hb=35b325759803fe6bcd0f8d5191054a6270c63909;hp=3c7b235586c7520c233ffb68b14a381e8aa2ff16;hpb=9d8a7c3f55892952fe9272fbd91cf9fd698fdb6b;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/packaging/capi-network-connection.spec b/packaging/capi-network-connection.spec old mode 100644 new mode 100755 index 3c7b235..09df9ab --- 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.73 +Version: 1.0.113 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