update: update to 5.4.30

This commit is contained in:
liweiganga 2023-04-04 13:49:01 +08:00
parent 43dfee6c09
commit 0cea17c604
4 changed files with 9 additions and 3 deletions

BIN
dde-api-5.4.30.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -20,12 +20,12 @@
%global tag %{version}
Name: dde-api
Version: 5.4.6
Release: 5
Version: 5.4.30
Release: 1
Summary: Go-lang bingding for dde-daemon
License: GPLv3+
URL: https://shuttle.corp.deepin.com/cache/tasks/19177/unstable-amd64/
Source0: %{name}-%{version}.orig.tar.xz
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
@ -90,6 +90,7 @@ for file in $(find . -iname "*.go" -o -iname "*.c" -o -iname "*.h" -o -iname "*.
cp -pav $file %{buildroot}/%{gopath}/src/%{goipath}/$file
echo "%{gopath}/src/%{goipath}/$file" >> devel.file-list
done
%make_install SYSTEMD_SERVICE_DIR="%{_unitdir}" LIBDIR="%{_libexecdir}"
# HOME directory for user deepin-sound-player
mkdir -p %{buildroot}%{_sharedstatedir}/deepin-sound-player
@ -131,8 +132,13 @@ exit 0
%attr(-, deepin-sound-player, deepin-sound-player) %{_sharedstatedir}/deepin-sound-player
%files -n %{name}-devel -f devel.file-list
%{_datadir}/gocode/src/%{goipath}/*/testdata/
%{_datadir}/gocode/src/%{goipath}/themes/scanner/testdata/
%changelog
* Tue Apr 04 2023 liweiganga <liweiganga@uniontech.com> - 5.4.30-1
- update: update 5.4.30
* Tue Apr 04 2023 liweiganga <liweiganga@uniontech.com> - 5.4.6-5
- feat: fix pie

Binary file not shown.