]> git.pld-linux.org Git - packages/gbtsco.git/blob - gbtsco.spec
- R: python-bluetooth instead of python-pybluez
[packages/gbtsco.git] / gbtsco.spec
1 Summary:        gbtsco - Manager that help connection with bluetooth headset
2 Summary(pl.UTF-8):      gbtsco - Zarządca pomagający podłączyć zestaw słuchawkowy Bluetooth
3 Name:           gbtsco
4 Version:        0.2
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.stgraber.org/download/projects/gbtsco/%{name}-%{version}.tar.gz
9 # Source0-md5:  6b802f4e1142cecbb7a0eec0419d99b1
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-path_to_glade.patch
12 URL:            http://www.stgraber.org/category/gbtsco/
13 BuildRequires:  rpmbuild(macros) >= 1.197
14 %pyrequires_eq  python
15 Requires:       bluez-hcidump
16 Requires:       bluez-utils
17 Requires:       btsco
18 Requires:       gksu
19 Requires:       python-bluetooth
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 gbtsco is a manager that help connection with bluetooth headset to use
24 with XMMS, audacity or skype. The features of this GUI included the
25 starting sdpd, hcid and rfcomm daemons and scan MAC address to use
26 with BTSCO in order to select headphone as sound device.
27
28 %description -l pl.UTF-8
29 gbtsco to zarządca pomagający przy podłączaniu zestawu słuchawkowego
30 Bluetooth do używania z XMMS-em, audacity czy skypem. Możliwości
31 interfejsu graficznego obejmują: uruchomienie demona sdpd, hcid i
32 rfcomm oraz skanowanie adresów MAC do użycia z BTSCO w celu wyboru
33 zestawu słuchawkowego jako urządzenia dźwiękowego.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_desktopdir},%{_bindir},%{_mandir}/man1}
42 install %{name} $RPM_BUILD_ROOT%{_bindir}
43 install %{name}.glade $RPM_BUILD_ROOT%{_datadir}/%{name}
44 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
45 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/%{name}
53 %dir %{_datadir}/%{name}
54 %{_datadir}/%{name}/%{name}.glade
55 %{_mandir}/man1/%{name}.1*
56 %{_desktopdir}/%{name}.desktop
This page took 0.196606 seconds and 4 git commands to generate.