diff --git a/librealsense.yaml b/librealsense.yaml deleted file mode 100644 index 7837977..0000000 --- a/librealsense.yaml +++ /dev/null @@ -1,52 +0,0 @@ -document: modulemd -version: 2 -data: - # === Information about this module ================================== - # (Can be copied from the main RPM package, but doesn't need to be) - summary: Cross-platform camera capture for Intel RealSense - description: >- - The Intel RealSense SDK is a cross-platform library (Linux, OSX, - Windows) for capturing data from the Intel RealSense D400 and SR 300 - depth cameras. - - # === License of this modulemd file ================================== - # (Package licenses will be added automatically by the build system) - license: - module: - - MIT - - # === Modular dependencies =========================================== - # (For which Fedora releases to build?) - dependencies: - - buildrequires: - platform: [] # <- Build for all Fedora releases - requires: - platform: [] # <- Run on all Fedora releases - - # === Module API (optional, but encouraged) ========================== - # (Which packages are API-stable?) - api: - rpms: - - librealsense - - # === Installation profiles (optional, but encouraged) =============== - # (Helping users with installation by providing predefined groups) - profiles: - default: # <- Name of the profile - description: A standard installation. - rpms: - - librealsense - dev: # <- Name of the profile - description: Development with librealsense. - rpms: - - librealsense - - librealsense-devel - - # === Packages in this module ======================================== - # (Referenced by their dist-git repo name + branch name) - components: - rpms: - librealsense: - ref: master - rationale: Main package - buildorder: 10