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