mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
fix packaging issues
This commit is contained in:
parent
6b3fc6dba3
commit
1c85fb0384
4 changed files with 9 additions and 6 deletions
|
@ -1,10 +1,12 @@
|
|||
build
|
||||
thirdparty
|
||||
build/
|
||||
thirdparty/
|
||||
|
||||
.git/
|
||||
|
||||
.git
|
||||
.gitmodules
|
||||
.gitignore
|
||||
.dockerignore
|
||||
.distignore
|
||||
|
||||
.DS_Store
|
||||
*~
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
!build/release/packaging/rpm/*
|
||||
!thirdparty/criterion/
|
||||
!thirdparty/libiec61850/
|
||||
thirdparty/*/build/
|
||||
|
|
2
Makefile
2
Makefile
|
@ -169,4 +169,4 @@ clean: $(addprefix clean-, $(filter-out thirdparty doc clients,$(MODULES)))
|
|||
|
||||
include $(wildcard $(SRCDIR)/make/Makefile.*)
|
||||
include $(wildcard $(BUILDDIR)/**/*.d)
|
||||
include $(patsubst %,$(SRCDIR)/%/Makefile.inc,$(MODULES))
|
||||
-include $(patsubst %,$(SRCDIR)/%/Makefile.inc,$(MODULES))
|
||||
|
|
|
@ -14,8 +14,8 @@ BuildRequires: gcc pkgconfig make
|
|||
|
||||
Requires: iproute kernel-modules-extra module-init-tools
|
||||
|
||||
BuildRequires: openssl-devel libconfig-devel libnl3-devel libcurl-devel jansson-devel libxil-devel libwebsockets-devel zeromq-devel nanomsg-devel libiec61850-devel
|
||||
Requires: openssl libconfig libnl3 libcurl jansson libxil libwebsockets zeromq nanomsg libiec61850
|
||||
BuildRequires: openssl-devel libconfig-devel libnl3-devel libcurl-devel jansson-devel libwebsockets-devel zeromq-devel nanomsg-devel libiec61850-devel
|
||||
Requires: openssl libconfig libnl3 libcurl jansson libwebsockets zeromq nanomsg libiec61850
|
||||
|
||||
%description
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue