The Dapper Backgrounds package contains the artwork used in the desktop wallpaper for the Dapper Linux distribution.
main.xcf - a GIMP file of the main artwork main.png - an output of the xcf file, used for all derivative wallpaper sizes found in the dapper-backgrounds/default directory
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-backgrounds.spec in the SPECS directory, and rename the dapper-backgrounds directory to dapper-backgrounds-28 and compress it:
$ mv dapper-backgrounds.spec ~/rpmbuild/SPECS/
$ mv dapper-backgrounds dapper-backgrounds-28
$ tar -cJvf dapper-backgrounds-28.tar.xz dapper-backgrounds-28
$ mv dapper-backgrounds-28.tar.xz ~/rpmbuild/SOURCES/and finally, you can build RPMs and SRPMs with:
$ cd ~/rpmbuild/SPECS
$ rpmbuild -ba dapper-backgrounds.spec