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