Do not follow this link

~jmaibaum/rpm-specs

A few RPM specs for packages not available in Fedora
Update SILE to v0.14.3
Update SILE to v0.14.2
Update SILE to v0.14.1

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~jmaibaum/rpm-specs
read/write
git@git.sr.ht:~jmaibaum/rpm-specs

You can also use your local clone with git send-email.

#What’s this?

This repository contains the RPM .spec files for various tools I am using which are not currently available from the main Fedora repositories.

#Build packages locally

#Dependencies

Look here for dependencies/documentation how to set up a basic RPM dev environment, using fedpkg, copr-cli (and spectool):

#Download project sources

spectool -g ./path/to/file.spec

#Build package locally

fedpkg --release f36 local

#Upload srpm to copr

copr-cli build <copr-repo-name> ./path/to/file.src.rpm
Do not follow this link