Name: capi-network-tethering Summary: Tethering Framework Version: 1.0.56 Release: 1 Group: System/Network License: Apache-2.0 Source0: %{name}-%{version}.tar.gz BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(capi-base-common) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(key-manager) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(capi-system-info) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: cmake Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description Tethering framework library for CAPI %package devel Summary: Development package for Tethering framework library Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Development package for Tethering framework library %package tool Summary: Test application for Tethering %description tool Test application for Tethering %prep %setup -q %build export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE" export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE" export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" %cmake . make %{?_smp_mflags} %install %make_install %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %manifest capi-network-tethering.manifest %defattr(-,root,root,-) %{_libdir}/*.so.* %license LICENSE %files devel %defattr(-,root,root,-) %{_includedir}/network/*.h %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so %license LICENSE %files tool %{_bindir}/tethering_test