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