Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 709 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 709 Bytes

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.
  2. Write last commit SHA from src.fedoraproject.org to CHANGELOG.
  3. Modify & update source (and *.spec).
  4. Build SRPM & RPM.