https://github.com/aravisproject/aravis-rpms
Spec file for rpm building on fedora
https://github.com/aravisproject/aravis-rpms
Last synced: 4 months ago
JSON representation
Spec file for rpm building on fedora
- Host: GitHub
- URL: https://github.com/aravisproject/aravis-rpms
- Owner: AravisProject
- Created: 2016-08-05T08:41:05.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T16:14:06.000Z (over 3 years ago)
- Last Synced: 2025-07-22T03:40:56.579Z (11 months ago)
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aravis spec file
This is a set of spec files for building aravis rpms on a Fedora installation.
Aravis is split in 5 RPMs:
* aravis-0.x and aravis-0.x-devel, which contain respectively the library and the development files
* aravis-0.x-gstreamer1 provides a GStreamer 1.x plugin
* aravis-0.x-viewer embeds the viewer, and depends on gtk
* aravis-0.x-static which contains the static library
Built RPMs are available on Fedora's Copr:
https://copr.fedorainfracloud.org/coprs/emmanuelp/Aravis/
### Srpm build
```
rpmbuild -ba aravis-0.4.spec
rpmbuild -ba aravis-0.6.spec
rpmbuild -ba aravis-0.8.spec
```
### Mock
```
mock -r fedora-24-x86_64 rebuild aravis-0.4-x.y.z-a.srpm
mock -r fedora-24-x86_64 rebuild aravis-0.6-x.y.z-a.srpm
```