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