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