]> git.pld-linux.org Git - packages/bluez-gnome.git/blob - bluez-gnome.spec
- updated to 0.9
[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.9
5 Release:        1
6 License:        GPL v2+
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:  1a6efed67cb0165e76582d3452b4148a
11 URL:            http://www.bluez.org/
12 BuildRequires:  GConf2-devel >= 2.6
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRequires:  dbus-glib-devel >= 0.60
16 BuildRequires:  gettext-devel
17 BuildRequires:  gtk+2-devel >= 2:2.10.0
18 BuildRequires:  hal-devel >= 0.5.8
19 BuildRequires:  libnotify-devel >= 0.3.2
20 BuildRequires:  pkgconfig
21 Requires(post,preun):   GConf2 >= 2.6
22 Requires:       dbus-glib >= 0.60
23 Requires:       gtk+2 >= 2:2.10.0
24 Obsoletes:      bluez-pin
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This is a very simple program which takes care of the PIN numbers used
29 to pair Bluetooth devices. When a PIN is required for either an
30 incoming or outgoing connection, it pops up a window to allow the code
31 to be entered. PINs can optionally be saved in a persistent database,
32 for use with dumb devices that are unable to remember pairing
33 information across sessions.
34
35 %description -l pl.UTF-8
36 Bardzo prosty program pilnujący numerów PIN używanych do parowania
37 urządzeń Bluetooth. Kiedy wymagany jest PIN dla przychodzącego lub
38 wychodzącego połączenia, pokazuje okienko umożliwiające wprowadzenie
39 kodu. PIN-y opcjonalnie mogą być przechowywane w bazie danych do
40 używania z prymitywnymi urządzeniami nie potrafiącymi zapamiętać
41 informacji o parowaniu między sesjami.
42
43 %prep
44 %setup -q
45
46 %build
47 %{__aclocal}
48 %{__automake}
49 %{__autoheader}
50 %{__autoconf}
51 %configure
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT \
59         autostartdir=%{_datadir}/gnome/autostart
60
61 %find_lang bluetooth-manager
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post
67 %gconf_schema_install bluetooth-manager.schemas
68
69 %preun
70 %gconf_schema_uninstall bluetooth-manager.schemas
71
72 %files -f bluetooth-manager.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog README
75 %attr(755,root,root) %{_bindir}/bluetooth-applet
76 %attr(755,root,root) %{_bindir}/bluetooth-properties
77 %{_datadir}/gnome/autostart/bluetooth-applet.desktop
78 %{_desktopdir}/bluetooth-properties.desktop
79 %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas
80 %{_mandir}/man1/bluetooth-applet.1*
81 %{_mandir}/man1/bluetooth-properties.1*
This page took 0.072312 seconds and 4 git commands to generate.