]> git.pld-linux.org Git - packages/blueman.git/blob - blueman.spec
- package missing files
[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:  intltool >= 0.35.0
16 BuildRequires:  libtool
17 BuildRequires:  pkgconfig >= 0.9.0
18 BuildRequires:  python-Cython
19 BuildRequires:  python-dbus
20 BuildRequires:  python-devel >= 2.7
21 BuildRequires:  python-pygobject3-common-devel
22 BuildRequires:  rpm-pythonprov
23 Requires(post,postun):  gtk-update-icon-cache
24 Requires(post,postun):  hicolor-icon-theme
25 Requires:       bluez-libs >= 4.25
26 Requires:       bluez-utils >= 4.25
27 Requires:       gtk+3-devel >= 3.12
28 Requires:       python >= %py_ver
29 Requires:       python-appindicator-gtk2
30 Requires:       python-bluetooth
31 Requires:       python-dbus
32 Requires:       python-pygtk-gtk
33 Requires:       python-pynotify
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 Blueman is a GTK+ bluetooth management utility for GNOME using bluez
38 dbus backend. The aim is to create a full featured graphical bluetooth
39 manager for Linux.
40
41 Features:
42
43 - Easy to use interface
44 - Storing Favourite devices
45 - Send files
46 - Browse files on devices
47 - List all seen devices
48 - View Local/Remote Device information
49 - View transfer speeds and link quality
50 - Configure local devices
51 - Manage Pairing (Bonding)
52 - Host/Connect to Personal Area Networks
53 - Bind services to /dev/rfcomm ports, for eg. connecting via gprs
54 - Connect and receive connections from: audio, network, input and
55   serial devices
56
57 %package thunar
58 Summary:        Blueman plugin for Thunar
59 Summary(pl.UTF-8):      Wtyczka Blueman-a dla Thunar-a
60 Group:          X11/Applications
61
62 %description thunar
63 Blueman plugin for Thunar.
64
65 %description thunar -l pl.UTF-8
66 Wtyczka Blueman-a dla Thunar-a.
67
68 %prep
69 %setup -q
70
71 %build
72 export NOCONFIGURE='yes' && ./autogen.sh \
73         --enable-xfce-settings=yes \
74         --no-configure
75 %configure \
76         --disable-schemas-compile \
77
78
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
85
86
87 %find_lang %{name} --with-gnome
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %post
93 %update_icon_cache hicolor
94 libtool --finish %{py_sitedir}
95 glib-compile-schemas %{_datadir}/glib-2.0/schemas
96
97 %postun
98 %update_icon_cache hicolor
99 glib-compile-schemas %{_datadir}/glib-2.0/schemas
100
101 %files -f %{name}.lang
102 %defattr(644,root,root,755)
103 %doc README.md CHANGELOG.md COPYING FAQ
104 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/org.blueman.Mechanism.conf
105 %attr(755,root,root) %{_libdir}/%{name}-mechanism
106 %attr(755,root,root) %{_bindir}/*
107 %{_datadir}/%{name}
108 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
109 %{_iconsdir}/hicolor/scalable/*/*.svg
110 %{_iconsdir}/hicolor/*/*/*.png
111 %{_libdir}/blueman-rfcomm-watcher
112 %{_datadir}/glib-2.0/schemas/org.blueman.gschema.xml
113 %{_desktopdir}/blueman-manager.desktop
114 %{py_sitedir}/*.so
115 %{py_sitedir}/*.a
116 %{py_sitedir}/*.la
117 %{_desktopdir}/blueman-adapters.desktop
118 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/autostart/blueman.desktop
119 %{_mandir}/man1/*.1*
120 %{_datadir}/dbus-1/services/blueman-applet.service
121 %{py_sitescriptdir}/%{name}
122 %dir %{_pixmapsdir}/blueman
123 %{_pixmapsdir}/blueman/blueman-*.png
124 %dir %{_docdir}/blueman
125 %{_docdir}/blueman/*
126 %{_datadir}/polkit-1/actions/org.blueman.policy
127
128 %files thunar
129 %defattr(644,root,root,755)
130 %{_datadir}/Thunar/sendto/thunar-sendto-blueman.desktop
This page took 0.123401 seconds and 3 git commands to generate.