]> git.pld-linux.org Git - packages/bitlbee.git/commitdiff
split skyped to separate package
authorElan Ruusamäe <glen@delfi.ee>
Mon, 20 Aug 2012 10:45:48 +0000 (13:45 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 20 Aug 2012 10:45:48 +0000 (13:45 +0300)
skyped can be useful without bitlbee and it does not need to be ran on
same machine where bitblee

bitlbee.spec

index 1555ca789ab22476a2e18aadd21a7b8988fe2022..81f8ca6ce30f70fd22c90df12edef75d0ee96d6f 100644 (file)
@@ -9,7 +9,7 @@ Summary:        An IRC to other chat networks gateway
 Summary(pl.UTF-8):     Bramka pomiędzy IRC-em i innymi sieciami komunikacyjnymi
 Name:          bitlbee
 Version:       3.0.5
-Release:       1
+Release:       2
 License:       GPL v2+ and MIT
 Group:         Daemons
 Source0:       http://get.bitlbee.org/src/%{name}-%{version}.tar.gz
@@ -71,11 +71,24 @@ completely stable and not 100% foolproof so use at your own risk.
 Summary:       Skype protocol support for bitlbee
 Group:         Daemons
 Requires:      %{name} = %{version}-%{release}
-Requires:      python-skype
+Suggests:      skyped
 
 %description protocol-skype
 Skype protocol support for bitlbee.
 
+%package -n skyped
+Summary:       Remote control of the Skype GUI client
+Group:         Daemons
+Requires:      python-skype
+
+%description -n skyped
+Skype supports remote control of the GUI client only via X11 or DBus
+messages. This is hard in care you want remote control. This daemon
+listens on a TCP port and runs on the same machine where the GUI
+client runs. It passes all the input it gets to Skype directly, except
+for a few commands which is related to authentication. The whole
+communication is done via SSL.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -170,10 +183,14 @@ fi
 
 %files protocol-skype
 %defattr(644,root,root,755)
-%doc protocols/skype/{HACKING,NEWS,README,skyped.txt}
-%dir %attr(750,root,bitlbee) %{_sysconfdir}/skyped
-%attr(640,root,bitlbee) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/skyped/skyped.cnf
-%attr(640,root,bitlbee) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/skyped/skyped.conf
+%doc protocols/skype/{HACKING,NEWS,README}
 %attr(755,root,root) %{_libdir}/%{name}/skype.so
+
+%files -n skyped
+%defattr(644,root,root,755)
+%doc protocols/skype/{skyped.txt,client.sh}
+%dir %{_sysconfdir}/skyped
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/skyped/skyped.cnf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/skyped/skyped.conf
 %attr(755,root,root) %{_sbindir}/skyped
 %{_mandir}/man1/skyped.1*
This page took 0.07449 seconds and 4 git commands to generate.