Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8dc0394146
!8 update to 2.2.5
From: @tianlijing 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-09-28 03:08:55 +00:00
tianlijing
775e8fe577 update to 2.2.5 2022-08-07 02:42:07 +08:00
openeuler-ci-bot
e28c6a4605
!7 [sync] PR-6: fix install error
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-08-05 09:08:38 +00:00
peijiankang
67bd79bfde fix install error
(cherry picked from commit b4e18e1746223dad3d736e0f899c79def530f412)
2022-08-05 16:18:25 +08:00
openeuler-ci-bot
ba7e36ed80
!5 add yaml to master
From: @pei-jiankang 
Reviewed-by: @tanyulong2021 
Signed-off-by: @tanyulong2021
2022-05-09 07:09:17 +00:00
pei-jiankang
0b2df55d40 add yaml to master 2022-05-08 21:29:20 +08:00
openeuler-ci-bot
6de0ea2944 !2 update to version 2.2.2
From: @dou33
Reviewed-by: @tanyulong2021
Signed-off-by: @tanyulong2021
2021-11-17 06:26:21 +00:00
dou33
e588b5e605 update to version 2.2.2 2021-10-19 10:13:48 +08:00
openeuler-ci-bot
20a12e786f !1 Package init
From: @dou33
Reviewed-by: @handsome_feng
Signed-off-by: @handsome_feng
2021-01-11 16:08:05 +08:00
dou33
2e4d58aa07 Package init 2021-01-11 15:57:06 +08:00
3 changed files with 141 additions and 0 deletions

BIN
blueman-2.2.5.tar.gz Normal file

Binary file not shown.

137
blueman.spec Normal file
View File

@ -0,0 +1,137 @@
Name: blueman
Summary: GTK+ Bluetooth Manager
License: GPLv2+
Epoch: 1
Version: 2.2.5
Release: 1
URL: https://github.com/blueman-project/blueman
Source0: %{URL}/releases/download/%{version}/blueman-%{version}.tar.gz
BuildRequires: pkgconfig(appindicator3-0.1)
BuildRequires: pkgconfig(bluez)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libnm)
BuildRequires: pkgconfig(polkit-agent-1)
BuildRequires: pkgconfig(pygobject-3.0)
BuildRequires: pkgconfig(python3)
BuildRequires: desktop-file-utils
BuildRequires: intltool >= 0.35.0
BuildRequires: iproute
BuildRequires: make
BuildRequires: python3-Cython >= 0.21
BuildRequires: python3-cairo-devel
BuildRequires: python3-dbus
BuildRequires: systemd
%{?systemd_requires}
Requires: bluez
Requires: bluez-obexd
Requires: dbus
Requires: dconf
Requires: desktop-notification-daemon
Requires: iproute
Requires: python3-dbus
Requires: python%{python3_version}dist(pygobject) >= 3.27.2
Requires: pulseaudio-libs-glib2
Requires: pulseaudio-module-bluetooth
Provides: dbus-bluez-pin-helper
Obsoletes: blueman-nautilus
%description
Blueman is a tool to use Bluetooth devices. It is designed to provide simple,
yet effective means for controlling BlueZ API and simplifying bluetooth tasks
such as:
- Connecting to 3G/EDGE/GPRS via dial-up
- Connecting to/Creating bluetooth networks
- Connecting to input devices
- Connecting to audio devices
- Sending/Receiving files via OBEX
- Pairing
%prep
%setup -q
%build
export PYTHON=%{_bindir}/python3
# Override the "_configure" macro - the name of the script
# in this repo is ./autogen.sh, not ./configure
%global _configure ./autogen.sh
%configure --disable-static \
--enable-thunar-sendto=no \
--disable-schemas-compile
%make_build
%install
%{make_install}
find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}%{_datadir}/doc/blueman/
%find_lang blueman
# we need to own this, not only because of SELinux
mkdir -p %{buildroot}%{_sharedstatedir}/blueman
touch %{buildroot}%{_sharedstatedir}/blueman/network.state
%check
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/blueman.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/blueman-*.desktop
%post
%systemd_post blueman-mechanism.service
%systemd_user_post blueman-applet.service
%postun
%systemd_postun_with_restart blueman-mechanism.service
%preun
%systemd_preun blueman-mechanism.service
%systemd_user_preun blueman-applet.service
%files -f blueman.lang
%doc CHANGELOG.md FAQ README.md
%license COPYING
%{_bindir}/*
%{python3_sitelib}/blueman/
%{python3_sitearch}/*.so
%{_libexecdir}/blueman-*
%{_sysconfdir}/xdg/autostart/blueman.desktop
%{_datadir}/applications/blueman-*.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/blueman/
%{_datadir}/dbus-1/services/org.blueman.*.service
%{_datadir}/dbus-1/system.d/org.blueman.*.conf
%{_datadir}/dbus-1/system-services/org.blueman.*.service
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/polkit-1/actions/org.blueman.policy
%{_datadir}/polkit-1/rules.d/blueman.rules
%{_mandir}/man1/*
%{_unitdir}/blueman-*.service
%{_userunitdir}/blueman-*.service
%dir %{_sharedstatedir}/blueman
%ghost %attr(0644,root,root) %{_sharedstatedir}/blueman/network.state
%changelog
* Sat Sep 09 2022 tianlijing <tianlijing@kylinos.cn> - 2.2.5-1
- update to 2.2.5
* Fri Aug 05 2022 peijiankang <peijiankang@kylinos.cn> - 2.2.2-2
- fix install error
* Tue Oct 11 2021 douyan <douyan@kylinos.cn> - 2.2.2-1
- update to version 2.2.2
* Mon Jan 11 2021 douyan <douyan@kylinos.cn> - 2.1.4-1
- Package init

4
blueman.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: blueman-project/blueman
tag_prefix: ""
separator: "."