-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from atolab/feat/meta-package
Meta packages from RPM and deb
- Loading branch information
Showing
4 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |