X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fstc-manager.spec;h=e34256ef6f2170cdd0afc7203c01ba131f59f326;hb=382d8f78352424b6767fd7ff43adaa0929266c7f;hp=9f4e7bdcc19660c76b44d1211ad2b2b4d62ab13f;hpb=5f61c806c343f9686e594c09be313a8da90cfa43;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git diff --git a/packaging/stc-manager.spec b/packaging/stc-manager.spec index 9f4e7bd..e34256e 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.81 +Version: 0.0.87 Release: 0 Group: Network & Connectivity/Other License: Apache-2.0 @@ -57,12 +57,31 @@ Summary: STC manager exception proc file system plugin %description plugin-procfs A smart traffic control manager extension for proc file system plugin +%package plugin-pcap +Summary: STC manager exception packet capture plugin +BuildRequires: libpcap-devel + +%description plugin-pcap +A smart traffic control manager extension for packet capture 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 +%package plugin-monitor +Summary: Monitor plugin for data usage of clients + +%description plugin-monitor +A smart traffic control manager extension for monitoring client data usage plugin + +%package plugin-firewall +Summary: Firewall plugin for managing firewall rules + +%description plugin-firewall +A smart traffic control manager extension for firewall plugin + %prep %setup -q chmod 644 %{SOURCE0} @@ -154,6 +173,18 @@ cp resources/dbus/stc-manager.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/st %manifest %{name}.manifest %attr(500,root,root) %{_libdir}/stc-plugin-procfs.so +%files plugin-pcap +%manifest %{name}.manifest +%attr(500,root,root) %{_libdir}/stc-plugin-pcap.so + %files plugin-tether %manifest %{name}.manifest %attr(500,root,root) %{_libdir}/stc-plugin-tether.so + +%files plugin-monitor +%manifest %{name}.manifest +%attr(500,root,root) %{_libdir}/stc-plugin-monitor.so + +%files plugin-firewall +%manifest %{name}.manifest +%attr(500,root,root) %{_libdir}/stc-plugin-firewall.so