update: update to 5.4.30
This commit is contained in:
parent
43dfee6c09
commit
0cea17c604
BIN
dde-api-5.4.30.tar.gz
Normal file
BIN
dde-api-5.4.30.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
12
dde-api.spec
12
dde-api.spec
@ -20,12 +20,12 @@
|
|||||||
%global tag %{version}
|
%global tag %{version}
|
||||||
|
|
||||||
Name: dde-api
|
Name: dde-api
|
||||||
Version: 5.4.6
|
Version: 5.4.30
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: Go-lang bingding for dde-daemon
|
Summary: Go-lang bingding for dde-daemon
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://shuttle.corp.deepin.com/cache/tasks/19177/unstable-amd64/
|
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
|
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
|
cp -pav $file %{buildroot}/%{gopath}/src/%{goipath}/$file
|
||||||
echo "%{gopath}/src/%{goipath}/$file" >> devel.file-list
|
echo "%{gopath}/src/%{goipath}/$file" >> devel.file-list
|
||||||
done
|
done
|
||||||
|
|
||||||
%make_install SYSTEMD_SERVICE_DIR="%{_unitdir}" LIBDIR="%{_libexecdir}"
|
%make_install SYSTEMD_SERVICE_DIR="%{_unitdir}" LIBDIR="%{_libexecdir}"
|
||||||
# HOME directory for user deepin-sound-player
|
# HOME directory for user deepin-sound-player
|
||||||
mkdir -p %{buildroot}%{_sharedstatedir}/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
|
%attr(-, deepin-sound-player, deepin-sound-player) %{_sharedstatedir}/deepin-sound-player
|
||||||
|
|
||||||
%files -n %{name}-devel -f devel.file-list
|
%files -n %{name}-devel -f devel.file-list
|
||||||
|
%{_datadir}/gocode/src/%{goipath}/*/testdata/
|
||||||
|
%{_datadir}/gocode/src/%{goipath}/themes/scanner/testdata/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 04 2023 liweiganga <liweiganga@uniontech.com> - 5.4.6-5
|
||||||
- feat: fix pie
|
- feat: fix pie
|
||||||
|
|
||||||
|
|||||||
BIN
vendor.tar.gz
BIN
vendor.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user