Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-libtree
https://github.com/pkgstore-old/linux-rpm-libtree
linux pkgstore rpm rpm-package rpm-packages rpm-spec tree
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-libtree
- Owner: pkgstore-old
- License: mit
- Created: 2021-07-04T09:10:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T13:22:49.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:36.160Z (11 months ago)
- Topics: linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec, tree
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# linux-rpm-libtree
Implementation of AVL (Adelson-Velskii and Landis) balanced trees in the spirit of the BSD queue and list implementations.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/lib
$ dnf install -y libtree
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y libtree
```## Remove
```
$ dnf erase -y libtree
$ dnf copr remove pkgstore/lib
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/libtree).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/libtree) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.