Install all packages required for building this package. (Look at the BuildRequires
lines.)
Install RPM build tools: yum -y install rpm-build rpmdevtools
Log into a clean non-privileged user account and run:
rpmdev-setuptree git clone https://tiger.hpc.okstate.edu/gitbucket/git/rpm/sqlitebrowser.git cd sqlitebrowser cp * ~/rpmbuild/SOURCES/ cd ~/rpmbuild/SOURCES/ spectool -g -R sqlitebrowser.spec rpmbuild -v -ba sqlitebrowser.spec