]> git.pld-linux.org Git - packages/blueman.git/blame - blueman.spec
- Requires(post,postun): gtk-update-icon-cache
[packages/blueman.git] / blueman.spec
CommitLineData
7e0fad4e 1%define rev 106
5cc4ce65
MWP
2Summary: Blueman - bluetooth management utility for GNOME
3Name: blueman
c6c66b9e 4Version: 1.21
f0242065 5Release: 6
3c7b0773 6License: GPL
5cc4ce65 7Group: Applications
fb1a0cdd 8Source0: http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
c6c66b9e 9# Source0-md5: 26b70341b3d3da28da62c917c8b20377
5cc4ce65
MWP
10URL: http://blueman.tuxfamily.org/
11BuildRequires: bluez-libs-devel
e84511d9 12BuildRequires: gettext-devel
5cc4ce65 13BuildRequires: gnome-bluetooth-devel
e84511d9 14BuildRequires: intltool
44d265e7 15BuildRequires: pkgconfig
5cc4ce65 16BuildRequires: python-Pyrex
fb1a0cdd 17BuildRequires: python-dbus-devel
5cc4ce65
MWP
18BuildRequires: python-devel >= 2.5
19BuildRequires: python-distutils-extra
3d942288 20BuildRequires: python-pynotify-devel
5cc4ce65 21BuildRequires: rpm-pythonprov
c6c66b9e 22BuildRequires: startup-notification-devel
f0242065
AF
23Requires(post,postun): gtk-update-icon-cache
24Requires(post,postun): hicolor-icon-theme
1d6da7c9
MWP
25Requires: bluez-libs >= 4.25
26Requires: bluez-utils >= 4.25
5cc4ce65 27Requires: gtk+2 >= 2.12
11ad311c
TP
28%pyrequires_eq python = %py_ver
29Requires: python-bluetooth
30Requires: python-dbus
31Requires: python-pygtk-gtk
32Requires: python-pynotify
5cc4ce65
MWP
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
fb1a0cdd 57%setup -q
5cc4ce65
MWP
58
59%build
fb1a0cdd 60%configure
c6c66b9e 61# enable default path for fdi installation
62sed -i -e s/#hal_fdi/hal_fdi/g data/configs/Makefile
fb1a0cdd
MWP
63#--with-dhcp-config=PATH
64%{__make}
5cc4ce65
MWP
65
66%install
67rm -rf $RPM_BUILD_ROOT
68
fb1a0cdd 69%{__make} install \
11ad311c 70 DESTDIR=$RPM_BUILD_ROOT
5cc4ce65
MWP
71
72%find_lang %{name} --with-gnome
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
8235d8ec 77%post
78%update_icon_cache hicolor
79
80%postun
81%update_icon_cache hicolor
82
5cc4ce65
MWP
83%files -f %{name}.lang
84%defattr(644,root,root,755)
85%doc README
fb1a0cdd
MWP
86%config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/org.blueman.Mechanism.conf
87%attr(755,root,root) %{_libdir}/%{name}-mechanism
5cc4ce65
MWP
88%attr(755,root,root) %{_bindir}/*
89%{_datadir}/%{name}
90%{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
7e0fad4e 91%{_iconsdir}/hicolor/scalable/*/*.svg
5cc4ce65 92%{_iconsdir}/hicolor/*/apps/*.png
c6c66b9e 93%{_datadir}/polkit-1/actions/org.blueman.policy
fb1a0cdd
MWP
94%{_desktopdir}/blueman-manager.desktop
95%{py_sitedir}/*.so
96%{py_sitedir}/*.a
97%{py_sitedir}/*.la
98%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/autostart/blueman.desktop
99%{_mandir}/man1/*.1*
100%{_datadir}/dbus-1/services/blueman-applet.service
101%{_datadir}/hal/fdi/information/20thirdparty/11-blueman-bnep.fdi
102%{py_sitescriptdir}/%{name}
This page took 0.052429 seconds and 4 git commands to generate.