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