update to upstream version 5.13.16.11
This commit is contained in:
parent
36a9631fd0
commit
059afb57ee
Binary file not shown.
BIN
dde-daemon-5.13.16.11.orig.tar.xz
Normal file
BIN
dde-daemon-5.13.16.11.orig.tar.xz
Normal file
Binary file not shown.
@ -11,8 +11,8 @@
|
|||||||
%global release_name server-industry
|
%global release_name server-industry
|
||||||
|
|
||||||
Name: dde-daemon
|
Name: dde-daemon
|
||||||
Version: 5.12.0.18
|
Version: 5.13.16.11
|
||||||
Release: 5
|
Release: 2
|
||||||
Summary: Daemon handling the DDE session settings
|
Summary: Daemon handling the DDE session settings
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://shuttle.corp.deepin.com/cache/tasks/18802/unstable-amd64/
|
URL: http://shuttle.corp.deepin.com/cache/tasks/18802/unstable-amd64/
|
||||||
@ -20,7 +20,6 @@ Source0: %{name}-%{version}.orig.tar.xz
|
|||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Source2: %{sname}.sysusers
|
Source2: %{sname}.sysusers
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: golang
|
BuildRequires: golang
|
||||||
BuildRequires: deepin-gettext-tools
|
BuildRequires: deepin-gettext-tools
|
||||||
@ -44,11 +43,12 @@ BuildRequires: libinput
|
|||||||
BuildRequires: librsvg2-devel
|
BuildRequires: librsvg2-devel
|
||||||
BuildRequires: librsvg2
|
BuildRequires: librsvg2
|
||||||
BuildRequires: libXcursor-devel
|
BuildRequires: libXcursor-devel
|
||||||
|
BuildRequires: libddcutil-devel
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
|
BuildRequires: dde-api-devel
|
||||||
|
|
||||||
Requires: bluez-libs
|
Requires: bluez-libs
|
||||||
Requires: deepin-desktop-base
|
Requires: deepin-desktop-base
|
||||||
Suggests: deepin-desktop-server
|
|
||||||
Requires: deepin-desktop-schemas
|
Requires: deepin-desktop-schemas
|
||||||
Requires: dde-session-ui
|
Requires: dde-session-ui
|
||||||
Requires: dde-polkit-agent
|
Requires: dde-polkit-agent
|
||||||
@ -110,17 +110,18 @@ EOF
|
|||||||
|
|
||||||
# Replace reference of google-chrome to chromium-browser
|
# Replace reference of google-chrome to chromium-browser
|
||||||
sed -i 's/google-chrome/chromium-browser/g' misc/dde-daemon/mime/data.json
|
sed -i 's/google-chrome/chromium-browser/g' misc/dde-daemon/mime/data.json
|
||||||
go env -w GO111MODULE=auto
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')"
|
go env -w GO111MODULE=auto
|
||||||
export GOPATH=%{_builddir}/%{name}-%{version}-%{release_name}/vendor
|
export GOPATH=%{_builddir}/%{name}-%{version}/vendor:$GOPATH
|
||||||
%make_build GO_BUILD_FLAGS=-trimpath GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\""
|
|
||||||
|
|
||||||
|
BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')"
|
||||||
|
%make_build GO_BUILD_FLAGS=-trimpath GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\""
|
||||||
|
#make GOPATH=/usr/share/gocode
|
||||||
|
|
||||||
%install
|
%install
|
||||||
BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')"
|
BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')"
|
||||||
export GOPATH=/usr/share/gocode
|
export GOPATH=%{_builddir}/%{name}-%{version}/vendor:$GOPATH
|
||||||
%make_install PAM_MODULE_DIR=%{_libdir}/security GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\""
|
%make_install PAM_MODULE_DIR=%{_libdir}/security GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\""
|
||||||
|
|
||||||
install -Dm644 %{SOURCE2} %{buildroot}/usr/lib/sysusers.d/%{sname}.conf
|
install -Dm644 %{SOURCE2} %{buildroot}/usr/lib/sysusers.d/%{sname}.conf
|
||||||
@ -169,25 +170,25 @@ fi
|
|||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/dde/
|
%{_datadir}/dde/
|
||||||
%{_datadir}/polkit-1/actions/*.policy
|
%{_datadir}/polkit-1/actions/*.policy
|
||||||
%{_var}/cache/appearance/
|
|
||||||
%{_var}/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Accounts.pkla
|
%{_var}/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Accounts.pkla
|
||||||
%{_var}/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Grub2.pkla
|
%{_var}/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Grub2.pkla
|
||||||
%{_sysconfdir}/acpi/actions/deepin_lid.sh
|
%{_sysconfdir}/acpi/actions/deepin_lid.sh
|
||||||
%{_sysconfdir}/acpi/events/deepin_lid
|
%{_sysconfdir}/acpi/events/deepin_lid
|
||||||
%{_sysconfdir}/pulse/daemon.conf.d/10-deepin.conf
|
%{_sysconfdir}/pulse/daemon.conf.d/10-deepin.conf
|
||||||
/lib/udev/rules.d/80-deepin-fprintd.rules
|
/lib/udev/rules.d/80-deepin-fprintd.rules
|
||||||
%{_datadir}/pam-configs/deepin-auth
|
|
||||||
/var/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Fprintd.pkla
|
/var/lib/polkit-1/localauthority/10-vendor.d/com.deepin.daemon.Fprintd.pkla
|
||||||
%{_libdir}/security/pam_deepin_auth.so
|
|
||||||
/lib/systemd/system/dbus-com.deepin.dde.lockservice.service
|
/lib/systemd/system/dbus-com.deepin.dde.lockservice.service
|
||||||
/lib/systemd/system/deepin-accounts-daemon.service
|
/lib/systemd/system/deepin-accounts-daemon.service
|
||||||
%{_sysusersdir}/%{sname}.conf
|
%{_sysusersdir}/%{sname}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 08 2022 liweigang <liweiganga@uniontech.com> - 5.12.0.18-5
|
* Tue Aug 02 2022 liweiganga <liweiganga@unionttech.com> - 5.13.16.11-2
|
||||||
- fix install warning
|
- fix install
|
||||||
|
|
||||||
* Thu Feb 10 2022 liweigang <liweiganga@uniontech.com> - 5.12.0.18-4
|
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.13.16.11-1
|
||||||
|
- Update to 5.13.16.11
|
||||||
|
|
||||||
|
* Sat Jan 29 2022 liweigang <liweiganga@uniontech.com> - 5.12.0.18-4
|
||||||
- fix build error and format spec.
|
- fix build error and format spec.
|
||||||
|
|
||||||
* Thu Aug 26 2021 heyitao <heyitao@uniontech.com> - 5.12.0.18-3
|
* Thu Aug 26 2021 heyitao <heyitao@uniontech.com> - 5.12.0.18-3
|
||||||
|
|||||||
BIN
vendor.tar.gz
BIN
vendor.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user