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.
To build this package, first install an RPM development chain:
$ sudo dnf install fedora-packager fedora-review
Next, setup rpmbuild directories with
$ rpmdev-setuptreeAnd 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