!21 update to version 1.0.3
From: @dou33 Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
bd79b153db
Binary file not shown.
BIN
ukui-bluetooth-1.0.3.tar.gz
Normal file
BIN
ukui-bluetooth-1.0.3.tar.gz
Normal file
Binary file not shown.
@ -1,8 +1,6 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: ukui-bluetooth
|
||||
Version: 1.0.2
|
||||
Release: 2
|
||||
Version: 1.0.3
|
||||
Release: 3
|
||||
Summary: Advanced ukui bluetooth
|
||||
License: GPLv2+
|
||||
URL: http://www.ukui.org
|
||||
@ -18,16 +16,14 @@ BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: ukui-interface
|
||||
|
||||
|
||||
BuildRequires: libukcc-devel
|
||||
BuildRequires: polkit-qt5-1-devel
|
||||
Requires: kf5-bluez-qt-devel
|
||||
Requires: libnotify
|
||||
Requires: bluez >= 5.0
|
||||
Requires: bluez-obexd
|
||||
Requires: peony-extensions
|
||||
|
||||
|
||||
|
||||
Requires: pulseaudio-module-bluetooth
|
||||
|
||||
%description
|
||||
A lightweight Bluetooth tool based on libkf5bluezqt6 on the UKUI desktop environment
|
||||
@ -37,8 +33,8 @@ A lightweight Bluetooth tool based on libkf5bluezqt6 on the UKUI desktop environ
|
||||
|
||||
%build
|
||||
mkdir build && cd build
|
||||
qmake-qt5 ..
|
||||
make
|
||||
%{qmake_qt5} ..
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -46,8 +42,11 @@ pushd build
|
||||
%{make_install} INSTALL_ROOT=%{buildroot}
|
||||
popd
|
||||
|
||||
mkdir -p %{buildroot}/usr/share/ukcc-bluetooth/translations/
|
||||
cp -r %{_builddir}/%{name}-%{version}/ukcc-bluetooth/translations/*.qm %{buildroot}/usr/share/ukui-bluetooth/translations/
|
||||
|
||||
mkdir -p %{buildroot}/usr/share/ukui-bluetooth/translations/
|
||||
cp -r %{_builddir}/%{name}-%{version}/translations/*.qm %{buildroot}/usr/share/ukui-bluetooth/translations/
|
||||
cp -r %{_builddir}/%{name}-%{version}/ukui-bluetooth/translations/*.qm %{buildroot}/usr/share/ukui-bluetooth/translations/
|
||||
|
||||
mkdir -p %{buildroot}/etc/xdg/autostart/
|
||||
cp -r %{_builddir}/%{name}-%{version}/data/ukui-bluetooth.desktop* %{buildroot}/etc/xdg/autostart/
|
||||
@ -65,11 +64,27 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/dbus-1/system-services/com.bluetooth.systemdbus.service
|
||||
%{_datadir}/glib-2.0/schemas/org.ukui.bluetooth.gschema.xml
|
||||
%{_datadir}/polkit-1/actions/com.bluetooth.systemdbus.policy
|
||||
%{_datadir}/ukui-bluetooth/translations/ukui-bluetooth_zh_CN.qm
|
||||
|
||||
%{_datadir}/ukui-bluetooth/translations/
|
||||
%{_bindir}/profileDaemon
|
||||
%{_prefix}/lib64/ukui-control-center/libukcc-bluetooth.so
|
||||
%{_datadir}/ukui-bluetooth/file-transfer-failed.svg
|
||||
%{_datadir}/ukui-bluetooth/file-transfer-success.svg
|
||||
%{_datadir}/ukui-bluetooth/no-bluetooth.svg
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 08 2023 douyan <douyan@kylinos.cn> - 1.0.3-3
|
||||
- add requires pulseaudio-module-bluetooth
|
||||
|
||||
* Wed Feb 08 2023 peijiankang <peijiankang@kylinos.cn> - 1.0.3-2
|
||||
- add build debuginfo and debugsource
|
||||
|
||||
* Fri Nov 18 2022 douyan <douyan@kylinos.cn> - 1.0.3-1
|
||||
- update to upstream version 1.0.3
|
||||
|
||||
* Wed Aug 03 2022 tanyulong <tanyulong@kylinos.cn> - 1.0.2-3
|
||||
- fix startup segfault issue
|
||||
|
||||
* Tue Jun 21 2022 peijiankang <peijiankang@kylinos.cn> - 1.0.2-2
|
||||
- Remove kf5-bluez-qt-common
|
||||
|
||||
|
||||
4
ukui-bluetooth.yaml
Normal file
4
ukui-bluetooth.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: https://github.com/ukui/ukui-bluetooth.git
|
||||
tag_prefix: "v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user