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