]> git.pld-linux.org Git - packages/gbtsco.git/blob - gbtsco.spec
- add patch
[packages/gbtsco.git] / gbtsco.spec
1 #TODO
2 #- gbtsco.desktop file - gksudo gbtsco
3 Summary:        gbtsco - Manager that help connection with bluetooth headset
4 Summary(pl.UTF-8):      gkbtsco - Menager pomagający podłączyć zestaw słuchawkowy Bluetooth
5 Name:           gbtsco
6 Version:        0.2
7 Release:        0.2
8 License:        GPL
9 Group:          X11/Applications
10 Source0:        http://www.stgraber.org/download/projects/gbtsco/%{name}-%{version}.tar.gz
11 # Source0-md5:  6b802f4e1142cecbb7a0eec0419d99b1
12 Patch0:         %{name}-path_to_glade.patch
13 URL:            http://www.stgraber.org/category/gbtsco/
14 BuildRequires:  rpmbuild(macros) >= 1.197
15 %pyrequires_eq  python
16 Requires:       bluez-hcidump
17 Requires:       bluez-utils
18 Requires:       btsco
19 Requires:       python-pybluez
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 daemon sdpd, hcid and rfcomm and scan MAC address to use with
26 BTSCO in order to select headphone as sound device.
27
28 %description -l pl.UTF-8
29 kbtsco to menager 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 aby używać ich 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},%{_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
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_bindir}/%{name}
52 %dir %{_datadir}/%{name}/
53 %attr(755,root,root) %{_datadir}/%{name}/%{name}.glade
54 %{_mandir}/man1/%{name}.1*
This page took 0.058595 seconds and 4 git commands to generate.