mirror of
https://github.com/ohwgiles/laminar.git
synced 2025-06-13 12:54:29 +00:00
add more fields to opensuse rpm spec file
This commit is contained in:
parent
b83f9ec562
commit
3c2251be4a
@ -8,7 +8,7 @@ VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty | tr - .)~u
|
|||||||
|
|
||||||
DOCKER_TAG=$(docker build -q - <<EOS
|
DOCKER_TAG=$(docker build -q - <<EOS
|
||||||
FROM opensuse/leap:latest
|
FROM opensuse/leap:latest
|
||||||
RUN zypper --non-interactive refresh && zypper --non-interactive update && zypper --non-interactive install -y rpm-build cmake make gcc-c++ wget sqlite-devel boost-devel zlib-devel capnproto libcapnp-devel rapidjson-devel
|
RUN zypper --non-interactive refresh && zypper --non-interactive update && zypper --non-interactive install -y rpm-build cmake make gcc-c++ wget sqlite3-devel boost-devel zlib-devel capnproto libcapnp-devel rapidjson-devel
|
||||||
EOS
|
EOS
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -24,7 +24,9 @@ Name: laminar
|
|||||||
Version: $VERSION
|
Version: $VERSION
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires: libsqlite3-0 zlib
|
URL: https://laminar.ohwg.net/
|
||||||
|
BuildArch: x86_64
|
||||||
|
BuildRequires: cmake make gcc-c++ sqlite3-devel boost-devel zlib-devel capnproto libcapnp-devel rapidjson-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lightweight Continuous Integration Service
|
Lightweight Continuous Integration Service
|
||||||
|
Loading…
Reference in New Issue
Block a user