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