]> git.pld-linux.org Git - packages/blueman.git/blame_incremental - blueman.spec
- added missing Rs
[packages/blueman.git] / blueman.spec
... / ...
CommitLineData
1%define rev 106
2Summary: Blueman - bluetooth management utility for GNOME
3Name: blueman
4Version: 1.02
5Release: 1
6License: GPL
7Group: Applications
8Source0: http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
9# Source0-md5: 7f66f569a716f8c6fce9360176166eac
10URL: http://blueman.tuxfamily.org/
11BuildRequires: bluez-libs-devel
12BuildRequires: gettext-devel
13BuildRequires: gnome-bluetooth-devel
14BuildRequires: intltool
15BuildRequires: python-Pyrex
16BuildRequires: python-dbus-devel
17BuildRequires: python-devel >= 2.5
18BuildRequires: python-distutils-extra
19BuildRequires: python-pynotify
20BuildRequires: rpm-pythonprov
21Requires: bluez-libs >= 4.25
22Requires: bluez-utils >= 4.25
23Requires: gtk+2 >= 2.12
24%pyrequires_eq python = %py_ver
25Requires: python-bluetooth
26Requires: python-dbus
27Requires: python-pygtk-gtk
28Requires: python-pynotify
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32Blueman is a GTK+ bluetooth management utility for GNOME using bluez
33dbus backend. The aim is to create a full featured graphical bluetooth
34manager for Linux.
35
36Features:
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
61rm -rf $RPM_BUILD_ROOT
62
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
66%find_lang %{name} --with-gnome
67
68%clean
69rm -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.063063 seconds and 4 git commands to generate.