Skip to content

Shockkota/fedora-packages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fedora Package

This repo contains a collection of RPM specs for some packages I maintain or use.

Building

  1. Download the sources

    spectool -g <package>.spec
  2. Build the SRPM

    mock --resultdir results-srpm --buildsrpm --spec <package>.spec --sources .
  3. Build the RPMs

    mock --resultdir results-rpm --rebuild results-srpm/<package>-<version>-<release>.src.rpm

    sbctl, in particular, will also need --enable-network.

Licenses

The packaging files are licensed under the same terms as the software being packaged. Please see the individual .spec files for the license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.4%
  • Shell 13.6%