Skip to content

dapperlinux/dapper-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dapper-repos

About

The Dapper Repos package contains the repository information for the Dapper Linux distribution. It contains Fedora repository information, Dapper Linux COPR information, along with all necessary GPG keys. Note rpmfusion information is not provided here, and should always be fetched from upstream.

Building

To build this package, first install an RPM development chain:

$ sudo dnf install fedora-packager fedora-review

Next, setup rpmbuild directories with

$ rpmdev-setuptree

And place the file dapper-repos.spec in the SPECS directory, and rename the dapper-repos directory to dapper-repos-29 and compress it:

$ mv dapper-repos.spec ~/rpmbuild/SPECS/
$ mv dapper-repos dapper-repos-29
$ tar -cJvf dapper-repos-29.tar.xz dapper-repos-29
$ mv dapper-repos-29.tar.xz ~/rpmbuild/SOURCES/

and finally, you can build RPMs and SRPMs with:

$ cd ~/rpmbuild/SPECS
$ rpmbuild -ba dapper-repos.spec

About

The Dapper Repos Package contains repository information for the Dapper Linux distrubution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published