Skip to content

Commit

Permalink
Merge pull request #74 from atolab/feat/meta-package
Browse files Browse the repository at this point in the history
Meta packages from RPM and deb
  • Loading branch information
J-Loudet authored Dec 21, 2021
2 parents 8f7d905 + ed5cb6f commit 414d5c6
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zenoh-flow-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ maintainer = "ADLINK Zenoh team <zenoh@adlink-labs.tech>"
copyright = "2021, ADLINK Technology Inc"
extended-description = "Eclipse Zenoh Flow Daemon"
license-file = ["../LICENSE", "0"]
depends = "$auto, zenohd (=0.6.0~dev.0), zenoh-plugin-storages (=0.6.0~dev.0)"
depends = "$auto"
section = "utils"
priority = "optional"
assets = [
Expand Down
1 change: 0 additions & 1 deletion zenoh-flow-daemon/resources/rpm/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ rm -rf %{buildroot}
/usr/bin/zenoh-flow-daemon
/var/zenoh-flow/placeholder
/lib/systemd/system/zenoh-flow.service
%{_unitdir}/zenoh-flow.service
29 changes: 29 additions & 0 deletions zenoh-flow/resources/debian/zenoh-flow
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
##
## Copyright (c) 2017, 2021 ADLINK Technology Inc.
##
## This program and the accompanying materials are made available under the
## terms of the Eclipse Public License 2.0 which is available at
## http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
## which is available at https://www.apache.org/licenses/LICENSE-2.0.
##
## SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
##
## Contributors:
## ADLINK zenoh team, <zenoh@adlink-labs.tech>
##

Section: utils
Priority: optional
# Homepage: <enter URL here; no default>
Standards-Version: 3.9.2

Package: zenoh-flow
Version: 0.1.0
Maintainer: ADLINK Zenoh team <zenoh@adlink-labs.tech>
Depends: zenohd (=0.6.0~dev.0), zenoh-plugin-storages (=0.6.0~dev.0), zenoh-backend-influxdb (=0.6.0~dev.0), zenoh-flow-daemon (=0.1.0), zenoh-flow-ctl(=0.1.0)
Vcs-Browser: https://github.com/eclipse-zenoh/zenoh-flow
Vcs-Git: https://github.com/eclipse-zenoh/zenoh-flow
Homepage: http://zenoh.io
Architecture: all
Description: Zenoh-Flow: zenoh-based data-flow programming framework for computations that
span from the cloud to the device.
13 changes: 13 additions & 0 deletions zenoh-flow/resources/rpm/zenoh-flow.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
%define _rpmdir ./

Name: zenoh-flow
Version: 0.1.0
Release: 0.1.0
License: EPL 2.0 OR Apache 2.0
Summary: zenoh-based data-flow programming framework for computations that span from the cloud to the device.
Requires: zenohd
Requires: zenoh-plugin-storages
Requires: zenoh-backend-influxdb
Requires: zenoh-flow-daemon
Requires: zenoh-flow-ctl
%description -n zenoh-flow

0 comments on commit 414d5c6

Please sign in to comment.