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

https://github.com/jsnjack/geary_rpm


https://github.com/jsnjack/geary_rpm

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

geary rpm builder
======

This repository contains a script to build a rpm package for geary. It is based
on the spec file from the [official fedora package](https://src.fedoraproject.org/rpms/geary).

The script runs every day to provide a user with the latest geary version. The
version number has the following format `.~`-1.

The packages are available in [COPR repository](https://copr.fedorainfracloud.org/coprs/jsnjack/geary/).

## Installation
```
dnf copr enable jsnjack/geary
dnf install geary
```

## Maintenance
- When a new major version is released, update the value of `MAJOR_VERSION` in `build.sh`
- Every 180 days COPR credentials need to be refreshed on [COPR API page](https://copr.fedorainfracloud.org/api/). This also needs to be reflected in [github repository settings](https://github.com/jsnjack/geary_rpm/settings/secrets/actions)