Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-brotli
https://github.com/pkgstore-old/linux-rpm-brotli
brotli linux pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-brotli
- Owner: pkgstore-old
- License: mit
- Created: 2021-06-17T17:22:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T09:28:12.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:36.518Z (11 months ago)
- Topics: brotli, linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Size: 884 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
# Brotli
**Brotli** is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/brotli
$ dnf install -y brotli
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y brotli
```## Remove
```
$ dnf erase -y brotli
$ dnf copr remove pkgstore/brotli
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/brotli).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/brotli) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.