]> git.pld-linux.org Git - packages/bluez-gnome.git/blob - bluez-gnome.spec
- 1.3
[packages/bluez-gnome.git] / bluez-gnome.spec
1 # TODO locale file
2 Summary:        Bluetooth PIN manager for GNOME
3 Summary(pl.UTF-8):      Zarządca kodów PIN Bluetootha dla GNOME
4 Name:           bluez-gnome
5 Version:        1.3
6 Release:        1
7 License:        GPL v2+
8 Group:          X11/Applications
9 #Source0Download: http://www.bluez.org/download.html
10 Source0:        http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
11 # Source0-md5:  dc824a04adcef5ee6567beb660cf5bcc
12 Patch0:         %{name}-desktop.patch
13 URL:            http://www.bluez.org/
14 BuildRequires:  GConf2-devel >= 2.6
15 BuildRequires:  autoconf >= 2.50
16 BuildRequires:  automake
17 BuildRequires:  dbus-glib-devel >= 0.60
18 BuildRequires:  gettext-devel
19 BuildRequires:  gtk+2-devel >= 2:2.10.0
20 BuildRequires:  hal-devel >= 0.5.8
21 BuildRequires:  libnotify-devel >= 0.3.2
22 BuildRequires:  pkgconfig
23 BuildRequires:  rpmbuild(macros) >= 1.311
24 Requires(post,preun):   GConf2 >= 2.6
25 Requires(post,postun):  hicolor-icon-theme
26 Requires(post,postun):  shared-mime-info
27 Requires:       dbus-glib >= 0.60
28 Requires:       gtk+2 >= 2:2.10.0
29 Requires:       obex-data-server >= 0.3
30 Suggests:       gnome-vfs-obexftp
31 Obsoletes:      bluez-pin
32 Obsoletes:      gnome-bluetooth
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 This is a very simple program which takes care of the PIN numbers used
37 to pair Bluetooth devices. When a PIN is required for either an
38 incoming or outgoing connection, it pops up a window to allow the code
39 to be entered. PINs can optionally be saved in a persistent database,
40 for use with dumb devices that are unable to remember pairing
41 information across sessions.
42
43 %description -l pl.UTF-8
44 Bardzo prosty program pilnujący numerów PIN używanych do parowania
45 urządzeń Bluetooth. Kiedy wymagany jest PIN dla przychodzącego lub
46 wychodzącego połączenia, pokazuje okienko umożliwiające wprowadzenie
47 kodu. PIN-y opcjonalnie mogą być przechowywane w bazie danych do
48 używania z prymitywnymi urządzeniami nie potrafiącymi zapamiętać
49 informacji o parowaniu między sesjami.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54
55 %build
56 %{__intltoolize}
57 %{__aclocal}
58 %{__automake}
59 %{__autoheader}
60 %{__autoconf}
61 %configure \
62         --disable-desktop-update \
63         --disable-mime-update
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT \
71         autostartdir=%{_sysconfdir}/xdg/autostart
72
73 # error: bluez-gnome-0.28-1: req /usr/share/locale/mus/LC_MESSAGES not found
74 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/mus/LC_MESSAGES
75
76 %find_lang bluetooth-manager
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post
82 %gconf_schema_install bluetooth-manager.schemas
83 %update_mime_database
84 %update_icon_cache hicolor
85
86 %preun
87 %gconf_schema_uninstall bluetooth-manager.schemas
88
89 %postun
90 %update_mime_database
91 %update_icon_cache hicolor
92
93 %files -f bluetooth-manager.lang
94 %defattr(644,root,root,755)
95 %doc AUTHORS ChangeLog README
96 %attr(755,root,root) %{_bindir}/bluetooth-analyzer
97 %attr(755,root,root) %{_bindir}/bluetooth-applet
98 %attr(755,root,root) %{_bindir}/bluetooth-properties
99 %attr(755,root,root) %{_bindir}/bluetooth-sendto
100 %attr(755,root,root) %{_bindir}/bluetooth-wizard
101 %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
102 %{_desktopdir}/bluetooth-properties.desktop
103 %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas
104 %{_mandir}/man1/bluetooth-analyzer.1*
105 %{_mandir}/man1/bluetooth-applet.1*
106 %{_mandir}/man1/bluetooth-properties.1*
107 %{_mandir}/man1/bluetooth-sendto.1*
108 %{_mandir}/man1/bluetooth-wizard.1*
109 %{_desktopdir}/bluetooth-analyzer.desktop
110 %{_datadir}/mime/packages/*.xml
111 %{_iconsdir}/hicolor/*/apps/bluetooth.png
112 %{_iconsdir}/hicolor/*/apps/bluetooth.svg
This page took 0.07335 seconds and 4 git commands to generate.