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