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