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