]> git.pld-linux.org Git - packages/blueman.git/blame_incremental - blueman.spec
- up to 1.02
[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 >= 2.20
22Requires: bluez-utils
23Requires: gtk+2 >= 2.12
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Blueman is a GTK+ bluetooth management utility for GNOME using bluez
28dbus backend. The aim is to create a full featured graphical bluetooth
29manager for Linux.
30
31Features:
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
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
61%find_lang %{name} --with-gnome
62
63%clean
64rm -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.028604 seconds and 4 git commands to generate.