https://github.com/jsnjack/geary_rpm
https://github.com/jsnjack/geary_rpm
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsnjack/geary_rpm
- Owner: jsnjack
- Created: 2023-10-08T18:33:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T15:51:34.000Z (over 1 year ago)
- Last Synced: 2025-04-05T08:42:21.733Z (over 1 year ago)
- Language: Smarty
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)