]> git.pld-linux.org Git - packages/bluez-gnome.git/blob - bluez-gnome.spec
- tabs in preamble
[packages/bluez-gnome.git] / bluez-gnome.spec
1 Summary:        Bluetooth PIN manager for GNOME
2 Summary(pl.UTF-8):      Zarządca kodów PIN Bluetootha dla GNOME
3 Name:           bluez-gnome
4 Version:        0.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 #Source0Download: http://www.bluez.org/download.html
9 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
10 # Source0-md5:  54334e3d7af70846eb4916191e46081c
11 Patch0:         %{name}-as-needed.patch
12 URL:            http://www.bluez.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  dbus-glib-devel >= 0.60
16 BuildRequires:  gtk+2-devel >= 2:2.10.0
17 BuildRequires:  pkgconfig
18 Requires:       dbus-glib >= 0.60
19 Requires:       gtk+2 >= 2:2.10.0
20 Obsoletes:      bluez-pin
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This is a very simple program which takes care of the PIN numbers used
25 to pair Bluetooth devices. When a PIN is required for either an
26 incoming or outgoing connection, it pops up a window to allow the code
27 to be entered. PINs can optionally be saved in a persistent database,
28 for use with dumb devices that are unable to remember pairing
29 information across sessions.
30
31 %description -l pl.UTF-8
32 Bardzo prosty program pilnujący numerów PIN używanych do parowania
33 urządzeń Bluetooth. Kiedy wymagany jest PIN dla przychodzącego lub
34 wychodzącego połączenia, pokazuje okienko umożliwiające wprowadzenie
35 kodu. PIN-y opcjonalnie mogą być przechowywane w bazie danych do
36 używania z prymitywnymi urządzeniami nie potrafiącymi zapamiętać
37 informacji o parowaniu między sesjami.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44 %{__aclocal}
45 %{__automake}
46 %{__autoconf}
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55         autostartdir=%{_datadir}/gnome/autostart
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README
63 %attr(755,root,root) %{_bindir}/bluetooth-applet
64 %attr(755,root,root) %{_bindir}/bluetooth-properties
65 %{_datadir}/gnome/autostart/bluetooth-applet.desktop
66 %{_desktopdir}/bluetooth-properties.desktop
This page took 0.035252 seconds and 4 git commands to generate.