Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.