]> git.pld-linux.org Git - packages/blueman.git/blob - blueman.spec
87a087365625233adb5f00526bdaf55405c7d3a9
[packages/blueman.git] / blueman.spec
1 # TODO
2 # unpackaged
3 #   /usr/lib/nautilus-sendto/plugins/libnstblueman.a
4 #   /usr/lib/nautilus-sendto/plugins/libnstblueman.la
5 #   /usr/lib/nautilus-sendto/plugins/libnstblueman.so
6 Summary:        Blueman - bluetooth management utility for GNOME
7 Name:           blueman
8 Version:        1.23
9 Release:        2
10 License:        GPL
11 Group:          Applications
12 Source0:        http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
13 # Source0-md5:  f0bee59589f4c23e35bf08c2ef8acaef
14 Patch0:         %{name}-statusicon.patch
15 URL:            http://blueman.tuxfamily.org/
16 BuildRequires:  bluez-libs-devel
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-bluetooth-devel
19 BuildRequires:  intltool
20 BuildRequires:  pkgconfig
21 BuildRequires:  python-Pyrex
22 BuildRequires:  python-dbus-devel
23 BuildRequires:  python-devel >= 2.5
24 BuildRequires:  python-distutils-extra
25 BuildRequires:  python-pynotify-devel
26 BuildRequires:  rpm-pythonprov
27 BuildRequires:  startup-notification-devel
28 Requires(post,postun):  gtk-update-icon-cache
29 Requires(post,postun):  hicolor-icon-theme
30 Requires:       bluez-libs >= 4.25
31 Requires:       bluez-utils >= 4.25
32 Requires:       gtk+2 >= 2.12
33 %pyrequires_eq  python = %py_ver
34 Requires:       python-bluetooth
35 Requires:       python-dbus
36 Requires:       python-pygtk-gtk
37 Requires:       python-pynotify
38 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40 %description
41 Blueman is a GTK+ bluetooth management utility for GNOME using bluez
42 dbus backend. The aim is to create a full featured graphical bluetooth
43 manager for Linux.
44
45 Features:
46
47 - Easy to use interface
48 - Storing Favourite devices
49 - Send files
50 - Browse files on devices
51 - List all seen devices
52 - View Local/Remote Device information
53 - View transfer speeds and link quality
54 - Configure local devices
55 - Manage Pairing (Bonding)
56 - Host/Connect to Personal Area Networks
57 - Bind services to /dev/rfcomm ports, for eg. connecting via gprs
58 - Connect and receive connections from: audio, network, input and
59   serial devices
60
61 %prep
62 %setup -q
63 %patch0 -p1
64
65 %build
66 %configure \
67         --disable-hal
68
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT
76
77 %find_lang %{name} --with-gnome
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %post
83 %update_icon_cache hicolor
84
85 %postun
86 %update_icon_cache hicolor
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %doc README
91 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/org.blueman.Mechanism.conf
92 %attr(755,root,root) %{_libdir}/%{name}-mechanism
93 %attr(755,root,root) %{_bindir}/*
94 %{_datadir}/%{name}
95 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
96 %{_iconsdir}/hicolor/scalable/*/*.svg
97 %{_iconsdir}/hicolor/*/apps/*.png
98 %{_datadir}/polkit-1/actions/org.blueman.policy
99 %{_desktopdir}/blueman-manager.desktop
100 %{py_sitedir}/*.so
101 %{py_sitedir}/*.a
102 %{py_sitedir}/*.la
103 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/autostart/blueman.desktop
104 %{_mandir}/man1/*.1*
105 %{_datadir}/dbus-1/services/blueman-applet.service
106 %{py_sitescriptdir}/%{name}
This page took 0.056067 seconds and 2 git commands to generate.