X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fstc-manager.spec;h=b8ab1cfe7eddcbd050d9f56c12de112bc3e9f360;hb=92ec23e2859301f534ee2099a6cbbe7686eae69f;hp=65d6175820f232351217812c3baf282769f9a303;hpb=1793fa4cbbdb014706bdbdc58e84c400c5f52a2b;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git diff --git a/packaging/stc-manager.spec b/packaging/stc-manager.spec index 65d6175..b8ab1cf 100644 --- a/packaging/stc-manager.spec +++ b/packaging/stc-manager.spec @@ -1,6 +1,6 @@ Name: stc-manager Summary: STC(Smart Traffic Control) manager -Version: 0.0.59 +Version: 0.0.78 Release: 0 Group: Network & Connectivity/Other License: Apache-2.0 @@ -57,15 +57,20 @@ Summary: STC manager exception proc file system plugin %description plugin-procfs A smart traffic control manager extension for proc file system plugin +%package plugin-tether +Summary: Tethering plugin for data usage of tethering clients + +%description plugin-tether +A smart traffic control manager extension for tethering client data usage plugin + %prep %setup -q chmod 644 %{SOURCE0} %build -export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE -D_GNU_SOURCE" -export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE -D_GNU_SOURCE" -export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" +export CFLAGS="$CFLAGS -D_GNU_SOURCE" +export CXXFLAGS="$CXXFLAGS -D_GNU_SOURCE" %cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DBIN_DIR=%{_bindir} \ @@ -117,7 +122,7 @@ cp resources/dbus/stc-manager.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/st %attr(644,root,root) %{_libdir}/systemd/system/stc-manager.service %attr(644,root,root) %{_libdir}/systemd/system/multi-user.target.wants/stc-manager.service -%attr(755,root,root) /%{_localstatedir}/lib/stc +%attr(755,network_fw,network_fw) /%{_localstatedir}/lib/stc %attr(600,root,root) /%{_localstatedir}/lib/stc/exceptions #DBus DAC @@ -144,3 +149,7 @@ cp resources/dbus/stc-manager.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/st %files plugin-procfs %manifest %{name}.manifest %attr(500,root,root) %{_libdir}/stc-plugin-procfs.so + +%files plugin-tether +%manifest %{name}.manifest +%attr(500,root,root) %{_libdir}/stc-plugin-tether.so