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,16 +11,15 @@
|
||||
%global release_name server-industry
|
||||
|
||||
Name: dde-daemon
|
||||
Version: 5.12.0.18
|
||||
Release: 5
|
||||
Version: 5.13.16.11
|
||||
Release: 2
|
||||
Summary: Daemon handling the DDE session settings
|
||||
License: GPLv3
|
||||
URL: http://shuttle.corp.deepin.com/cache/tasks/18802/unstable-amd64/
|
||||
Source0: %{name}-%{version}.orig.tar.xz
|
||||
Source1: vendor.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: %{sname}.sysusers
|
||||
|
||||
|
||||
BuildRequires: python3
|
||||
BuildRequires: golang
|
||||
BuildRequires: deepin-gettext-tools
|
||||
@ -44,11 +43,12 @@ BuildRequires: libinput
|
||||
BuildRequires: librsvg2-devel
|
||||
BuildRequires: librsvg2
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libddcutil-devel
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: dde-api-devel
|
||||
|
||||
Requires: bluez-libs
|
||||
Requires: deepin-desktop-base
|
||||
Suggests: deepin-desktop-server
|
||||
Requires: deepin-desktop-schemas
|
||||
Requires: dde-session-ui
|
||||
Requires: dde-polkit-agent
|
||||
@ -110,17 +110,18 @@ EOF
|
||||
|
||||
# Replace reference of google-chrome to chromium-browser
|
||||
sed -i 's/google-chrome/chromium-browser/g' misc/dde-daemon/mime/data.json
|
||||
go env -w GO111MODULE=auto
|
||||
|
||||
%build
|
||||
BUILDID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')"
|
||||
export GOPATH=%{_builddir}/%{name}-%{version}-%{release_name}/vendor
|
||||
%make_build GO_BUILD_FLAGS=-trimpath GOBUILD="go build -compiler gc -ldflags \"-B $BUILDID\""
|
||||
go env -w GO111MODULE=auto
|
||||
export GOPATH=%{_builddir}/%{name}-%{version}/vendor:$GOPATH
|
||||
|
||||
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
|
||||
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\""
|
||||
|
||||
install -Dm644 %{SOURCE2} %{buildroot}/usr/lib/sysusers.d/%{sname}.conf
|
||||
@ -169,25 +170,25 @@ fi
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/dde/
|
||||
%{_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.Grub2.pkla
|
||||
%{_sysconfdir}/acpi/actions/deepin_lid.sh
|
||||
%{_sysconfdir}/acpi/events/deepin_lid
|
||||
%{_sysconfdir}/pulse/daemon.conf.d/10-deepin.conf
|
||||
/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
|
||||
%{_libdir}/security/pam_deepin_auth.so
|
||||
/lib/systemd/system/dbus-com.deepin.dde.lockservice.service
|
||||
/lib/systemd/system/deepin-accounts-daemon.service
|
||||
%{_sysusersdir}/%{sname}.conf
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2022 liweigang <liweiganga@uniontech.com> - 5.12.0.18-5
|
||||
- fix install warning
|
||||
* Tue Aug 02 2022 liweiganga <liweiganga@unionttech.com> - 5.13.16.11-2
|
||||
- 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.
|
||||
|
||||
* 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