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