]> git.pld-linux.org Git - packages/blueman.git/blob - blueman.spec
ca830856b638ed2b6bd08884a03d02a4e703aea6
[packages/blueman.git] / blueman.spec
1 Summary:        Blueman - bluetooth management utility for GNOME
2 Name:           blueman
3 Version:        2.0
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Source0:        https://github.com/blueman-project/blueman/releases/download/%{version}/%{name}-%{version}.tar.xz
8 # Source0-md5:  d95270145475ce41a33bf7390afe3428
9 URL:            https://github.com/blueman-project/blueman
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  bluez-libs-devel >= 4.61
13 BuildRequires:  gettext-tools
14 BuildRequires:  glib2-devel >= 2.32
15 BuildRequires:  gnome-bluetooth-devel
16 BuildRequires:  intltool >= 0.35.0
17 BuildRequires:  librsvg
18 BuildRequires:  perl >= 5.8.1
19 BuildRequires:  pkgconfig >= 0.9.0
20 BuildRequires:  python-Cython
21 BuildRequires:  python-dbus-devel
22 BuildRequires:  python-devel >= 2.7
23 BuildRequires:  python-pygobject3-common-devel
24 BuildRequires:  python-pynotify-devel
25 BuildRequires:  rpm-pythonprov
26 BuildRequires:  startup-notification-devel >= 0.9
27 Requires(post,postun):  gtk-update-icon-cache
28 Requires(post,postun):  hicolor-icon-theme
29 Requires:       bluez-libs >= 4.25
30 Requires:       bluez-utils >= 4.25
31 Requires:       gtk+3-devel >= 3.12
32 Requires:       python >= %py_ver
33 Requires:       python-appindicator-gtk2
34 Requires:       python-bluetooth
35 Requires:       python-dbus
36 Requires:       python-pygtk-gtk
37 Requires:       python-pynotify
38 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40 %description
41 Blueman is a GTK+ bluetooth management utility for GNOME using bluez
42 dbus backend. The aim is to create a full featured graphical bluetooth
43 manager for Linux.
44
45 Features:
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 %package thunar
62 Summary:        Blueman plugin for Thunar
63 Summary(pl.UTF-8):      Wtyczka Blueman-a dla Thunar-a
64 Group:          X11/Applications
65
66 %description thunar
67 Blueman plugin for Thunar.
68
69 %description thunar -l pl.UTF-8
70 Wtyczka Blueman-a dla Thunar-a.
71
72 %prep
73 %setup -q
74
75 %build
76 export NOCONFIGURE='yes' && ./autogen.sh \
77         --enable-xfce-settings=yes \
78         --no-configure
79 %configure \
80         --disable-schemas-compile \
81
82
83 %{__make}
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87
88 %{__make} install \
89         DESTDIR=$RPM_BUILD_ROOT
90
91
92 %find_lang %{name} --with-gnome
93
94 %clean
95 rm -rf $RPM_BUILD_ROOT
96
97 %post
98 %update_icon_cache hicolor
99 libtool --finish %{py_sitedir}
100 glib-compile-schemas %{_datadir}/glib-2.0/schemas
101
102 %postun
103 %update_icon_cache hicolor
104 glib-compile-schemas %{_datadir}/glib-2.0/schemas
105
106 %files -f %{name}.lang
107 %defattr(644,root,root,755)
108 %doc README.md CHANGELOG.md COPYING FAQ
109 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/org.blueman.Mechanism.conf
110 %attr(755,root,root) %{_libdir}/%{name}-mechanism
111 %attr(755,root,root) %{_bindir}/*
112 %{_datadir}/%{name}
113 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
114 %{_iconsdir}/hicolor/scalable/*/*.svg
115 %{_iconsdir}/hicolor/*/*/*.png
116 %{_libdir}/blueman-rfcomm-watcher
117 %{_datadir}/glib-2.0/schemas/org.blueman.gschema.xml
118 %{_desktopdir}/blueman-manager.desktop
119 %{py_sitedir}/*.so
120 %{py_sitedir}/*.a
121 %{py_sitedir}/*.la
122 %{_desktopdir}/blueman-adapters.desktop
123 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/autostart/blueman.desktop
124 %{_mandir}/man1/*.1*
125 %{_datadir}/dbus-1/services/org.blueman.Applet.service
126 %{py_sitescriptdir}/%{name}
127 %dir %{_pixmapsdir}/blueman
128 %{_pixmapsdir}/blueman/blueman-*.png
129 %dir %{_docdir}/blueman
130 %{_docdir}/blueman/*
131
132 %files thunar
133 %defattr(644,root,root,755)
134 %{_datadir}/Thunar/sendto/thunar-sendto-blueman.desktop
This page took 0.024291 seconds and 2 git commands to generate.