commit
ad9bebc433
13
dde-api.spec
13
dde-api.spec
@ -1,7 +1,4 @@
|
|||||||
# Run tests in check section
|
|
||||||
# disable for bootstrapping
|
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
#%global _unpackaged_files_terminate_build 0
|
|
||||||
%global with_debug 1
|
%global with_debug 1
|
||||||
|
|
||||||
%if 0%{?with_debug}
|
%if 0%{?with_debug}
|
||||||
@ -11,7 +8,6 @@
|
|||||||
%global sname deepin-api
|
%global sname deepin-api
|
||||||
%global release_name server-industry
|
%global release_name server-industry
|
||||||
|
|
||||||
# out of memory on armv7hl
|
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
%global _smp_mflags -j1
|
%global _smp_mflags -j1
|
||||||
%endif
|
%endif
|
||||||
@ -23,7 +19,7 @@
|
|||||||
|
|
||||||
Name: dde-api
|
Name: dde-api
|
||||||
Version: 5.1.11.1
|
Version: 5.1.11.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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/
|
||||||
@ -35,7 +31,6 @@ BuildRequires: go-lib-devel
|
|||||||
BuildRequires: deepin-gettext-tools
|
BuildRequires: deepin-gettext-tools
|
||||||
BuildRequires: deepin-gir-generator
|
BuildRequires: deepin-gir-generator
|
||||||
BuildRequires: librsvg2-devel
|
BuildRequires: librsvg2-devel
|
||||||
#BuildRequires: libsqlite3x-devel
|
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: compiler(go-compiler)
|
BuildRequires: compiler(go-compiler)
|
||||||
BuildRequires: golang-github-linuxdeepin-go-x11-client-devel
|
BuildRequires: golang-github-linuxdeepin-go-x11-client-devel
|
||||||
@ -149,5 +144,7 @@ exit 0
|
|||||||
%files -n %{name}-devel -f devel.file-list
|
%files -n %{name}-devel -f devel.file-list
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 12 2020 uoser <uoser@uniontech.com> - 5.1.11.1
|
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.1.11.1-2
|
||||||
- Update to 5.1.11.1
|
- fix spec
|
||||||
|
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.1.11.1-1
|
||||||
|
- Package init
|
||||||
|
|||||||
4
dde-api.yaml
Normal file
4
dde-api.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: linuxdeepin/dde-api
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user