X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcapi-network-connection.spec;h=b5f9f6e9551c933f886ea156d434bcc2b367a252;hb=143f9e94e013c8759e70c67cc167f5129fe8ad51;hp=e7fee35d3fd13476070065251a6c10a0c836bbca;hpb=15b4a48d6024a228c1e9a5ebc54e6d682267a706;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/packaging/capi-network-connection.spec b/packaging/capi-network-connection.spec index e7fee35..b5f9f6e 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.87 +Version: 1.0.106 Release: 1 Group: System/Network License: Apache-2.0 @@ -31,24 +31,13 @@ Network Connection library in Tizen C API (Development) %build -export CFLAGS+=' -Wno-unused-local-typedefs -fprofile-arcs -ftest-coverage' +export CFLAGS+=' -Wno-unused-local-typedefs' MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` cmake -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} \ -DLIB_PATH=%{_lib} \ %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