Compare commits

..

No commits in common. "6d88bbb8dec551129d3236625087a1ac1ae90eff" and "98064054b31feaca857695e55b824c8350596664" have entirely different histories.

4 changed files with 10 additions and 24 deletions

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: deepin-desktop-schemas Name: deepin-desktop-schemas
Version: 5.10.11 Version: 5.8.0.26
Release: 2 Release: 3
Summary: GSettings deepin desktop-wide schemas Summary: GSettings deepin desktop-wide schemas
License: GPLv3 License: GPLv3
URL: https://github.com/linuxdeepin/deepin-desktop-schemas URL: https://github.com/linuxdeepin/deepin-desktop-schemas
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.gz Source1: vendor.tar.gz
Provides: deepin-default-gsettings Provides: deepin-default-gsettings
@ -14,10 +14,10 @@ BuildArch: noarch
BuildRequires: golang BuildRequires: golang
BuildRequires: glib2 BuildRequires: glib2
BuildRequires: deepin-desktop-base BuildRequires: python3 golang-bin
BuildRequires: deepin-desktop-server
Requires: deepin-desktop-server
Requires: deepin-desktop-base
%description %description
deepin-desktop-schemas contains a collection of GSettings schemas for deepin-desktop-schemas contains a collection of GSettings schemas for
@ -28,9 +28,10 @@ deepin-desktop-schemas contains a collection of GSettings schemas for
tar -xf %{SOURCE1} tar -xf %{SOURCE1}
%build %build
export GOPATH=%{_builddir}/%{name}-%{version}/vendor:$GOPATH export GOPATH=%{_builddir}/%{name}-%{version}/vendor
%if "%{_arch}" == "aarch64"
%if %{_arch} == "aarch64"
%define buildarch arm %define buildarch arm
%else %else
%define buildarch x86 %define buildarch x86
@ -94,21 +95,6 @@ esac
%{_datadir}/deepin-appstore/* %{_datadir}/deepin-appstore/*
%changelog %changelog
* Fri Nov 24 2023 haomimi <haomimi@uniontech.com> - 5.10.11-2
- Remove unnecessary macro decisions
* Fri Jul 28 2023 leeffo <liweiganga@uniontech.com> - 5.10.11-1
- upgrade to version 5.10.11
* Fri Mar 31 2023 liweiganga <liweiganga@uniontech.com> - 5.9.22-1
- update: update 5.9.22
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.9.12-1
- Update to 5.9.12
* Mon Feb 07 2022 liweigang <liweiganga@uniontech.com> - 5.8.0.26-4
- fix build error
* Thu Aug 26 2021 zhangkea <zhangkea@uniontech.com> - 5.8.0.26-3 * Thu Aug 26 2021 zhangkea <zhangkea@uniontech.com> - 5.8.0.26-3
- Update vendor - Update vendor

Binary file not shown.